#ifndef PYTHONQTWRAPPER_QVBOXLAYOUT_H #define PYTHONQTWRAPPER_QVBOXLAYOUT_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtShell_QVBoxLayout : public QVBoxLayout { public: PythonQtShell_QVBoxLayout():QVBoxLayout(),_wrapper(NULL) {}; PythonQtShell_QVBoxLayout(QWidget* parent):QVBoxLayout(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_QVBoxLayout : public QObject { Q_OBJECT public: public slots: QVBoxLayout* new_QVBoxLayout(); QVBoxLayout* new_QVBoxLayout(QWidget* parent); void delete_QVBoxLayout(QVBoxLayout* obj) { delete obj; } }; #endif // PYTHONQTWRAPPER_QVBOXLAYOUT_H