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
QQuickCachedBezier Struct Reference

#include <qquickpath_p.h>

+ Collaboration diagram for QQuickCachedBezier:

Public Member Functions

 QQuickCachedBezier ()
 

Public Attributes

QBezier bezier
 
int element
 
qreal bezLength
 
qreal currLength
 
qreal p
 
bool isValid = false
 

Detailed Description

Definition at line 469 of file qquickpath_p.h.

Constructor & Destructor Documentation

◆ QQuickCachedBezier()

QQuickCachedBezier::QQuickCachedBezier ( )
inline

Definition at line 471 of file qquickpath_p.h.

Member Data Documentation

◆ bezier

QBezier QQuickCachedBezier::bezier

Definition at line 472 of file qquickpath_p.h.

◆ bezLength

qreal QQuickCachedBezier::bezLength

Definition at line 474 of file qquickpath_p.h.

◆ currLength

qreal QQuickCachedBezier::currLength

Definition at line 475 of file qquickpath_p.h.

◆ element

int QQuickCachedBezier::element

Definition at line 473 of file qquickpath_p.h.

◆ isValid

bool QQuickCachedBezier::isValid = false

Definition at line 477 of file qquickpath_p.h.

Referenced by QQuickPath::sequentialPointAt().

◆ p

qreal QQuickCachedBezier::p

Definition at line 476 of file qquickpath_p.h.

Referenced by QQuickPath::sequentialPointAt().


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