OpenMW
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
apps
wizard
importpage.hpp
Go to the documentation of this file.
1
#ifndef IMPORTPAGE_HPP
2
#define IMPORTPAGE_HPP
3
4
#include <QWizardPage>
5
6
#include "ui_importpage.h"
7
8
namespace
Wizard
9
{
10
class
MainWizard;
11
12
class
ImportPage
:
public
QWizardPage
,
private
Ui::ImportPage
13
{
14
Q_OBJECT
15
public
:
16
ImportPage
(
QWidget
*parent);
17
18
int
nextId
()
const
;
19
20
private
:
21
MainWizard
*
mWizard
;
22
23
};
24
25
}
26
27
#endif // IMPORTPAGE_HPP
Wizard::MainWizard
Definition:
mainwizard.hpp:18
Wizard::ImportPage::nextId
int nextId() const
Definition:
importpage.cpp:16
QWizardPage
QWidget
Wizard::ImportPage
Definition:
importpage.hpp:12
Wizard::ImportPage::ImportPage
ImportPage(QWidget *parent)
Definition:
importpage.cpp:5
Wizard::ImportPage::mWizard
MainWizard * mWizard
Definition:
importpage.hpp:21
Generated on Tue Jan 24 2017 02:05:52 for OpenMW by
1.8.6