Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 36 of file qquickpath_p.h.

Member Data Documentation

◆ curves

QList<QQuickCurve*> QQuickPathData::curves

Definition at line 40 of file qquickpath_p.h.

◆ endPoint

QPointF QQuickPathData::endPoint

Definition at line 39 of file qquickpath_p.h.

Referenced by QQuickPathCatmullRomCurve::addToPath().

◆ index

int QQuickPathData::index

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