![]() |
Qt 6.x
The Qt SDK
|
#include <qstroker_p.h>
Public Member Functions | |
bool | isMoveTo () const |
bool | isLineTo () const |
bool | isCurveTo () const |
operator qfixed2d () | |
Public Attributes | |
QPainterPath::ElementType | type |
qfixed | x |
qfixed | y |
Definition at line 97 of file qstroker_p.h.
|
inline |
Definition at line 104 of file qstroker_p.h.
References QPainterPath::CurveToElement.
|
inline |
Definition at line 103 of file qstroker_p.h.
References QPainterPath::LineToElement.
|
inline |
Definition at line 102 of file qstroker_p.h.
References QPainterPath::MoveToElement.
Referenced by qt_stroke_side().
|
inline |
Definition at line 106 of file qstroker_p.h.
QPainterPath::ElementType QStrokerOps::Element::type |
Definition at line 98 of file qstroker_p.h.
Referenced by QSubpathBackwardIterator::next().
qfixed QStrokerOps::Element::x |
Definition at line 99 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), and qt_stroke_side().
qfixed QStrokerOps::Element::y |
Definition at line 100 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), and qt_stroke_side().