BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
include
BALL
VIEW
DIALOGS
editSettings.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
5
#ifndef BALL_VIEW_DIALOGS_EDITSETTINGS_H
6
#define BALL_VIEW_DIALOGS_EDITSETTINGS_H
7
8
#ifndef BALL_COMMON_GLOBAL_H
9
# include <
BALL/COMMON/global.h
>
10
#endif
11
12
#ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
13
# include <
BALL/VIEW/KERNEL/preferencesEntry.h
>
14
#endif
15
16
#include <BALL/VIEW/UIC/ui_editSettings.h>
17
18
#include <QtGui/QWidget>
19
20
namespace
BALL
21
{
22
namespace
VIEW
23
{
24
32
class
BALL_VIEW_EXPORT
EditSettings
33
:
public
QWidget
,
34
public
Ui_EditSettingsData,
35
public
PreferencesEntry
36
{
37
Q_OBJECT
38
39
public
:
40
42
EditSettings
(
QWidget
*parent = NULL,
const
char
*name =
"EditSettings"
, Qt::WFlags fl=0);
43
45
virtual
~
EditSettings
();
46
};
47
48
} }
// namespace
49
50
#endif // BALL_VIEW_DIALOGS_EDITSETTINGS_H
QWidget
BALL::VIEW::EditSettings
Definition:
editSettings.h:32
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
preferencesEntry.h
BALL::VIEW::PreferencesEntry
Definition:
preferencesEntry.h:68
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
global.h
Generated by
1.8.8