Qt 6.x
The Qt SDK
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.

Referenced by QQuickPathCatmullRomCurve::addToPath().

◆ endPoint

QPointF QQuickPathData::endPoint

Definition at line 39 of file qquickpath_p.h.

Referenced by QQuickPathCatmullRomCurve::addToPath().

◆ index

int QQuickPathData::index

Definition at line 38 of file qquickpath_p.h.

Referenced by QQuickPathCatmullRomCurve::addToPath().


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