NAME
Qt::Gui::QPolygonF
PUBLIC METHODS
- QPolygonF()
- QPolygonF(int size)
- QPolygonF(const QPolygonF & a)
- QPolygonF(const QRectF & r)
- QPolygonF(const QPolygon & a)
- ~QPolygonF()
- QRectF boundingRect()
- bool containsPoint(const QPointF & pt, Qt::FillRule fillRule)
- QPolygonF intersected(const QPolygonF & r)
- bool isClosed()
- QPolygonF subtracted(const QPolygonF & r)
- QPolygon toPolygon()
- void translate(const QPointF & offset)
- void translate(qreal dx, qreal dy)
- QPolygonF translated(const QPointF & offset)
- QPolygonF translated(qreal dx, qreal dy)
- QPolygonF united(const QPolygonF & 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.