Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QPainterPath
Sub-classes: Element
new QPainterPath | new | Constructor QPainterPath::QPainterPath() | |
new QPainterPath | new | (const QPointF startPoint) | Constructor QPainterPath::QPainterPath(const QPointF &startPoint) |
new QPainterPath | new | (const QPainterPath other) | Constructor QPainterPath::QPainterPath(const QPainterPath &other) |
[const] | bool | != | (const QPainterPath other) | Method bool QPainterPath::operator!=(const QPainterPath &other) |
[const] | QPainterPath | & | (const QPainterPath other) | Method QPainterPath QPainterPath::operator&(const QPainterPath &other) |
QPainterPath | &= | (const QPainterPath other) | Method QPainterPath &QPainterPath::operator&=(const QPainterPath &other) | |
[const] | QPainterPath | * | (const QMatrix m) | Operator QPainterPath ::operator *(const QPainterPath &p, const QMatrix &m) |
[const] | QPainterPath | * | (const QTransform m) | Operator QPainterPath ::operator *(const QPainterPath &p, const QTransform &m) |
[const] | QPainterPath | + | (const QPainterPath other) | Method QPainterPath QPainterPath::operator+(const QPainterPath &other) |
QPainterPath | += | (const QPainterPath other) | Method QPainterPath &QPainterPath::operator+=(const QPainterPath &other) | |
[const] | QPainterPath | - | (const QPainterPath other) | Method QPainterPath QPainterPath::operator-(const QPainterPath &other) |
QPainterPath | -= | (const QPainterPath other) | Method QPainterPath &QPainterPath::operator-=(const QPainterPath &other) | |
[const] | bool | == | (const QPainterPath other) | Method bool QPainterPath::operator==(const QPainterPath &other) |
void | _assign | (const QPainterPath other) | Assigns another object to self | |
[const] | QPainterPath ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | addEllipse | (const QRectF rect) | Method void QPainterPath::addEllipse(const QRectF &rect) | |
void | addEllipse | (double x, double y, double w, double h) | Method void QPainterPath::addEllipse(double x, double y, double w, double h) | |
void | addEllipse | (const QPointF center, double rx, double ry) | Method void QPainterPath::addEllipse(const QPointF ¢er, double rx, double ry) | |
void | addPath | (const QPainterPath path) | Method void QPainterPath::addPath(const QPainterPath &path) | |
void | addPolygon | (const QPolygonF polygon) | Method void QPainterPath::addPolygon(const QPolygonF &polygon) | |
void | addRect | (const QRectF rect) | Method void QPainterPath::addRect(const QRectF &rect) | |
void | addRect | (double x, double y, double w, double h) | Method void QPainterPath::addRect(double x, double y, double w, double h) | |
void | addRegion | (const QRegion region) | Method void QPainterPath::addRegion(const QRegion ®ion) | |
void | addRoundRect | (const QRectF rect, int xRnd, int yRnd) | Method void QPainterPath::addRoundRect(const QRectF &rect, int xRnd, int yRnd) | |
void | addRoundRect | (double x, double y, double w, double h, int xRnd, int yRnd) | Method void QPainterPath::addRoundRect(double x, double y, double w, double h, int xRnd, int yRnd) | |
void | addRoundRect | (const QRectF rect, int roundness) | Method void QPainterPath::addRoundRect(const QRectF &rect, int roundness) | |
void | addRoundRect | (double x, double y, double w, double h, int roundness) | Method void QPainterPath::addRoundRect(double x, double y, double w, double h, int roundness) | |
void | addRoundedRect | (const QRectF rect, double xRadius, double yRadius, const Qt_SizeMode mode = Qt::AbsoluteSize) | Method void QPainterPath::addRoundedRect(const QRectF &rect, double xRadius, double yRadius, Qt::SizeMode mode) | |
void | addRoundedRect | (double x, double y, double w, double h, double xRadius, double yRadius, const Qt_SizeMode mode = Qt::AbsoluteSize) | Method void QPainterPath::addRoundedRect(double x, double y, double w, double h, double xRadius, double yRadius, Qt::SizeMode mode) | |
void | addText | (const QPointF point, const QFont f, string text) | Method void QPainterPath::addText(const QPointF &point, const QFont &f, const QString &text) | |
void | addText | (double x, double y, const QFont f, string text) | Method void QPainterPath::addText(double x, double y, const QFont &f, const QString &text) | |
[const] | double | angleAtPercent | (double t) | Method double QPainterPath::angleAtPercent(double t) |
void | arcMoveTo | (const QRectF rect, double angle) | Method void QPainterPath::arcMoveTo(const QRectF &rect, double angle) | |
void | arcMoveTo | (double x, double y, double w, double h, double angle) | Method void QPainterPath::arcMoveTo(double x, double y, double w, double h, double angle) | |
void | arcTo | (const QRectF rect, double startAngle, double arcLength) | Method void QPainterPath::arcTo(const QRectF &rect, double startAngle, double arcLength) | |
void | arcTo | (double x, double y, double w, double h, double startAngle, double arcLength) | Method void QPainterPath::arcTo(double x, double y, double w, double h, double startAngle, double arcLength) | |
QPainterPath | assign | (const QPainterPath other) | Method QPainterPath &QPainterPath::operator=(const QPainterPath &other) | |
[const] | QRectF | boundingRect | Method QRectF QPainterPath::boundingRect() | |
void | closeSubpath | Method void QPainterPath::closeSubpath() | ||
void | connectPath | (const QPainterPath path) | Method void QPainterPath::connectPath(const QPainterPath &path) | |
[const] | bool | contains | (const QPointF pt) | Method bool QPainterPath::contains(const QPointF &pt) |
[const] | bool | contains | (const QRectF rect) | Method bool QPainterPath::contains(const QRectF &rect) |
[const] | bool | contains | (const QPainterPath p) | Method bool QPainterPath::contains(const QPainterPath &p) |
[const] | QRectF | controlPointRect | Method QRectF QPainterPath::controlPointRect() | |
void | cubicTo | (const QPointF ctrlPt1, const QPointF ctrlPt2, const QPointF endPt) | Method void QPainterPath::cubicTo(const QPointF &ctrlPt1, const QPointF &ctrlPt2, const QPointF &endPt) | |
void | cubicTo | (double ctrlPt1x, double ctrlPt1y, double ctrlPt2x, double ctrlPt2y, double endPtx, double endPty) | Method void QPainterPath::cubicTo(double ctrlPt1x, double ctrlPt1y, double ctrlPt2x, double ctrlPt2y, double endPtx, double endPty) | |
[const] | QPointF | currentPosition | Method QPointF QPainterPath::currentPosition() | |
[const] | new QPainterPath ptr | dup | Creates a copy of self | |
[const] | QPainterPath_Element | elementAt | (int i) | Method QPainterPath::Element QPainterPath::elementAt(int i) |
[const] | int | elementCount | Method int QPainterPath::elementCount() | |
[const] | Qt_FillRule | fillRule | Method Qt::FillRule QPainterPath::fillRule() | |
void | fillRule= | (const Qt_FillRule fillRule) | Method void QPainterPath::setFillRule(Qt::FillRule fillRule) | |
[const] | QPainterPath | intersected | (const QPainterPath r) | Method QPainterPath QPainterPath::intersected(const QPainterPath &r) |
[const] | bool | intersects | (const QRectF rect) | Method bool QPainterPath::intersects(const QRectF &rect) |
[const] | bool | intersects | (const QPainterPath p) | Method bool QPainterPath::intersects(const QPainterPath &p) |
[const] | bool | isEmpty? | Method bool QPainterPath::isEmpty() | |
[const] | double | length | Method double QPainterPath::length() | |
void | lineTo | (const QPointF p) | Method void QPainterPath::lineTo(const QPointF &p) | |
void | lineTo | (double x, double y) | Method void QPainterPath::lineTo(double x, double y) | |
void | moveTo | (const QPointF p) | Method void QPainterPath::moveTo(const QPointF &p) | |
void | moveTo | (double x, double y) | Method void QPainterPath::moveTo(double x, double y) | |
[const] | double | percentAtLength | (double t) | Method double QPainterPath::percentAtLength(double t) |
[const] | QPointF | pointAtPercent | (double t) | Method QPointF QPainterPath::pointAtPercent(double t) |
void | quadTo | (const QPointF ctrlPt, const QPointF endPt) | Method void QPainterPath::quadTo(const QPointF &ctrlPt, const QPointF &endPt) | |
void | quadTo | (double ctrlPtx, double ctrlPty, double endPtx, double endPty) | Method void QPainterPath::quadTo(double ctrlPtx, double ctrlPty, double endPtx, double endPty) | |
void | setElementPositionAt | (int i, double x, double y) | Method void QPainterPath::setElementPositionAt(int i, double x, double y) | |
void | setFillRule | (const Qt_FillRule fillRule) | Method void QPainterPath::setFillRule(Qt::FillRule fillRule) | |
[const] | QPainterPath | simplified | Method QPainterPath QPainterPath::simplified() | |
[const] | double | slopeAtPercent | (double t) | Method double QPainterPath::slopeAtPercent(double t) |
[const] | QPainterPath | subtracted | (const QPainterPath r) | Method QPainterPath QPainterPath::subtracted(const QPainterPath &r) |
[const] | QPainterPath | subtractedInverted | (const QPainterPath r) | Method QPainterPath QPainterPath::subtractedInverted(const QPainterPath &r) |
void | swap | (QPainterPath other) | Method void QPainterPath::swap(QPainterPath &other) | |
[const] | QPolygonF | toFillPolygon | (const QMatrix matrix = QMatrix()) | Method QPolygonF QPainterPath::toFillPolygon(const QMatrix &matrix) |
[const] | QPolygonF | toFillPolygon | (const QTransform matrix) | Method QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) |
[const] | QPolygonF[] | toFillPolygons | (const QMatrix matrix = QMatrix()) | Method QList<QPolygonF> QPainterPath::toFillPolygons(const QMatrix &matrix) |
[const] | QPolygonF[] | toFillPolygons | (const QTransform matrix) | Method QList<QPolygonF> QPainterPath::toFillPolygons(const QTransform &matrix) |
[const] | QPainterPath | toReversed | Method QPainterPath QPainterPath::toReversed() | |
[const] | QPolygonF[] | toSubpathPolygons | (const QMatrix matrix = QMatrix()) | Method QList<QPolygonF> QPainterPath::toSubpathPolygons(const QMatrix &matrix) |
[const] | QPolygonF[] | toSubpathPolygons | (const QTransform matrix) | Method QList<QPolygonF> QPainterPath::toSubpathPolygons(const QTransform &matrix) |
void | translate | (double dx, double dy) | Method void QPainterPath::translate(double dx, double dy) | |
void | translate | (const QPointF offset) | Method void QPainterPath::translate(const QPointF &offset) | |
[const] | QPainterPath | translated | (double dx, double dy) | Method QPainterPath QPainterPath::translated(double dx, double dy) |
[const] | QPainterPath | translated | (const QPointF offset) | Method QPainterPath QPainterPath::translated(const QPointF &offset) |
[const] | QPainterPath | united | (const QPainterPath r) | Method QPainterPath QPainterPath::united(const QPainterPath &r) |
[const] | QPainterPath | | | (const QPainterPath other) | Method QPainterPath QPainterPath::operator|(const QPainterPath &other) |
QPainterPath | |= | (const QPainterPath other) | Method QPainterPath &QPainterPath::operator|=(const QPainterPath &other) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QPainterPath other) Description: Method bool QPainterPath::operator!=(const QPainterPath &other) |
& | Signature: [const] QPainterPath & (const QPainterPath other) Description: Method QPainterPath QPainterPath::operator&(const QPainterPath &other) |
&= | Signature: QPainterPath &= (const QPainterPath other) Description: Method QPainterPath &QPainterPath::operator&=(const QPainterPath &other) |
* | (1) Signature: [const] QPainterPath * (const QMatrix m) Description: Operator QPainterPath ::operator *(const QPainterPath &p, const QMatrix &m) This is the mapping of the global operator to the instance method. Python specific notes: |
(2) Signature: [const] QPainterPath * (const QTransform m) Description: Operator QPainterPath ::operator *(const QPainterPath &p, const QTransform &m) This is the mapping of the global operator to the instance method. Python specific notes: | |
+ | Signature: [const] QPainterPath + (const QPainterPath other) Description: Method QPainterPath QPainterPath::operator+(const QPainterPath &other) |
+= | Signature: QPainterPath += (const QPainterPath other) Description: Method QPainterPath &QPainterPath::operator+=(const QPainterPath &other) |
- | Signature: [const] QPainterPath - (const QPainterPath other) Description: Method QPainterPath QPainterPath::operator-(const QPainterPath &other) |
-= | Signature: QPainterPath -= (const QPainterPath other) Description: Method QPainterPath &QPainterPath::operator-=(const QPainterPath &other) |
== | Signature: [const] bool == (const QPainterPath other) Description: Method bool QPainterPath::operator==(const QPainterPath &other) |
_assign | Signature: void _assign (const QPainterPath other) Description: Assigns another object to self |
_const_cast | Signature: [const] QPainterPath ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
addEllipse | (1) Signature: void addEllipse (const QRectF rect) Description: Method void QPainterPath::addEllipse(const QRectF &rect) |
(2) Signature: void addEllipse (double x, double y, double w, double h) Description: Method void QPainterPath::addEllipse(double x, double y, double w, double h) | |
(3) Signature: void addEllipse (const QPointF center, double rx, double ry) Description: Method void QPainterPath::addEllipse(const QPointF ¢er, double rx, double ry) | |
addPath | Signature: void addPath (const QPainterPath path) Description: Method void QPainterPath::addPath(const QPainterPath &path) |
addPolygon | Signature: void addPolygon (const QPolygonF polygon) Description: Method void QPainterPath::addPolygon(const QPolygonF &polygon) |
addRect | (1) Signature: void addRect (const QRectF rect) Description: Method void QPainterPath::addRect(const QRectF &rect) |
(2) Signature: void addRect (double x, double y, double w, double h) Description: Method void QPainterPath::addRect(double x, double y, double w, double h) | |
addRegion | Signature: void addRegion (const QRegion region) Description: Method void QPainterPath::addRegion(const QRegion ®ion) |
addRoundRect | (1) Signature: void addRoundRect (const QRectF rect, int xRnd, int yRnd) Description: Method void QPainterPath::addRoundRect(const QRectF &rect, int xRnd, int yRnd) |
(2) Signature: void addRoundRect (double x, double y, double w, double h, int xRnd, int yRnd) Description: Method void QPainterPath::addRoundRect(double x, double y, double w, double h, int xRnd, int yRnd) | |
(3) Signature: void addRoundRect (const QRectF rect, int roundness) Description: Method void QPainterPath::addRoundRect(const QRectF &rect, int roundness) | |
(4) Signature: void addRoundRect (double x, double y, double w, double h, int roundness) Description: Method void QPainterPath::addRoundRect(double x, double y, double w, double h, int roundness) | |
addRoundedRect | (1) Signature: void addRoundedRect (const QRectF rect, double xRadius, double yRadius, const Qt_SizeMode mode = Qt::AbsoluteSize) Description: Method void QPainterPath::addRoundedRect(const QRectF &rect, double xRadius, double yRadius, Qt::SizeMode mode) |
(2) Signature: void addRoundedRect (double x, double y, double w, double h, double xRadius, double yRadius, const Qt_SizeMode mode = Qt::AbsoluteSize) Description: Method void QPainterPath::addRoundedRect(double x, double y, double w, double h, double xRadius, double yRadius, Qt::SizeMode mode) | |
addText | (1) Signature: void addText (const QPointF point, const QFont f, string text) Description: Method void QPainterPath::addText(const QPointF &point, const QFont &f, const QString &text) |
(2) Signature: void addText (double x, double y, const QFont f, string text) Description: Method void QPainterPath::addText(double x, double y, const QFont &f, const QString &text) | |
angleAtPercent | Signature: [const] double angleAtPercent (double t) Description: Method double QPainterPath::angleAtPercent(double t) |
arcMoveTo | (1) Signature: void arcMoveTo (const QRectF rect, double angle) Description: Method void QPainterPath::arcMoveTo(const QRectF &rect, double angle) |
(2) Signature: void arcMoveTo (double x, double y, double w, double h, double angle) Description: Method void QPainterPath::arcMoveTo(double x, double y, double w, double h, double angle) | |
arcTo | (1) Signature: void arcTo (const QRectF rect, double startAngle, double arcLength) Description: Method void QPainterPath::arcTo(const QRectF &rect, double startAngle, double arcLength) |
(2) Signature: void arcTo (double x, double y, double w, double h, double startAngle, double arcLength) Description: Method void QPainterPath::arcTo(double x, double y, double w, double h, double startAngle, double arcLength) | |
assign | Signature: QPainterPath assign (const QPainterPath other) Description: Method QPainterPath &QPainterPath::operator=(const QPainterPath &other) |
boundingRect | Signature: [const] QRectF boundingRect Description: Method QRectF QPainterPath::boundingRect() |
closeSubpath | Signature: void closeSubpath Description: Method void QPainterPath::closeSubpath() |
connectPath | Signature: void connectPath (const QPainterPath path) Description: Method void QPainterPath::connectPath(const QPainterPath &path) |
contains | (1) Signature: [const] bool contains (const QPointF pt) Description: Method bool QPainterPath::contains(const QPointF &pt) |
(2) Signature: [const] bool contains (const QRectF rect) Description: Method bool QPainterPath::contains(const QRectF &rect) | |
(3) Signature: [const] bool contains (const QPainterPath p) Description: Method bool QPainterPath::contains(const QPainterPath &p) | |
controlPointRect | Signature: [const] QRectF controlPointRect Description: Method QRectF QPainterPath::controlPointRect() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
cubicTo | (1) Signature: void cubicTo (const QPointF ctrlPt1, const QPointF ctrlPt2, const QPointF endPt) Description: Method void QPainterPath::cubicTo(const QPointF &ctrlPt1, const QPointF &ctrlPt2, const QPointF &endPt) |
(2) Signature: void cubicTo (double ctrlPt1x, double ctrlPt1y, double ctrlPt2x, double ctrlPt2y, double endPtx, double endPty) Description: Method void QPainterPath::cubicTo(double ctrlPt1x, double ctrlPt1y, double ctrlPt2x, double ctrlPt2y, double endPtx, double endPty) | |
currentPosition | Signature: [const] QPointF currentPosition Description: Method QPointF QPainterPath::currentPosition() |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
dup | Signature: [const] new QPainterPath ptr dup Description: Creates a copy of self Python specific notes: |
elementAt | Signature: [const] QPainterPath_Element elementAt (int i) Description: Method QPainterPath::Element QPainterPath::elementAt(int i) |
elementCount | Signature: [const] int elementCount Description: Method int QPainterPath::elementCount() |
fillRule | Signature: [const] Qt_FillRule fillRule Description: Method Qt::FillRule QPainterPath::fillRule() Python specific notes: |
fillRule= | Signature: void fillRule= (const Qt_FillRule fillRule) Description: Method void QPainterPath::setFillRule(Qt::FillRule fillRule) Python specific notes: |
intersected | Signature: [const] QPainterPath intersected (const QPainterPath r) Description: Method QPainterPath QPainterPath::intersected(const QPainterPath &r) |
intersects | (1) Signature: [const] bool intersects (const QRectF rect) Description: Method bool QPainterPath::intersects(const QRectF &rect) |
(2) Signature: [const] bool intersects (const QPainterPath p) Description: Method bool QPainterPath::intersects(const QPainterPath &p) | |
isEmpty? | Signature: [const] bool isEmpty? Description: Method bool QPainterPath::isEmpty() |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
length | Signature: [const] double length Description: Method double QPainterPath::length() |
lineTo | (1) Signature: void lineTo (const QPointF p) Description: Method void QPainterPath::lineTo(const QPointF &p) |
(2) Signature: void lineTo (double x, double y) Description: Method void QPainterPath::lineTo(double x, double y) | |
moveTo | (1) Signature: void moveTo (const QPointF p) Description: Method void QPainterPath::moveTo(const QPointF &p) |
(2) Signature: void moveTo (double x, double y) Description: Method void QPainterPath::moveTo(double x, double y) | |
new | (1) Signature: [static] new QPainterPath new Description: Constructor QPainterPath::QPainterPath() This method creates an object of class QPainterPath. Python specific notes: |
(2) Signature: [static] new QPainterPath new (const QPointF startPoint) Description: Constructor QPainterPath::QPainterPath(const QPointF &startPoint) This method creates an object of class QPainterPath. Python specific notes: | |
(3) Signature: [static] new QPainterPath new (const QPainterPath other) Description: Constructor QPainterPath::QPainterPath(const QPainterPath &other) This method creates an object of class QPainterPath. Python specific notes: | |
percentAtLength | Signature: [const] double percentAtLength (double t) Description: Method double QPainterPath::percentAtLength(double t) |
pointAtPercent | Signature: [const] QPointF pointAtPercent (double t) Description: Method QPointF QPainterPath::pointAtPercent(double t) |
quadTo | (1) Signature: void quadTo (const QPointF ctrlPt, const QPointF endPt) Description: Method void QPainterPath::quadTo(const QPointF &ctrlPt, const QPointF &endPt) |
(2) Signature: void quadTo (double ctrlPtx, double ctrlPty, double endPtx, double endPty) Description: Method void QPainterPath::quadTo(double ctrlPtx, double ctrlPty, double endPtx, double endPty) | |
setElementPositionAt | Signature: void setElementPositionAt (int i, double x, double y) Description: Method void QPainterPath::setElementPositionAt(int i, double x, double y) |
setFillRule | Signature: void setFillRule (const Qt_FillRule fillRule) Description: Method void QPainterPath::setFillRule(Qt::FillRule fillRule) Python specific notes: |
simplified | Signature: [const] QPainterPath simplified Description: Method QPainterPath QPainterPath::simplified() |
slopeAtPercent | Signature: [const] double slopeAtPercent (double t) Description: Method double QPainterPath::slopeAtPercent(double t) |
subtracted | Signature: [const] QPainterPath subtracted (const QPainterPath r) Description: Method QPainterPath QPainterPath::subtracted(const QPainterPath &r) |
subtractedInverted | Signature: [const] QPainterPath subtractedInverted (const QPainterPath r) Description: Method QPainterPath QPainterPath::subtractedInverted(const QPainterPath &r) |
swap | Signature: void swap (QPainterPath other) Description: Method void QPainterPath::swap(QPainterPath &other) |
toFillPolygon | (1) Signature: [const] QPolygonF toFillPolygon (const QMatrix matrix = QMatrix()) Description: Method QPolygonF QPainterPath::toFillPolygon(const QMatrix &matrix) |
(2) Signature: [const] QPolygonF toFillPolygon (const QTransform matrix) Description: Method QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) | |
toFillPolygons | (1) Signature: [const] QPolygonF[] toFillPolygons (const QMatrix matrix = QMatrix()) Description: Method QList<QPolygonF> QPainterPath::toFillPolygons(const QMatrix &matrix) |
(2) Signature: [const] QPolygonF[] toFillPolygons (const QTransform matrix) Description: Method QList<QPolygonF> QPainterPath::toFillPolygons(const QTransform &matrix) | |
toReversed | Signature: [const] QPainterPath toReversed Description: Method QPainterPath QPainterPath::toReversed() |
toSubpathPolygons | (1) Signature: [const] QPolygonF[] toSubpathPolygons (const QMatrix matrix = QMatrix()) Description: Method QList<QPolygonF> QPainterPath::toSubpathPolygons(const QMatrix &matrix) |
(2) Signature: [const] QPolygonF[] toSubpathPolygons (const QTransform matrix) Description: Method QList<QPolygonF> QPainterPath::toSubpathPolygons(const QTransform &matrix) | |
translate | (1) Signature: void translate (double dx, double dy) Description: Method void QPainterPath::translate(double dx, double dy) |
(2) Signature: void translate (const QPointF offset) Description: Method void QPainterPath::translate(const QPointF &offset) | |
translated | (1) Signature: [const] QPainterPath translated (double dx, double dy) Description: Method QPainterPath QPainterPath::translated(double dx, double dy) |
(2) Signature: [const] QPainterPath translated (const QPointF offset) Description: Method QPainterPath QPainterPath::translated(const QPointF &offset) | |
united | Signature: [const] QPainterPath united (const QPainterPath r) Description: Method QPainterPath QPainterPath::united(const QPainterPath &r) |
| | Signature: [const] QPainterPath | (const QPainterPath other) Description: Method QPainterPath QPainterPath::operator|(const QPainterPath &other) |
|= | Signature: QPainterPath |= (const QPainterPath other) Description: Method QPainterPath &QPainterPath::operator|=(const QPainterPath &other) |