Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QStrokerOps::Element Struct Reference

#include <qstroker_p.h>

+ Collaboration diagram for QStrokerOps::Element:

Public Member Functions

bool isMoveTo () const
 
bool isLineTo () const
 
bool isCurveTo () const
 
 operator qfixed2d ()
 

Public Attributes

QPainterPath::ElementType type
 
qfixed x
 
qfixed y
 

Detailed Description

Definition at line 97 of file qstroker_p.h.

Member Function Documentation

◆ isCurveTo()

bool QStrokerOps::Element::isCurveTo ( ) const
inline

Definition at line 104 of file qstroker_p.h.

References QPainterPath::CurveToElement.

◆ isLineTo()

bool QStrokerOps::Element::isLineTo ( ) const
inline

Definition at line 103 of file qstroker_p.h.

References QPainterPath::LineToElement.

◆ isMoveTo()

bool QStrokerOps::Element::isMoveTo ( ) const
inline

Definition at line 102 of file qstroker_p.h.

References QPainterPath::MoveToElement.

Referenced by qt_stroke_side().

+ Here is the caller graph for this function:

◆ operator qfixed2d()

QStrokerOps::Element::operator qfixed2d ( )
inline

Definition at line 106 of file qstroker_p.h.

Member Data Documentation

◆ type

QPainterPath::ElementType QStrokerOps::Element::type

Definition at line 98 of file qstroker_p.h.

Referenced by QSubpathBackwardIterator::next().

◆ x

qfixed QStrokerOps::Element::x

Definition at line 99 of file qstroker_p.h.

Referenced by QSubpathFlatIterator::next(), and qt_stroke_side().

◆ y

qfixed QStrokerOps::Element::y

Definition at line 100 of file qstroker_p.h.

Referenced by QSubpathFlatIterator::next(), and qt_stroke_side().


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