#ifndef PYTHONQTWRAPPER_QHBOXLAYOUT_H #define PYTHONQTWRAPPER_QHBOXLAYOUT_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtShell_QHBoxLayout : public QHBoxLayout { public: PythonQtShell_QHBoxLayout():QHBoxLayout(),_wrapper(NULL) {}; PythonQtShell_QHBoxLayout(QWidget* parent):QHBoxLayout(parent),_wrapper(NULL) {}; virtual void addItem(QLayoutItem* arg__1); virtual void childEvent(QChildEvent* e); virtual int count() const; virtual void customEvent(QEvent* arg__1); virtual bool event(QEvent* arg__1); virtual bool eventFilter(QObject* arg__1, QEvent* arg__2); virtual Qt::Orientations expandingDirections() const; virtual QRect geometry() const; virtual int indexOf(QWidget* arg__1) const; virtual void invalidate(); virtual bool isEmpty() const; virtual QLayoutItem* itemAt(int arg__1) const; virtual QLayout* layout(); virtual QSize maximumSize() const; virtual QSize minimumSize() const; virtual void setGeometry(const QRect& arg__1); virtual QLayoutItem* takeAt(int arg__1); virtual void timerEvent(QTimerEvent* arg__1); PythonQtInstanceWrapper* _wrapper; }; class PythonQtWrapper_QHBoxLayout : public QObject { Q_OBJECT public: public slots: QHBoxLayout* new_QHBoxLayout(); QHBoxLayout* new_QHBoxLayout(QWidget* parent); void delete_QHBoxLayout(QHBoxLayout* obj) { delete obj; } }; #endif // PYTHONQTWRAPPER_QHBOXLAYOUT_H