##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QPolygonF.h
74 lines | 3.6 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QPOLYGONF_H
#define PYTHONQTWRAPPER_QPOLYGONF_H
#include <qpolygon.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qdatastream.h>
#include <qlist.h>
#include <qpoint.h>
#include <qpolygon.h>
#include <qrect.h>
#include <qvector.h>
class PythonQtWrapper_QPolygonF : public QObject
{ Q_OBJECT
public:
public slots:
QPolygonF* new_QPolygonF();
QPolygonF* new_QPolygonF(const QPolygon& a);
QPolygonF* new_QPolygonF(const QPolygonF& a);
QPolygonF* new_QPolygonF(const QRectF& r);
QPolygonF* new_QPolygonF(const QVector<QPointF >& v);
QPolygonF* new_QPolygonF(int size);
void delete_QPolygonF(QPolygonF* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 void push_back(QPolygonF* theWrappedObject, const QPointF& t);
void clear(QPolygonF* theWrappedObject);
bool contains(QPolygonF* theWrappedObject, const QPointF& t) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 const QPointF& first(QPolygonF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool containsPoint(QPolygonF* theWrappedObject, const QPointF& pt, Qt::FillRule fillRule) const;
const QPointF& at(QPolygonF* theWrappedObject, int i) const;
int capacity(QPolygonF* theWrappedObject) const;
QVector<QPointF > static_QPolygonF_fromList(const QList<QPointF >& list);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool empty(QPolygonF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 int indexOf(QPolygonF* theWrappedObject, const QPointF& t, int from) const;
bool isClosed(QPolygonF* theWrappedObject) const;
void squeeze(QPolygonF* theWrappedObject);
bool isEmpty(QPolygonF* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool operator_equal(QPolygonF* theWrappedObject, const QVector<QPointF >& v) const;
florianlink
upgraded wrappers to current generator version...
r28 QList<QPointF > toList(QPolygonF* theWrappedObject) const;
QPolygonF intersected(QPolygonF* theWrappedObject, const QPolygonF& r) const;
void pop_front(QPolygonF* theWrappedObject);
int count(QPolygonF* theWrappedObject, const QPointF& t) const;
QPointF value(QPolygonF* theWrappedObject, int i) const;
int count(QPolygonF* theWrappedObject) const;
QVector<QPointF >& fill(QPolygonF* theWrappedObject, const QPointF& t, int size);
void append(QPolygonF* theWrappedObject, const QPointF& t);
int lastIndexOf(QPolygonF* theWrappedObject, const QPointF& t, int from) const;
QVector<QPointF > mid(QPolygonF* theWrappedObject, int pos, int length) const;
void setSharable(QPolygonF* theWrappedObject, bool sharable);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QRectF boundingRect(QPolygonF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void writeTo(QPolygonF* theWrappedObject, QDataStream& stream);
void translate(QPolygonF* theWrappedObject, qreal dx, qreal dy);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void reserve(QPolygonF* theWrappedObject, int size);
florianlink
upgraded wrappers to current generator version...
r28 void resize(QPolygonF* theWrappedObject, int size);
void translate(QPolygonF* theWrappedObject, const QPointF& offset);
void prepend(QPolygonF* theWrappedObject, const QPointF& t);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void replace(QPolygonF* theWrappedObject, int i, const QPointF& t);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QPolygon toPolygon(QPolygonF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void pop_back(QPolygonF* theWrappedObject);
QPolygonF subtracted(QPolygonF* theWrappedObject, const QPolygonF& r) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void remove(QPolygonF* theWrappedObject, int i, int n);
florianlink
upgraded wrappers to current generator version...
r28 void readFrom(QPolygonF* theWrappedObject, QDataStream& stream);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 const QPointF& last(QPolygonF* theWrappedObject) const;
int size(QPolygonF* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QPointF value(QPolygonF* theWrappedObject, int i, const QPointF& defaultValue) const;
florianlink
upgraded wrappers to current generator version...
r28 void remove(QPolygonF* theWrappedObject, int i);
QPolygonF united(QPolygonF* theWrappedObject, const QPolygonF& r) const;
void push_front(QPolygonF* theWrappedObject, const QPointF& t);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QPOLYGONF_H