#include <vcubicbezierpath_p.h>
Public Member Functions | |
VCubicBezierPathData () | |
VCubicBezierPathData (const VCubicBezierPathData &splPath) | |
virtual | ~VCubicBezierPathData () |
Public Attributes | |
QVector< VPointF > | path |
path list of points. More... | |
Private Member Functions | |
VCubicBezierPathData & | operator= (const VCubicBezierPathData &) Q_DECL_EQ_DELETE |
Definition at line 64 of file vcubicbezierpath_p.h.
|
inline |
Definition at line 68 of file vcubicbezierpath_p.h.
|
inline |
Definition at line 72 of file vcubicbezierpath_p.h.
|
virtual |
Definition at line 86 of file vcubicbezierpath_p.h.
|
private |
path list of points.
Definition at line 80 of file vcubicbezierpath_p.h.