NAME
Qt::Gui::QPolygon
PUBLIC METHODS
- QPolygon()
- QPolygon(int size)
- QPolygon(const QPolygon & a)
- QPolygon(const QRect & r, bool closed)
- QPolygon(const QRect & r, bool closed = false)
- QPolygon(int nPoints, const int * points)
- ~QPolygon()
- QRect boundingRect()
- bool containsPoint(const QPoint & pt, Qt::FillRule fillRule)
- QPolygon intersected(const QPolygon & r)
- QVariant operator QVariant()
- QPoint point(int i)
- void point(int i, int * x, int * y)
- void putPoints(int index, int nPoints, const int * points)
- void putPoints(int index, int nPoints, const QPolygon & from, int fromIndex)
- void putPoints(int index, int nPoints, const QPolygon & from, int fromIndex = 0)
- void setPoint(int index, const QPoint & p)
- void setPoint(int index, int x, int y)
- void setPoints(int nPoints, const int * points)
- QPolygon subtracted(const QPolygon & r)
- void translate(const QPoint & offset)
- void translate(int dx, int dy)
- QPolygon translated(const QPoint & offset)
- QPolygon translated(int dx, int dy)
- QPolygon united(const QPolygon & r)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.