![]() |
Qt 6.x
The Qt SDK
|
#include <qpainterpath_p.h>
Public Member Functions | |
QPainterPathStrokerPrivate () | |
Public Attributes | |
QStroker | stroker |
QList< qfixed > | dashPattern |
qreal | dashOffset |
Definition at line 168 of file qpainterpath_p.h.
QPainterPathStrokerPrivate::QPainterPathStrokerPrivate | ( | ) |
Definition at line 2561 of file qpainterpath.cpp.
References qt_path_stroke_cubic_to(), qt_path_stroke_line_to(), qt_path_stroke_move_to(), QStrokerOps::setCubicToHook(), QStrokerOps::setLineToHook(), QStrokerOps::setMoveToHook(), and stroker.
qreal QPainterPathStrokerPrivate::dashOffset |
Definition at line 175 of file qpainterpath_p.h.
Definition at line 174 of file qpainterpath_p.h.
QStroker QPainterPathStrokerPrivate::stroker |
Definition at line 173 of file qpainterpath_p.h.
Referenced by QPainterPathStrokerPrivate(), and QX11PaintEngine::drawPath().