#include <preferences.h>

Public Member Functions | |
| void | attach (Observer *observer) |
| Attach an observer to this object. | |
| void | detach (Observer *observer) |
| Detach an observer from this object. | |
| GeneralPreferencesStruct | getGeneralPreferences () |
| Get a copy of the general preferences struct. | |
| void | setPreferences () |
Static Public Member Functions | |
| static Preferences * | instance () |
| Return the single instance of the Preferences class. | |
Protected Member Functions | |
| void | notify () |
| Notify observers of a change in this objects state. | |
Classes | |
| struct | GeneralPreferencesStruct |
| Struct containing settable preferences. More... | |
This class is responsible for setting, getting, saving and loading of user preferences as well as providing default values.
| void Preferences::setPreferences | ( | ) |
1.5.5