#ifndef PYTHONQTWRAPPER_QWIZARDPAGE_H #define PYTHONQTWRAPPER_QWIZARDPAGE_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_QWizardPage : public QObject { Q_OBJECT public: public slots: QWizardPage* new_QWizardPage(QWidget* parent = 0); void delete_QWizardPage(QWizardPage* obj) { delete obj; } QString buttonText(QWizardPage* theWrappedObject, QWizard::WizardButton which) const; void cleanupPage(QWizardPage* theWrappedObject); void initializePage(QWizardPage* theWrappedObject); bool isCommitPage(QWizardPage* theWrappedObject) const; bool isComplete(QWizardPage* theWrappedObject) const; bool isFinalPage(QWizardPage* theWrappedObject) const; int nextId(QWizardPage* theWrappedObject) const; QPixmap pixmap(QWizardPage* theWrappedObject, QWizard::WizardPixmap which) const; void setButtonText(QWizardPage* theWrappedObject, QWizard::WizardButton which, const QString& text); void setCommitPage(QWizardPage* theWrappedObject, bool commitPage); void setFinalPage(QWizardPage* theWrappedObject, bool finalPage); void setPixmap(QWizardPage* theWrappedObject, QWizard::WizardPixmap which, const QPixmap& pixmap); void setSubTitle(QWizardPage* theWrappedObject, const QString& subTitle); void setTitle(QWizardPage* theWrappedObject, const QString& title); QString subTitle(QWizardPage* theWrappedObject) const; QString title(QWizardPage* theWrappedObject) const; bool validatePage(QWizardPage* theWrappedObject); }; #endif // PYTHONQTWRAPPER_QWIZARDPAGE_H