QPolygon

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QRect) r, bool closed)
Undocumented in source.
this
this(int nPoints, const(int)* points)
Undocumented in source.
this
this(const(QPolygon) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

base0

Members

Functions

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.

Variables

base0
QVector!(QPoint) base0;
Undocumented in source.

Meta