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
intropage.hpp
Go to the documentation of this file.
1
#ifndef INTROPAGE_HPP
2
#define INTROPAGE_HPP
3
4
#include <QWizardPage>
5
6
#include "ui_intropage.h"
7
8
namespace
Wizard
9
{
10
class
MainWizard;
11
12
class
IntroPage
:
public
QWizardPage
,
private
Ui::IntroPage
13
{
14
Q_OBJECT
15
public
:
16
IntroPage
(
QWidget
*parent);
17
18
int
nextId
()
const
;
19
20
private
:
21
MainWizard
*
mWizard
;
22
};
23
24
}
25
26
#endif // INTROPAGE_HPP
Wizard::MainWizard
Definition:
mainwizard.hpp:18
Wizard::IntroPage::mWizard
MainWizard * mWizard
Definition:
intropage.hpp:21
QWizardPage
QWidget
Wizard::IntroPage::IntroPage
IntroPage(QWidget *parent)
Definition:
intropage.cpp:5
Wizard::IntroPage::nextId
int nextId() const
Definition:
intropage.cpp:14
Wizard::IntroPage
Definition:
intropage.hpp:12
Generated on Tue Jan 24 2017 02:05:52 for OpenMW by
1.8.6