#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 889 of file preferences.hpp.
|
inlinestatic |
Definition at line 906 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 914 of file preferences.hpp.
References prefs::get().
|
inlinestatic |
Definition at line 910 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
|
inlinestatic |
Definition at line 893 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 901 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
|
inlinestatic |
Definition at line 897 of file preferences.hpp.
References prefs::get(), prefs::preferences_, and value.
|
friend |
Definition at line 891 of file preferences.hpp.