AddEllipse(QRectF rect) | QtGui.QPainterPath | |
AddEllipse(QPointF center, double rx, double ry) | QtGui.QPainterPath | |
AddEllipse(double x, double y, double w, double h) | QtGui.QPainterPath | |
AddPath(QPainterPath path) | QtGui.QPainterPath | |
AddPolygon(QPolygonF polygon) | QtGui.QPainterPath | |
AddRect(QRectF rect) | QtGui.QPainterPath | |
AddRect(double x, double y, double w, double h) | QtGui.QPainterPath | |
AddRegion(QRegion region) | QtGui.QPainterPath | |
AddRoundedRect(QRectF rect, double xRadius, double yRadius, Qt.SizeMode mode=Qt.SizeMode.AbsoluteSize) | QtGui.QPainterPath | |
AddRoundedRect(double x, double y, double w, double h, double xRadius, double yRadius, Qt.SizeMode mode=Qt.SizeMode.AbsoluteSize) | QtGui.QPainterPath | |
AddRoundRect(QRectF rect, int roundness) | QtGui.QPainterPath | |
AddRoundRect(QRectF rect, int xRnd, int yRnd) | QtGui.QPainterPath | |
AddRoundRect(double x, double y, double w, double h, int roundness) | QtGui.QPainterPath | |
AddRoundRect(double x, double y, double w, double h, int xRnd, int yRnd) | QtGui.QPainterPath | |
AddText(QPointF point, QFont f, string text) | QtGui.QPainterPath | |
AddText(double x, double y, QFont f, string text) | QtGui.QPainterPath | |
AngleAtPercent(double t) | QtGui.QPainterPath | |
ArcMoveTo(QRectF rect, double angle) | QtGui.QPainterPath | |
ArcMoveTo(double x, double y, double w, double h, double angle) | QtGui.QPainterPath | |
ArcTo(QRectF rect, double startAngle, double arcLength) | QtGui.QPainterPath | |
ArcTo(double x, double y, double w, double h, double startAngle, double arcLength) | QtGui.QPainterPath | |
BoundingRect() | QtGui.QPainterPath | |
CloseSubpath() | QtGui.QPainterPath | |
ConnectPath(QPainterPath path) | QtGui.QPainterPath | |
Contains(QPointF pt) | QtGui.QPainterPath | |
Contains(QRectF rect) | QtGui.QPainterPath | |
Contains(QPainterPath p) | QtGui.QPainterPath | |
ControlPointRect() | QtGui.QPainterPath | |
CreateProxy() | QtGui.QPainterPath | virtual |
CubicTo(QPointF ctrlPt1, QPointF ctrlPt2, QPointF endPt) | QtGui.QPainterPath | |
CubicTo(double ctrlPt1x, double ctrlPt1y, double ctrlPt2x, double ctrlPt2y, double endPtx, double endPty) | QtGui.QPainterPath | |
CurrentPosition() | QtGui.QPainterPath | |
Dispose() | QtGui.QPainterPath | |
ElementAt(int i) | QtGui.QPainterPath | |
ElementCount() | QtGui.QPainterPath | |
ElementType enum name | QtGui.QPainterPath | |
Equals(object o) | QtGui.QPainterPath | |
FillRule | QtGui.QPainterPath | |
GetHashCode() | QtGui.QPainterPath | |
interceptor | QtGui.QPainterPath | protected |
Intersected(QPainterPath r) | QtGui.QPainterPath | |
Intersects(QRectF rect) | QtGui.QPainterPath | |
Intersects(QPainterPath p) | QtGui.QPainterPath | |
IsEmpty() | QtGui.QPainterPath | |
Length() | QtGui.QPainterPath | |
LineTo(QPointF p) | QtGui.QPainterPath | |
LineTo(double x, double y) | QtGui.QPainterPath | |
MoveTo(QPointF p) | QtGui.QPainterPath | |
MoveTo(double x, double y) | QtGui.QPainterPath | |
operator!=(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
operator&(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
operator*(QPainterPath arg1, QMatrix arg2) | QtGui.QPainterPath | static |
operator*(QPainterPath arg1, QTransform arg2) | QtGui.QPainterPath | static |
operator+(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
operator-(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
operator==(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
operator|(QPainterPath arg1, QPainterPath arg2) | QtGui.QPainterPath | static |
PercentAtLength(double t) | QtGui.QPainterPath | |
PointAtPercent(double t) | QtGui.QPainterPath | |
QPainterPath(System.Type dummy) | QtGui.QPainterPath | protected |
QPainterPath() | QtGui.QPainterPath | |
QPainterPath(QPointF startPoint) | QtGui.QPainterPath | |
QPainterPath(QPainterPath other) | QtGui.QPainterPath | |
QuadTo(QPointF ctrlPt, QPointF endPt) | QtGui.QPainterPath | |
QuadTo(double ctrlPtx, double ctrlPty, double endPtx, double endPty) | QtGui.QPainterPath | |
SetElementPositionAt(int i, double x, double y) | QtGui.QPainterPath | |
Simplified() | QtGui.QPainterPath | |
SlopeAtPercent(double t) | QtGui.QPainterPath | |
SmokeObject | QtGui.QPainterPath | |
Subtracted(QPainterPath r) | QtGui.QPainterPath | |
SubtractedInverted(QPainterPath r) | QtGui.QPainterPath | |
Swap(QPainterPath other) | QtGui.QPainterPath | |
ToFillPolygon() | QtGui.QPainterPath | |
ToFillPolygon(QMatrix matrix) | QtGui.QPainterPath | |
ToFillPolygon(QTransform matrix) | QtGui.QPainterPath | |
ToFillPolygons() | QtGui.QPainterPath | |
ToFillPolygons(QMatrix matrix) | QtGui.QPainterPath | |
ToFillPolygons(QTransform matrix) | QtGui.QPainterPath | |
ToReversed() | QtGui.QPainterPath | |
ToSubpathPolygons() | QtGui.QPainterPath | |
ToSubpathPolygons(QMatrix matrix) | QtGui.QPainterPath | |
ToSubpathPolygons(QTransform matrix) | QtGui.QPainterPath | |
Translate(QPointF offset) | QtGui.QPainterPath | |
Translate(double dx, double dy) | QtGui.QPainterPath | |
Translated(QPointF offset) | QtGui.QPainterPath | |
Translated(double dx, double dy) | QtGui.QPainterPath | |
United(QPainterPath r) | QtGui.QPainterPath | |