OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
installationtargetpage.hpp
Go to the documentation of this file.
1 #ifndef INSTALLATIONTARGETPAGE_HPP
2 #define INSTALLATIONTARGETPAGE_HPP
3 
4 #include <QWizardPage>
5 
6 #include "ui_installationtargetpage.h"
7 
8 namespace Files
9 {
10  struct ConfigurationManager;
11 }
12 
13 namespace Wizard
14 {
15  class MainWizard;
16 
17  class InstallationTargetPage : public QWizardPage, private Ui::InstallationTargetPage
18  {
19  Q_OBJECT
20  public:
22 
23  int nextId() const;
24  virtual bool validatePage();
25 
26  private slots:
28 
29  private:
32 
33  protected:
34  void initializePage();
35 
36  };
37 
38 }
39 
40 #endif // INSTALLATIONTARGETPAGE_HPP
Definition: mainwizard.hpp:18
const Files::ConfigurationManager & mCfgMgr
Definition: installationtargetpage.hpp:31
Definition: configurationmanager.hpp:20
virtual bool validatePage()
Definition: installationtargetpage.cpp:29
InstallationTargetPage(QWidget *parent, const Files::ConfigurationManager &cfg)
Definition: installationtargetpage.cpp:9
void on_browseButton_clicked()
Definition: installationtargetpage.cpp:80
void initializePage()
Definition: installationtargetpage.cpp:20
MainWizard * mWizard
Definition: installationtargetpage.hpp:30
Definition: installationtargetpage.hpp:17
int nextId() const
Definition: installationtargetpage.cpp:98