Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickPathData Struct Reference

#include <qquickpath_p.h>

Collaboration diagram for QQuickPathData:

Public Attributes

int index
QPointF endPoint
QList< QQuickCurve * > curves

Detailed Description

Definition at line 41 of file qquickpath_p.h.

Member Data Documentation

◆ curves

QList<QQuickCurve*> QQuickPathData::curves

Definition at line 45 of file qquickpath_p.h.

◆ endPoint

QPointF QQuickPathData::endPoint

Definition at line 44 of file qquickpath_p.h.

◆ index

int QQuickPathData::index

Definition at line 43 of file qquickpath_p.h.

Referenced by positionForCurve().


The documentation for this struct was generated from the following file: