Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QStrokerOps Member List

This is the complete list of members for QStrokerOps, including all inherited members.

begin(void *customData)QStrokerOpsvirtual
clipRect() constQStrokerOpsinline
cubicTo(qfixed x1, qfixed y1, qfixed x2, qfixed y2, qfixed ex, qfixed ey)QStrokerOpsinline
curveThreshold() constQStrokerOpsinline
emitCubicTo(qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey)QStrokerOpsinlineprotected
emitLineTo(qfixed x, qfixed y)QStrokerOpsinlineprotected
emitMoveTo(qfixed x, qfixed y)QStrokerOpsinlineprotected
end()QStrokerOpsvirtual
lineTo(qfixed x, qfixed y)QStrokerOpsinline
m_clip_rectQStrokerOpsprotected
m_cubicToQStrokerOpsprotected
m_curveThresholdQStrokerOpsprotected
m_customDataQStrokerOpsprotected
m_dashThresholdQStrokerOpsprotected
m_elementsQStrokerOpsprotected
m_lineToQStrokerOpsprotected
m_moveToQStrokerOpsprotected
moveTo(qfixed x, qfixed y)QStrokerOpsinline
processCurrentSubpath()=0QStrokerOpsprotectedpure virtual
QStrokerOps()QStrokerOps
setClipRect(const QRectF &clip)QStrokerOpsinline
setCubicToHook(qStrokerCubicToHook cubicToHook)QStrokerOpsinline
setCurveThreshold(qfixed threshold)QStrokerOpsinline
setCurveThresholdFromTransform(const QTransform &transform)QStrokerOpsinline
setLineToHook(qStrokerLineToHook lineToHook)QStrokerOpsinline
setMoveToHook(qStrokerMoveToHook moveToHook)QStrokerOpsinline
strokeEllipse(const QRectF &ellipse, void *data, const QTransform &matrix)QStrokerOps
strokePath(const QPainterPath &path, void *data, const QTransform &matrix)QStrokerOps
strokePolygon(const QPointF *points, int pointCount, bool implicit_close, void *data, const QTransform &matrix)QStrokerOps
~QStrokerOps()QStrokerOpsvirtual