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