Definition at line 132 of file qpolygon.h.
#include <qpolygon.h>

Public Member Functions |
|
| QPolygonF () | |
| ~QPolygonF () | |
| QPolygonF (int size) | |
| QPolygonF (const QPolygonF &a) | |
| QPolygonF (const QVector< QPointF > &v) | |
| QPolygonF (const QRectF &r) | |
| QPolygonF (const QPolygon &a) | |
| void | translate (qreal dx, qreal dy) |
| void | translate (const QPointF &offset) |
| QPolygonF | translated (qreal dx, qreal dy) const |
| QPolygonF | translated (const QPointF &offset) const |
| QPolygon | toPolygon () const |
| bool | isClosed () const |
| QRectF | boundingRect () const |
| bool | containsPoint (const QPointF &pt, Qt::FillRule fillRule) const |
| QPolygonF | united (const QPolygonF &r) const |
| QPolygonF | intersected (const QPolygonF &r) const |
| QPolygonF | subtracted (const QPolygonF &r) const |
| QPolygonF | ( | ) | [inline] |
Definition at line 135 of file qpolygon.h.
{}
| ~QPolygonF | ( | ) | [inline] |
Definition at line 136 of file qpolygon.h.
{}
| QPolygonF | ( | int | size | ) | [inline] |
Definition at line 162 of file qpolygon.h.
: QVector<QPointF>(asize) {}
Definition at line 138 of file qpolygon.h.
: QVector<QPointF>(a) {}
Definition at line 139 of file qpolygon.h.
: QVector<QPointF>(v) {}
| void translate | ( | qreal | dx, |
| qreal | dy | ||
| ) | [inline] |
Definition at line 176 of file qpolygon.h.
| void translate | ( | const QPointF & | offset | ) |
| QPolygonF translated | ( | qreal | dx, |
| qreal | dy | ||
| ) | const [inline] |
Definition at line 179 of file qpolygon.h.
{ return translated(QPointF(dx, dy)); }
| QPolygon toPolygon | ( | ) | const |
| bool isClosed | ( | ) | const [inline] |
Definition at line 151 of file qpolygon.h.
| QRectF boundingRect | ( | ) | const |
| bool containsPoint | ( | const QPointF & | pt, |
| Qt::FillRule | fillRule | ||
| ) | const |