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
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 599 of file qquickpath_p.h.

Constructor & Destructor Documentation

◆ QQuickCachedBezier()

QQuickCachedBezier::QQuickCachedBezier ( )
inline

Definition at line 601 of file qquickpath_p.h.

Member Data Documentation

◆ bezier

QBezier QQuickCachedBezier::bezier

Definition at line 602 of file qquickpath_p.h.

◆ bezLength

qreal QQuickCachedBezier::bezLength

Definition at line 604 of file qquickpath_p.h.

◆ currLength

qreal QQuickCachedBezier::currLength

Definition at line 605 of file qquickpath_p.h.

◆ element

int QQuickCachedBezier::element

Definition at line 603 of file qquickpath_p.h.

◆ isValid

bool QQuickCachedBezier::isValid = false

Definition at line 607 of file qquickpath_p.h.

◆ p

qreal QQuickCachedBezier::p

Definition at line 606 of file qquickpath_p.h.


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