NAME

Qt::Gui::QPolygonF

PUBLIC METHODS

QPolygonF()
QPolygonF(int size)
QPolygonF(const QPolygonF & a)
QPolygonF(const QVector<QPointF> & v)
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)
void append(const QPointF & t)
int capacity()
void clear()
const QPointF * constData()
bool contains(const QPointF & t)
int count(const QPointF & t)
const QPointF * data()
void detach()
QVector<QPointF> & fill(const QPointF & t, int size)
QVector<QPointF> & fill(const QPointF & t, int size = -1)
int indexOf(const QPointF & t, int from)
int indexOf(const QPointF & t, int from = 0)
void insert(int i, const QPointF & t)
void insert(int i, int n, const QPointF & t)
bool isDetached()
bool isEmpty()
bool isSharedWith(const QVector<QPointF> & other)
int lastIndexOf(const QPointF & t, int from)
int lastIndexOf(const QPointF & t, int from = -1)
bool operator!=(const QVector<QPointF> & v)
QVector<QPointF> & operator=(const QVector<QPointF> & v)
bool operator==(const QVector<QPointF> & v)
const QPointF & operator[](int i)
void prepend(const QPointF & t)
void remove(int i)
void remove(int i, int n)
void replace(int i, const QPointF & t)
void reserve(int size)
void resize(int size)
void setSharable(bool shrable)
int size()
void squeeze()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html