##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QSizeF.h
48 lines | 1.8 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QSIZEF_H
#define PYTHONQTWRAPPER_QSIZEF_H
#include <qsize.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 <qsize.h>
class PythonQtWrapper_QSizeF : public QObject
{ Q_OBJECT
public:
public slots:
QSizeF* new_QSizeF();
QSizeF* new_QSizeF(const QSize& sz);
QSizeF* new_QSizeF(qreal w, qreal h);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QSizeF* new_QSizeF(const QSizeF& other) {
QSizeF* a = new QSizeF();
*((QSizeF*)a) = other;
return a; }
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QSizeF(QSizeF* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 void transpose(QSizeF* theWrappedObject);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QSizeF expandedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
florianlink
recreated wrappers to match current python qt version...
r73 QSizeF* operator_add_assign(QSizeF* theWrappedObject, const QSizeF& arg__1);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setHeight(QSizeF* theWrappedObject, qreal h);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void scale(QSizeF* theWrappedObject, const QSizeF& s, Qt::AspectRatioMode mode);
void scale(QSizeF* theWrappedObject, qreal w, qreal h, Qt::AspectRatioMode mode);
florianlink
recreated wrappers to match current python qt version...
r73 QSizeF* operator_divide_assign(QSizeF* theWrappedObject, qreal c);
QSizeF boundedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
bool isNull(QSizeF* theWrappedObject) const;
void writeTo(QSizeF* theWrappedObject, QDataStream& arg__1);
void setWidth(QSizeF* theWrappedObject, qreal w);
QSize toSize(QSizeF* theWrappedObject) const;
bool isValid(QSizeF* theWrappedObject) const;
QSizeF* operator_multiply_assign(QSizeF* theWrappedObject, qreal c);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void readFrom(QSizeF* theWrappedObject, QDataStream& arg__1);
florianlink
recreated wrappers to match current python qt version...
r73 QSizeF* operator_subtract_assign(QSizeF* theWrappedObject, const QSizeF& arg__1);
bool operator_equal(QSizeF* theWrappedObject, const QSizeF& s2);
qreal height(QSizeF* theWrappedObject) const;
bool isEmpty(QSizeF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal width(QSizeF* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString toString(QSizeF*);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QSIZEF_H