#ifndef PYTHONQTWRAPPER_QSPLITTER_H #define PYTHONQTWRAPPER_QSPLITTER_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QSplitter : public QObject { Q_OBJECT public: public slots: QSplitter* new_QSplitter(QWidget* parent = 0); QSplitter* new_QSplitter(Qt::Orientation arg__1, QWidget* parent = 0); void delete_QSplitter(QSplitter* obj) { delete obj; } void addWidget(QSplitter* theWrappedObject, QWidget* widget); bool childrenCollapsible(QSplitter* theWrappedObject) const; int count(QSplitter* theWrappedObject) const; void getRange(QSplitter* theWrappedObject, int index, int* arg__2, int* arg__3) const; QSplitterHandle* handle(QSplitter* theWrappedObject, int index) const; int handleWidth(QSplitter* theWrappedObject) const; int indexOf(QSplitter* theWrappedObject, QWidget* w) const; void insertWidget(QSplitter* theWrappedObject, int index, QWidget* widget); bool isCollapsible(QSplitter* theWrappedObject, int index) const; QSize minimumSizeHint(QSplitter* theWrappedObject) const; bool opaqueResize(QSplitter* theWrappedObject) const; void writeTo(QSplitter* theWrappedObject, QTextStream& arg__1); void readFrom(QSplitter* theWrappedObject, QTextStream& arg__1); Qt::Orientation orientation(QSplitter* theWrappedObject) const; void refresh(QSplitter* theWrappedObject); bool restoreState(QSplitter* theWrappedObject, const QByteArray& state); QByteArray saveState(QSplitter* theWrappedObject) const; void setChildrenCollapsible(QSplitter* theWrappedObject, bool arg__1); void setCollapsible(QSplitter* theWrappedObject, int index, bool arg__2); void setHandleWidth(QSplitter* theWrappedObject, int arg__1); void setOpaqueResize(QSplitter* theWrappedObject, bool opaque = true); void setOrientation(QSplitter* theWrappedObject, Qt::Orientation arg__1); void setSizes(QSplitter* theWrappedObject, const QList& list); void setStretchFactor(QSplitter* theWrappedObject, int index, int stretch); QSize sizeHint(QSplitter* theWrappedObject) const; QList sizes(QSplitter* theWrappedObject) const; QWidget* widget(QSplitter* theWrappedObject, int index) const; }; #endif // PYTHONQTWRAPPER_QSPLITTER_H