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
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.

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

+ Here is the caller graph for this function:

◆ isLineTo()

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

Definition at line 103 of file qstroker_p.h.

References QPainterPath::LineToElement.

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

+ Here is the caller graph for this function:

◆ isMoveTo()

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

Definition at line 102 of file qstroker_p.h.

References QPainterPath::MoveToElement.

Referenced by QSubpathFlatIterator::next().

+ 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(), and QSubpathFlatIterator::next().

◆ x

qfixed QStrokerOps::Element::x

◆ y

qfixed QStrokerOps::Element::y

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