#include <vsplinepoint_p.h>
Public Member Functions | |
VSplinePointData () | |
VSplinePointData (VPointF pSpline, qreal angle1, const QString &angle1F, qreal angle2, const QString &angle2F, qreal length1, const QString &length1F, qreal length2, const QString &length2F) | |
VSplinePointData (const VSplinePointData &point) | |
virtual | ~VSplinePointData () |
Public Attributes | |
VPointF | pSpline |
pSpline point. More... | |
qreal | angle1 |
angle1 first angle spline. More... | |
QString | angle1F |
qreal | angle2 |
angle2 second angle spline. More... | |
QString | angle2F |
qreal | length1 |
length1 length a first control line. More... | |
QString | length1F |
qreal | length2 |
length2 length a second control line. More... | |
QString | length2F |
Private Member Functions | |
VSplinePointData & | operator= (const VSplinePointData &) Q_DECL_EQ_DELETE |
Definition at line 128 of file vsplinepoint_p.h.
|
inline |
Definition at line 131 of file vsplinepoint_p.h.
VSplinePointData::VSplinePointData | ( | VPointF | pSpline, |
qreal | angle1, | ||
const QString & | angle1F, | ||
qreal | angle2, | ||
const QString & | angle2F, | ||
qreal | length1, | ||
const QString & | length1F, | ||
qreal | length2, | ||
const QString & | length2F | ||
) |
Definition at line 185 of file vsplinepoint_p.h.
References angle1, angle1F, angle2, angle2F, qmu::QmuTokenParser::IsSingle(), and VFuzzyComparePossibleNulls().
|
inline |
Definition at line 146 of file vsplinepoint_p.h.
|
virtual |
Definition at line 220 of file vsplinepoint_p.h.
|
private |
qreal VSplinePointData::angle1 |
angle1 first angle spline.
Definition at line 165 of file vsplinepoint_p.h.
Referenced by VSplinePointData().
QString VSplinePointData::angle1F |
Definition at line 166 of file vsplinepoint_p.h.
Referenced by VSplinePointData().
qreal VSplinePointData::angle2 |
angle2 second angle spline.
Definition at line 169 of file vsplinepoint_p.h.
Referenced by VSplinePointData().
QString VSplinePointData::angle2F |
Definition at line 170 of file vsplinepoint_p.h.
Referenced by VSplinePointData().
qreal VSplinePointData::length1 |
length1 length a first control line.
Definition at line 173 of file vsplinepoint_p.h.
QString VSplinePointData::length1F |
Definition at line 174 of file vsplinepoint_p.h.
qreal VSplinePointData::length2 |
length2 length a second control line.
Definition at line 177 of file vsplinepoint_p.h.
QString VSplinePointData::length2F |
Definition at line 178 of file vsplinepoint_p.h.
VPointF VSplinePointData::pSpline |
pSpline point.
Definition at line 162 of file vsplinepoint_p.h.