![]() |
Qt 6.x
The Qt SDK
|
#include <qquickpath_p.h>
Public Attributes | |
int | index |
QPointF | endPoint |
QList< QQuickCurve * > | curves |
Definition at line 36 of file qquickpath_p.h.
QList<QQuickCurve*> QQuickPathData::curves |
Definition at line 40 of file qquickpath_p.h.
Referenced by QQuickPathCatmullRomCurve::addToPath().
QPointF QQuickPathData::endPoint |
Definition at line 39 of file qquickpath_p.h.
Referenced by QQuickPathCatmullRomCurve::addToPath().
int QQuickPathData::index |
Definition at line 38 of file qquickpath_p.h.
Referenced by QQuickPathCatmullRomCurve::addToPath().