##// 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_QSizeF.h
47 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 QSizeF boundedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
void setWidth(QSizeF* theWrappedObject, qreal w);
bool isValid(QSizeF* theWrappedObject) const;
void writeTo(QSizeF* theWrappedObject, QDataStream& arg__1);
void transpose(QSizeF* theWrappedObject);
QSizeF& operator_add_assign(QSizeF* theWrappedObject, const QSizeF& arg__1);
bool operator_equal(QSizeF* theWrappedObject, const QSizeF& s2);
bool isNull(QSizeF* theWrappedObject) const;
QSizeF& operator_divide_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 QSizeF& operator_multiply_assign(QSizeF* theWrappedObject, qreal c);
QSize toSize(QSizeF* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QSizeF expandedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QSizeF& operator_subtract_assign(QSizeF* theWrappedObject, const QSizeF& arg__1);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 qreal height(QSizeF* theWrappedObject) const;
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 bool isEmpty(QSizeF* theWrappedObject) const;
void scale(QSizeF* theWrappedObject, const QSizeF& s, Qt::AspectRatioMode mode);
void scale(QSizeF* theWrappedObject, qreal w, qreal h, Qt::AspectRatioMode mode);
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
upgraded wrappers to current generator version...
r28 qreal width(QSizeF* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QSIZEF_H