##// END OF EJS Templates
added experimental compacting to avoid generation of hundreds of files that all include the same stuff...
added experimental compacting to avoid generation of hundreds of files that all include the same stuff git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@128 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r92:f97ec94c87a9
Show More
PythonQtWrapper_QGraphicsGridLayout.h
91 lines | 5.4 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QGraphicsGridLayout.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QGRAPHICSGRIDLAYOUT_H
#define PYTHONQTWRAPPER_QGRAPHICSGRIDLAYOUT_H
#include <qgraphicsgridlayout.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 <qcoreevent.h>
#include <qgraphicsgridlayout.h>
#include <qgraphicslayoutitem.h>
#include <qrect.h>
#include <qsize.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24
class PythonQtShell_QGraphicsGridLayout : public QGraphicsGridLayout
{
public:
PythonQtShell_QGraphicsGridLayout(QGraphicsLayoutItem* parent = 0):QGraphicsGridLayout(parent),_wrapper(NULL) {};
virtual int count() const;
virtual void getContentsMargins(qreal* left, qreal* top, qreal* right, qreal* bottom) const;
virtual void invalidate();
virtual QGraphicsLayoutItem* itemAt(int index) const;
virtual void removeAt(int index);
virtual void widgetEvent(QEvent* e);
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13
florianlink
upgraded wrappers to current generator version...
r28 class PythonQtPublicPromoter_QGraphicsGridLayout : public QGraphicsGridLayout
{ public:
inline QGraphicsLayoutItem* promoted_itemAt(int index) const { return QGraphicsGridLayout::itemAt(index); }
inline int promoted_count() const { return QGraphicsGridLayout::count(); }
florianlink
recreated wrappers to match current python qt version...
r73 inline void promoted_invalidate() { QGraphicsGridLayout::invalidate(); }
florianlink
upgraded wrappers to current generator version...
r28 inline void promoted_removeAt(int index) { QGraphicsGridLayout::removeAt(index); }
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QGraphicsGridLayout : public QObject
{ Q_OBJECT
public:
public slots:
QGraphicsGridLayout* new_QGraphicsGridLayout(QGraphicsLayoutItem* parent = 0);
void delete_QGraphicsGridLayout(QGraphicsGridLayout* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QGraphicsLayoutItem* itemAt(QGraphicsGridLayout* theWrappedObject, int index) const;
florianlink
recreated wrappers to match current python qt version...
r73 Qt::Alignment columnAlignment(QGraphicsGridLayout* theWrappedObject, int column) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qreal rowMaximumHeight(QGraphicsGridLayout* theWrappedObject, int row) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal horizontalSpacing(QGraphicsGridLayout* theWrappedObject) const;
int rowCount(QGraphicsGridLayout* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal columnMaximumWidth(QGraphicsGridLayout* theWrappedObject, int column) const;
void setRowMaximumHeight(QGraphicsGridLayout* theWrappedObject, int row, qreal height);
qreal rowMinimumHeight(QGraphicsGridLayout* theWrappedObject, int row) const;
int columnCount(QGraphicsGridLayout* theWrappedObject) const;
Qt::Alignment rowAlignment(QGraphicsGridLayout* theWrappedObject, int row) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setColumnMinimumWidth(QGraphicsGridLayout* theWrappedObject, int column, qreal width);
florianlink
upgraded wrappers to current generator version...
r28 void setVerticalSpacing(QGraphicsGridLayout* theWrappedObject, qreal spacing);
florianlink
recreated wrappers to match current python qt version...
r73 void setColumnStretchFactor(QGraphicsGridLayout* theWrappedObject, int column, int stretch);
void setRowSpacing(QGraphicsGridLayout* theWrappedObject, int row, qreal spacing);
void setColumnPreferredWidth(QGraphicsGridLayout* theWrappedObject, int column, qreal width);
void addItem(QGraphicsGridLayout* theWrappedObject, QGraphicsLayoutItem* item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment = 0);
qreal columnPreferredWidth(QGraphicsGridLayout* theWrappedObject, int column) const;
qreal verticalSpacing(QGraphicsGridLayout* theWrappedObject) const;
int rowStretchFactor(QGraphicsGridLayout* theWrappedObject, int row) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal columnMinimumWidth(QGraphicsGridLayout* theWrappedObject, int column) const;
void setRowStretchFactor(QGraphicsGridLayout* theWrappedObject, int row, int stretch);
void setRowFixedHeight(QGraphicsGridLayout* theWrappedObject, int row, qreal height);
void addItem(QGraphicsGridLayout* theWrappedObject, QGraphicsLayoutItem* item, int row, int column, Qt::Alignment alignment = 0);
florianlink
recreated wrappers to match current python qt version...
r73 int count(QGraphicsGridLayout* theWrappedObject) const;
void invalidate(QGraphicsGridLayout* theWrappedObject);
void setSpacing(QGraphicsGridLayout* theWrappedObject, qreal spacing);
void setRowPreferredHeight(QGraphicsGridLayout* theWrappedObject, int row, qreal height);
void setColumnFixedWidth(QGraphicsGridLayout* theWrappedObject, int column, qreal width);
void setHorizontalSpacing(QGraphicsGridLayout* theWrappedObject, qreal spacing);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setRowAlignment(QGraphicsGridLayout* theWrappedObject, int row, Qt::Alignment alignment);
florianlink
upgraded wrappers to current generator version...
r28 qreal columnSpacing(QGraphicsGridLayout* theWrappedObject, int column) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal rowSpacing(QGraphicsGridLayout* theWrappedObject, int row) const;
void setRowMinimumHeight(QGraphicsGridLayout* theWrappedObject, int row, qreal height);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QGraphicsLayoutItem* itemAt(QGraphicsGridLayout* theWrappedObject, int row, int column) const;
florianlink
recreated wrappers to match current python qt version...
r73 Qt::Alignment alignment(QGraphicsGridLayout* theWrappedObject, QGraphicsLayoutItem* item) const;
qreal rowPreferredHeight(QGraphicsGridLayout* theWrappedObject, int row) const;
int columnStretchFactor(QGraphicsGridLayout* theWrappedObject, int column) const;
void setAlignment(QGraphicsGridLayout* theWrappedObject, QGraphicsLayoutItem* item, Qt::Alignment alignment);
florianlink
upgraded wrappers to current generator version...
r28 void removeAt(QGraphicsGridLayout* theWrappedObject, int index);
void setColumnAlignment(QGraphicsGridLayout* theWrappedObject, int column, Qt::Alignment alignment);
florianlink
recreated wrappers to match current python qt version...
r73 void setGeometry(QGraphicsGridLayout* theWrappedObject, const QRectF& rect);
QSizeF sizeHint(QGraphicsGridLayout* theWrappedObject, Qt::SizeHint which, const QSizeF& constraint = QSizeF()) const;
void setColumnMaximumWidth(QGraphicsGridLayout* theWrappedObject, int column, qreal width);
void setColumnSpacing(QGraphicsGridLayout* theWrappedObject, int column, qreal spacing);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QGRAPHICSGRIDLAYOUT_H