- boundingRect
QRect boundingRect()
Undocumented in source.
- containsPoint
bool containsPoint(const(QPoint) pt, qt.core.namespace.FillRule fillRule)
Undocumented in source.
- intersected
QPolygon intersected(const(QPolygon) r)
Undocumented in source.
- intersects
bool intersects(const(QPolygon) r)
Undocumented in source.
- point
void point(int i, int* x, int* y)
Undocumented in source.
- putPoints
void putPoints(int index, int nPoints, const(int)* points)
Undocumented in source.
- putPoints
void putPoints(int index, int nPoints, int firstx, int firsty, ...)
Undocumented in source.
- putPoints
void putPoints(int index, int nPoints, const(QPolygon) from, int fromIndex)
Undocumented in source.
- setPoints
void setPoints(int nPoints, const(int)* points)
Undocumented in source.
- setPoints
void setPoints(int nPoints, int firstx, int firsty, ...)
Undocumented in source.
- subtracted
QPolygon subtracted(const(QPolygon) r)
Undocumented in source.
- translate
void translate(int dx, int dy)
Undocumented in source.
- translate
void translate(const(QPoint) offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- translated
QPolygon translated(int dx, int dy)
Undocumented in source.
- translated
QPolygon translated(const(QPoint) offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- united
QPolygon united(const(QPolygon) r)
Undocumented in source.