![]() |
Qt 6.x
The Qt SDK
|
#include <qquickpath_p.h>
Public Member Functions | |
QQuickCachedBezier () | |
Public Attributes | |
QBezier | bezier |
int | element |
qreal | bezLength |
qreal | currLength |
qreal | p |
bool | isValid = false |
Definition at line 469 of file qquickpath_p.h.
|
inline |
Definition at line 471 of file qquickpath_p.h.
QBezier QQuickCachedBezier::bezier |
Definition at line 472 of file qquickpath_p.h.
qreal QQuickCachedBezier::bezLength |
Definition at line 474 of file qquickpath_p.h.
qreal QQuickCachedBezier::currLength |
Definition at line 475 of file qquickpath_p.h.
int QQuickCachedBezier::element |
Definition at line 473 of file qquickpath_p.h.
bool QQuickCachedBezier::isValid = false |
Definition at line 477 of file qquickpath_p.h.
Referenced by QQuickPath::sequentialPointAt().
qreal QQuickCachedBezier::p |
Definition at line 476 of file qquickpath_p.h.
Referenced by QQuickPath::sequentialPointAt().