![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QPainterPath, including all inherited members.
| addEllipse(const QRectF &rect) | QPainterPath | |
| addEllipse(qreal x, qreal y, qreal w, qreal h) | 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 w, qreal h) | QPainterPath | inline |
| addRegion(const QRegion ®ion) | QPainterPath | |
| addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) | QPainterPath | |
| addRoundedRect(qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) | QPainterPath | inline |
| addText(const QPointF &point, const QFont &f, const QString &text) | QPainterPath | |
| addText(qreal x, qreal y, const QFont &f, const QString &text) | QPainterPath | inline |
| angleAtPercent(qreal t) const | QPainterPath | |
| arcMoveTo(const QRectF &rect, qreal angle) | QPainterPath | |
| arcMoveTo(qreal x, qreal y, qreal w, qreal h, qreal angle) | QPainterPath | inline |
| arcTo(const QRectF &rect, qreal startAngle, qreal arcLength) | QPainterPath | |
| arcTo(qreal x, qreal y, qreal w, qreal h, qreal startAngle, qreal arcLength) | QPainterPath | inline |
| boundingRect() const | QPainterPath | |
| capacity() const | QPainterPath | |
| clear() | QPainterPath | |
| closeSubpath() | QPainterPath | |
| connectPath(const QPainterPath &path) | QPainterPath | |
| contains(const QPointF &pt) const | QPainterPath | |
| contains(const QRectF &rect) const | QPainterPath | |
| contains(const QPainterPath &p) const | QPainterPath | |
| controlPointRect() const | QPainterPath | |
| cubicTo(const QPointF &ctrlPt1, const QPointF &ctrlPt2, const QPointF &endPt) | QPainterPath | |
| cubicTo(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty) | QPainterPath | inline |
| currentPosition() const | QPainterPath | |
| CurveToDataElement enum value | QPainterPath | |
| CurveToElement enum value | QPainterPath | |
| elementAt(int i) const | QPainterPath | |
| elementCount() const | QPainterPath | |
| ElementType enum name | QPainterPath | |
| fillRule() const | QPainterPath | |
| intersected(const QPainterPath &r) const | QPainterPath | |
| intersects(const QRectF &rect) const | QPainterPath | |
| intersects(const QPainterPath &p) const | QPainterPath | |
| isEmpty() const | QPainterPath | |
| length() const | QPainterPath | |
| lineTo(const QPointF &p) | QPainterPath | |
| lineTo(qreal x, qreal y) | QPainterPath | inline |
| LineToElement enum value | QPainterPath | |
| moveTo(const QPointF &p) | QPainterPath | |
| moveTo(qreal x, qreal y) | QPainterPath | inline |
| MoveToElement enum value | QPainterPath | |
| 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<< | QPainterPath | friend |
| operator<<(QDataStream &stream, const QPainterPath &path) | QPainterPath | related |
| operator=(const QPainterPath &other) | QPainterPath | |
| operator==(const QPainterPath &other) const | QPainterPath | |
| operator>> | QPainterPath | friend |
| operator>>(QDataStream &stream, QPainterPath &path) | QPainterPath | related |
| operator|(const QPainterPath &other) const | QPainterPath | |
| operator|=(const QPainterPath &other) | QPainterPath | |
| percentAtLength(qreal t) const | QPainterPath | |
| pointAtPercent(qreal t) const | QPainterPath | |
| QPainterPath() noexcept | QPainterPath | |
| QPainterPath(const QPointF &startPoint) | QPainterPath | explicit |
| QPainterPath(const QPainterPath &other) | QPainterPath | |
| QPainterPathStroker | QPainterPath | friend |
| QPainterPathStrokerPrivate | QPainterPath | friend |
| QTransform | QPainterPath | friend |
| qtVectorPathForPath | QPainterPath | friend |
| quadTo(const QPointF &ctrlPt, const QPointF &endPt) | QPainterPath | |
| quadTo(qreal ctrlPtx, qreal ctrlPty, qreal endPtx, qreal endPty) | QPainterPath | inline |
| QVectorPath | QPainterPath | friend |
| reserve(int size) | QPainterPath | |
| setElementPositionAt(int i, qreal x, qreal y) | QPainterPath | |
| setFillRule(Qt::FillRule fillRule) | QPainterPath | |
| simplified() const | QPainterPath | |
| slopeAtPercent(qreal t) const | QPainterPath | |
| subtracted(const QPainterPath &r) const | QPainterPath | |
| swap(QPainterPath &other) noexcept | QPainterPath | inline |
| toFillPolygon(const QTransform &matrix=QTransform()) const | QPainterPath | |
| toFillPolygons(const QTransform &matrix=QTransform()) const | QPainterPath | |
| toReversed() const | QPainterPath | |
| toSubpathPolygons(const QTransform &matrix=QTransform()) 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 &r) const | QPainterPath | |
| ~QPainterPath() | QPainterPath |