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
opencs
view
prefs
page.hpp
Go to the documentation of this file.
1
#ifndef CSV_PREFS_PAGE_H
2
#define CSV_PREFS_PAGE_H
3
4
#include "
pagebase.hpp
"
5
6
class
QGridLayout;
7
8
namespace
CSMPrefs
9
{
10
class
Setting;
11
}
12
13
namespace
CSVPrefs
14
{
15
class
Page
:
public
PageBase
16
{
17
Q_OBJECT
18
19
QGridLayout *
mGrid
;
20
21
public
:
22
23
Page
(
CSMPrefs::Category
& category,
QWidget
*parent);
24
25
void
addSetting
(
CSMPrefs::Setting
*setting);
26
};
27
}
28
29
#endif
CSVPrefs::Page::mGrid
QGridLayout * mGrid
Definition:
page.hpp:19
QWidget
CSVPrefs::Page::addSetting
void addSetting(CSMPrefs::Setting *setting)
Definition:
page.cpp:21
CSMPrefs::Category
Definition:
category.hpp:12
CSVPrefs::Page
Definition:
page.hpp:15
CSVPrefs::Page::Page
Page(CSMPrefs::Category &category, QWidget *parent)
Definition:
page.cpp:9
pagebase.hpp
CSMPrefs::Setting
Definition:
setting.hpp:22
CSVPrefs::PageBase
Definition:
pagebase.hpp:13
Generated on Tue Jan 24 2017 02:05:48 for OpenMW by
1.8.6