Qt 4.8
|
This is the complete list of members for QStrokerOps, including all inherited members.
begin(void *customData) | QStrokerOps | virtual |
clipRect() const | QStrokerOps | inline |
cubicTo(qfixed x1, qfixed y1, qfixed x2, qfixed y2, qfixed ex, qfixed ey) | QStrokerOps | inline |
curveThreshold() const | QStrokerOps | inline |
emitCubicTo(qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey) | QStrokerOps | inlineprotected |
emitLineTo(qfixed x, qfixed y) | QStrokerOps | inlineprotected |
emitMoveTo(qfixed x, qfixed y) | QStrokerOps | inlineprotected |
end() | QStrokerOps | virtual |
lineTo(qfixed x, qfixed y) | QStrokerOps | inline |
m_clip_rect | QStrokerOps | protected |
m_cubicTo | QStrokerOps | protected |
m_curveThreshold | QStrokerOps | protected |
m_customData | QStrokerOps | protected |
m_dashThreshold | QStrokerOps | protected |
m_elements | QStrokerOps | protected |
m_lineTo | QStrokerOps | protected |
m_moveTo | QStrokerOps | protected |
moveTo(qfixed x, qfixed y) | QStrokerOps | inline |
processCurrentSubpath()=0 | QStrokerOps | protectedpure virtual |
QStrokerOps() | QStrokerOps | |
setClipRect(const QRectF &clip) | QStrokerOps | inline |
setCubicToHook(qStrokerCubicToHook cubicToHook) | QStrokerOps | inline |
setCurveThreshold(qfixed threshold) | QStrokerOps | inline |
setCurveThresholdFromTransform(const QTransform &transform) | QStrokerOps | inline |
setLineToHook(qStrokerLineToHook lineToHook) | QStrokerOps | inline |
setMoveToHook(qStrokerMoveToHook moveToHook) | QStrokerOps | inline |
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() | QStrokerOps | virtual |