#include <preferences.hpp>
Static Public Member Functions | |
| static void | set (const std::string &pref, bool value) |
| static void | set (const std::string &pref, int value) |
| static void | set (const std::string &pref, const std::string &value) |
| static bool | get (const std::string &pref, bool def) |
| static int | get (const std::string &pref, int def) |
| static std::string | get (const std::string &pref, const std::string &def) |
Friends | |
| class | preferences_dialog |
Definition at line 888 of file preferences.hpp.
|
inlinestatic |
Definition at line 905 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 913 of file preferences.hpp.
References prefs::get().
|
inlinestatic |
Definition at line 909 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
|
inlinestatic |
Definition at line 892 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 900 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
|
inlinestatic |
Definition at line 896 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
|
friend |
Definition at line 890 of file preferences.hpp.