BALL
1.4.2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
VIEW
DIALOGS
openSavePreferences.h
Go to the documentation of this file.
1
#ifndef BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
2
#define BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
3
4
#ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
5
# include <
BALL/VIEW/KERNEL/preferencesEntry.h
>
6
#endif
7
8
#include <BALL/VIEW/UIC/ui_openSavePreferences.h>
9
10
#include <QtGui/QWidget>
11
12
namespace
BALL
13
{
14
namespace
VIEW
15
{
16
class
OpenSavePreferences
17
:
public
QWidget
,
18
public
Ui_OpenSavePreferencesData,
19
public
PreferencesEntry
20
{
21
Q_OBJECT
22
23
public
:
24
OpenSavePreferences
(
QWidget
* parent = 0,
25
const
char
* name =
"Open/Save Preferences"
,
26
Qt::WFlags fl = 0);
27
28
~OpenSavePreferences
();
29
30
void
storeValues
();
31
bool
binaryProjectsEnabled
();
32
};
33
}
34
}
35
36
#endif //BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
Generated by
1.8.3.1