BALL 1.5.0
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
6#endif
7
8#include <BALL/VIEW/UIC/ui_openSavePreferences.h>
9
10#include <QtWidgets/QWidget>
11
12namespace BALL
13{
14 namespace VIEW
15 {
17 : public QWidget,
18 public Ui_OpenSavePreferencesData,
19 public PreferencesEntry
20 {
21 Q_OBJECT
22
23 public:
25 const char* name = "Open/Save Preferences",
26 Qt::WindowFlags fl = 0);
27
29
30 void restoreDefaultValues(bool all = false) override;
31 void restoreValues(bool all = false) override;
32 void storeValues() override;
33
35 };
36 }
37}
38
39#endif //BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
Definition: constants.h:13
OpenSavePreferences(QWidget *parent=0, const char *name="Open/Save Preferences", Qt::WindowFlags fl=0)
void restoreDefaultValues(bool all=false) override
Set all registered objects to their default values.
void restoreValues(bool all=false) override