![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 599 of file qquickpath_p.h.
|
inline |
Definition at line 601 of file qquickpath_p.h.
| QBezier QQuickCachedBezier::bezier |
Definition at line 602 of file qquickpath_p.h.
| qreal QQuickCachedBezier::bezLength |
Definition at line 604 of file qquickpath_p.h.
| qreal QQuickCachedBezier::currLength |
Definition at line 605 of file qquickpath_p.h.
| int QQuickCachedBezier::element |
Definition at line 603 of file qquickpath_p.h.
| bool QQuickCachedBezier::isValid = false |
Definition at line 607 of file qquickpath_p.h.
| qreal QQuickCachedBezier::p |
Definition at line 606 of file qquickpath_p.h.