![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstroker_p.h>
Static Public Member Functions | |
| static QList< qfixed > | patternForStyle (Qt::PenStyle style) |
| static int | repetitionLimit () |
Protected Member Functions | |
| void | processCurrentSubpath () override |
| Protected Member Functions inherited from QStrokerOps | |
| void | emitMoveTo (qfixed x, qfixed y) |
| void | emitLineTo (qfixed x, qfixed y) |
| void | emitCubicTo (qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey) |
Protected Attributes | |
| QStroker * | m_stroker |
| QList< qfixed > | m_dashPattern |
| qreal | m_dashOffset |
| qreal | m_stroke_width |
| qreal | m_miter_limit |
| Protected Attributes inherited from QStrokerOps | |
| QDataBuffer< Element > | m_elements |
| QRectF | m_clip_rect |
| qfixed | m_curveThreshold |
| qfixed | m_dashThreshold |
| void * | m_customData |
| qStrokerMoveToHook | m_moveTo |
| qStrokerLineToHook | m_lineTo |
| qStrokerCubicToHook | m_cubicTo |
Definition at line 227 of file qstroker_p.h.
| QDashStroker::QDashStroker | ( | QStroker * | stroker | ) |
Definition at line 988 of file qstroker.cpp.
| QDashStroker::~QDashStroker | ( | ) |
Definition at line 998 of file qstroker.cpp.
Prepares the stroker.
Call this function once before starting a stroke by calling moveTo, lineTo or cubicTo.
The customData is passed back through that callback functions and can be used by the user to for instance maintain state information.
Reimplemented from QStrokerOps.
Definition at line 354 of file qstroker_p.h.
|
inline |
Definition at line 242 of file qstroker_p.h.
Definition at line 239 of file qstroker_p.h.
|
inlineoverridevirtual |
Finishes the stroke.
Call this function once when an entire primitive has been stroked.
Reimplemented from QStrokerOps.
Definition at line 361 of file qstroker_p.h.
|
static |
Definition at line 1002 of file qstroker.cpp.
|
overrideprotectedvirtual |
Implements QStrokerOps.
Definition at line 1072 of file qstroker.cpp.
|
inlinestatic |
Definition at line 236 of file qstroker_p.h.
Definition at line 241 of file qstroker_p.h.
Definition at line 238 of file qstroker_p.h.
Definition at line 248 of file qstroker_p.h.
Definition at line 247 of file qstroker_p.h.
|
inline |
Definition at line 233 of file qstroker_p.h.
|
protected |
Definition at line 255 of file qstroker_p.h.
Definition at line 254 of file qstroker_p.h.
|
protected |
Definition at line 258 of file qstroker_p.h.
|
protected |
Definition at line 257 of file qstroker_p.h.
|
protected |
Definition at line 253 of file qstroker_p.h.