Qt 4.8
|
#include <qpainterpath_p.h>
Public Functions | |
QPainterPathStrokerPrivate () | |
Public Variables | |
qreal | dashOffset |
QVector< qfixed > | dashPattern |
QStroker | stroker |
Definition at line 68 of file qpainterpath_p.h.
QPainterPathStrokerPrivate::QPainterPathStrokerPrivate | ( | ) |
Definition at line 2658 of file qpainterpath.cpp.
qreal QPainterPathStrokerPrivate::dashOffset |
Definition at line 75 of file qpainterpath_p.h.
Referenced by QPainterPathStroker::createStroke().
Definition at line 74 of file qpainterpath_p.h.
Referenced by QPainterPathStroker::createStroke().
QStroker QPainterPathStrokerPrivate::stroker |
Definition at line 73 of file qpainterpath_p.h.
Referenced by QPainterPathStroker::createStroke(), QX11PaintEngine::drawPath(), and QPainterPathStrokerPrivate().