OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
methodselectionpage.hpp
Go to the documentation of this file.
1 #ifndef METHODSELECTIONPAGE_HPP
2 #define METHODSELECTIONPAGE_HPP
3 
4 #include <QWizardPage>
5 
6 #include "ui_methodselectionpage.h"
7 
8 namespace Wizard
9 {
10  class MainWizard;
11 
12  class MethodSelectionPage : public QWizardPage, private Ui::MethodSelectionPage
13  {
14  Q_OBJECT
15  public:
17 
18  int nextId() const;
19 
20  private:
22 
23  };
24 
25 }
26 
27 #endif // METHODSELECTIONPAGE_HPP
Definition: mainwizard.hpp:18
MainWizard * mWizard
Definition: methodselectionpage.hpp:21
int nextId() const
Definition: methodselectionpage.cpp:20
Definition: methodselectionpage.hpp:12
MethodSelectionPage(QWidget *parent)
Definition: methodselectionpage.cpp:5