![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QPainterPath, including all inherited members.
| ElementType enum name | QPainterPath | |
| QPainterPath() | QPainterPath | |
| QPainterPath(const QPointF &startPoint) | QPainterPath | explicit |
| QPainterPath(const QPainterPath &other) | QPainterPath | |
| addEllipse(const QRectF &rect) | QPainterPath | |
| addEllipse(qreal x, qreal y, qreal width, qreal height) | QPainterPath | inline |
| addEllipse(const QPointF ¢er, qreal rx, qreal ry) | QPainterPath | inline |
| addPath(const QPainterPath &path) | QPainterPath | |
| addPolygon(const QPolygonF &polygon) | QPainterPath | |
| addRect(const QRectF &rect) | QPainterPath | |
| addRect(qreal x, qreal y, qreal width, qreal height) | QPainterPath | inline |
| addRegion(const QRegion ®ion) | QPainterPath | |
| addRoundRect(const QRectF &rect, int xRound, int yRound) | QPainterPath | deprecated |
| addRoundRect(qreal x, qreal y, qreal width, qreal height, int xRound, int yRound) | QPainterPath | inlinedeprecated |
| addRoundRect(const QRectF &rect, int roundness) | QPainterPath | inlinedeprecated |
| addRoundRect(qreal x, qreal y, qreal width, qreal height, int roundness) | QPainterPath | inlinedeprecated |
| addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) | QPainterPath | |
| addRoundedRect(qreal x, qreal y, qreal width, qreal height, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) | QPainterPath | inline |
| addText(const QPointF &point, const QFont &font, const QString &text) | QPainterPath | |
| addText(qreal x, qreal y, const QFont &font, const QString &text) | QPainterPath | inline |
| angleAtPercent(qreal t) const | QPainterPath | |
| arcMoveTo(const QRectF &rect, qreal angle) | QPainterPath | |
| arcMoveTo(qreal x, qreal y, qreal width, qreal height, qreal angle) | QPainterPath | inline |
| arcTo(const QRectF &rect, qreal startAngle, qreal arcLength) | QPainterPath | |
| arcTo(qreal x, qreal y, qreal width, qreal height, qreal startAngle, qreal arcLength) | QPainterPath | inline |
| boundingRect() const | QPainterPath | |
| closeSubpath() | QPainterPath | |
| connectPath(const QPainterPath &path) | QPainterPath | |
| contains(const QPointF &point) const | QPainterPath | |
| contains(const QRectF &rect) const | QPainterPath | |
| contains(const QPainterPath &other) const | QPainterPath | |
| controlPointRect() const | QPainterPath | |
| cubicTo(const QPointF &point1, const QPointF &point2, const QPointF &point3) | QPainterPath | |
| cubicTo(qreal x1, qreal y1, qreal x2, qreal y2, qreal x3, qreal y3) | QPainterPath | inline |
| currentPosition() const | QPainterPath | |
| elementAt(int index) const | QPainterPath | |
| elementCount() const | QPainterPath | |
| fillRule() const | QPainterPath | |
| intersected(const QPainterPath &other) const | QPainterPath | |
| intersects(const QRectF &rect) const | QPainterPath | |
| intersects(const QPainterPath &other) const | QPainterPath | |
| isEmpty() const | QPainterPath | |
| length() const | QPainterPath | |
| lineTo(const QPointF &endPoint) | QPainterPath | |
| lineTo(qreal x, qreal y) | QPainterPath | inline |
| moveTo(const QPointF &point) | QPainterPath | |
| moveTo(qreal x, qreal y) | QPainterPath | inline |
| operator!=(const QPainterPath &other) const | QPainterPath | |
| operator&(const QPainterPath &other) const | QPainterPath | |
| operator&=(const QPainterPath &other) | QPainterPath | |
| operator+(const QPainterPath &other) const | QPainterPath | |
| operator+=(const QPainterPath &other) | QPainterPath | |
| operator-(const QPainterPath &other) const | QPainterPath | |
| operator-=(const QPainterPath &other) | QPainterPath | |
| operator<<(QDataStream &stream, const QPainterPath &path) | QPainterPath | friend |
| operator=(const QPainterPath &other) | QPainterPath | |
| operator=(QPainterPath &&other) | QPainterPath | inline |
| operator==(const QPainterPath &other) const | QPainterPath | |
| operator>>(QDataStream &stream, QPainterPath &path) | QPainterPath | friend |
| operator|(const QPainterPath &other) const | QPainterPath | |
| operator|=(const QPainterPath &other) | QPainterPath | |
| percentAtLength(qreal len) const | QPainterPath | |
| pointAtPercent(qreal t) const | QPainterPath | |
| quadTo(const QPointF &point1, const QPointF &point2) | QPainterPath | |
| quadTo(qreal x1, qreal y1, qreal x2, qreal y2) | QPainterPath | inline |
| setElementPositionAt(int index, qreal x, qreal y) | QPainterPath | |
| setFillRule(Qt::FillRule fillRule) | QPainterPath | |
| simplified() const | QPainterPath | |
| slopeAtPercent(qreal t) const | QPainterPath | |
| subtracted(const QPainterPath &other) const | QPainterPath | |
| subtractedInverted(const QPainterPath &other) const | QPainterPath | deprecated |
| swap(QPainterPath &other) | QPainterPath | inline |
| toFillPolygon(const QMatrix &matrix=QMatrix ()) const | QPainterPath | |
| toFillPolygon(const QTransform &matrix) const | QPainterPath | |
| toFillPolygons(const QMatrix &matrix=QMatrix ()) const | QPainterPath | |
| toFillPolygons(const QTransform &matrix) const | QPainterPath | |
| toReversed() const | QPainterPath | |
| toSubpathPolygons(const QMatrix &matrix=QMatrix ()) const | QPainterPath | |
| toSubpathPolygons(const QTransform &matrix) const | QPainterPath | |
| translate(qreal dx, qreal dy) | QPainterPath | |
| translate(const QPointF &offset) | QPainterPath | inline |
| translated(qreal dx, qreal dy) const | QPainterPath | |
| translated(const QPointF &offset) const | QPainterPath | inline |
| united(const QPainterPath &other) const | QPainterPath | |
| ~QPainterPath() | QPainterPath |