#include <vcubicbezier_p.h>
Public Member Functions | |
VCubicBezierData () | |
VCubicBezierData (const VCubicBezierData &curve) | |
VCubicBezierData (const VPointF &p1, const VPointF &p2, const VPointF &p3, const VPointF &p4) | |
virtual | ~VCubicBezierData () |
Public Attributes | |
VPointF | p1 |
p1 first spline point. More... | |
VPointF | p2 |
p2 fourth spline point. More... | |
VPointF | p3 |
p3 fourth spline point. More... | |
VPointF | p4 |
p4 fourth spline point. More... | |
Private Member Functions | |
VCubicBezierData & | operator= (const VCubicBezierData &) Q_DECL_EQ_DELETE |
Definition at line 67 of file vcubicbezier_p.h.
VCubicBezierData::VCubicBezierData | ( | ) |
Definition at line 92 of file vcubicbezier_p.h.
VCubicBezierData::VCubicBezierData | ( | const VCubicBezierData & | curve | ) |
Definition at line 101 of file vcubicbezier_p.h.
VCubicBezierData::VCubicBezierData | ( | const VPointF & | p1, |
const VPointF & | p2, | ||
const VPointF & | p3, | ||
const VPointF & | p4 | ||
) |
Definition at line 111 of file vcubicbezier_p.h.
|
virtual |
Definition at line 120 of file vcubicbezier_p.h.
|
private |
VPointF VCubicBezierData::p1 |
p1 first spline point.
Definition at line 76 of file vcubicbezier_p.h.
VPointF VCubicBezierData::p2 |
p2 fourth spline point.
Definition at line 79 of file vcubicbezier_p.h.
VPointF VCubicBezierData::p3 |
p3 fourth spline point.
Definition at line 82 of file vcubicbezier_p.h.
VPointF VCubicBezierData::p4 |
p4 fourth spline point.
Definition at line 85 of file vcubicbezier_p.h.