|
|
void | optionChanged (SETTING e) |
| |
|
|
| PreferenceManager (QObject *parent) |
| |
|
virtual bool | init () override |
| |
|
Status | load (Object *) override |
| |
|
Status | save (Object *) override |
| |
|
void | loadPrefs () |
| |
|
void | set (SETTING option, QString value) |
| |
|
void | set (SETTING option, int value) |
| |
|
void | set (SETTING option, bool value) |
| |
|
void | turnOn (SETTING option) |
| |
|
void | turnOff (SETTING option) |
| |
|
bool | isOn (SETTING option) |
| |
|
void | setOnionPrevFramesCount (int n) |
| |
|
int | getOnionPrevFramesCount () |
| |
|
void | setOnionNextFramesCount (int n) |
| |
|
int | getOnionNextFramesCount () |
| |
|
QString | getString (SETTING option) |
| |
|
int | getInt (SETTING option) |
| |
|
| BaseManager (QObject *parent=0) |
| |
|
void | setEditor (Editor *) |
| |
|
Editor * | editor () |
| |
|
Object * | object () |
| |
|
|
QHash< int, QString > | mStringSet |
| |
|
QHash< int, int > | mIntegerSet |
| |
|
QHash< int, bool > | mBooleanSet |
| |
Definition at line 66 of file preferencemanager.h.
The documentation for this class was generated from the following files: