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
ElementCutter Class Reference
Collaboration diagram for ElementCutter:

Public Member Functions

 ElementCutter (const QQuadPath::Element &element)
bool consume (float length)
QVector2D currentCutPoint ()
QVector2D currentControlPoint ()
float lastLength ()
 ElementCutter (const QQuadPath::Element &element)
bool consume (float length)
QVector2D currentCutPoint ()
QVector2D currentControlPoint ()
float lastLength ()

Detailed Description

Definition at line 746 of file qquadpath.cpp.

Constructor & Destructor Documentation

◆ ElementCutter() [1/2]

ElementCutter::ElementCutter ( const QQuadPath::Element & element)
inline

Definition at line 749 of file qquadpath.cpp.

References ElementCutter().

Referenced by ElementCutter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ElementCutter() [2/2]

ElementCutter::ElementCutter ( const QQuadPath::Element & element)
inline

Definition at line 749 of file qquadpath.cpp.

Member Function Documentation

◆ consume() [1/2]

bool ElementCutter::consume ( float length)
inline

Definition at line 759 of file qquadpath.cpp.

◆ consume() [2/2]

bool ElementCutter::consume ( float length)
inline

Definition at line 759 of file qquadpath.cpp.

◆ currentControlPoint() [1/2]

QVector2D ElementCutter::currentControlPoint ( )
inline

Definition at line 782 of file qquadpath.cpp.

◆ currentControlPoint() [2/2]

QVector2D ElementCutter::currentControlPoint ( )
inline

Definition at line 782 of file qquadpath.cpp.

◆ currentCutPoint() [1/2]

QVector2D ElementCutter::currentCutPoint ( )
inline

Definition at line 777 of file qquadpath.cpp.

◆ currentCutPoint() [2/2]

QVector2D ElementCutter::currentCutPoint ( )
inline

Definition at line 777 of file qquadpath.cpp.

◆ lastLength() [1/2]

float ElementCutter::lastLength ( )
inline

Definition at line 793 of file qquadpath.cpp.

◆ lastLength() [2/2]

float ElementCutter::lastLength ( )
inline

Definition at line 793 of file qquadpath.cpp.


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