Qt 4.8
|
#include <qstroker_p.h>
Public Functions | |
bool | isCurveTo () const |
bool | isLineTo () const |
bool | isMoveTo () const |
operator qfixed2d () | |
Public Variables | |
QPainterPath::ElementType | type |
qfixed | x |
qfixed | y |
Definition at line 133 of file qstroker_p.h.
|
inline |
Definition at line 140 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), and qt_stroke_side().
|
inline |
Definition at line 139 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().
|
inline |
Definition at line 138 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next().
|
inline |
Definition at line 142 of file qstroker_p.h.
QPainterPath::ElementType QStrokerOps::Element::type |
Definition at line 134 of file qstroker_p.h.
Referenced by QSubpathBackwardIterator::next(), and QSubpathFlatIterator::next().
qfixed QStrokerOps::Element::x |
Definition at line 135 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().
qfixed QStrokerOps::Element::y |
Definition at line 136 of file qstroker_p.h.
Referenced by QSubpathFlatIterator::next(), QDashStroker::processCurrentSubpath(), and qt_stroke_side().