#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 856 of file preferences.hpp.
|
inlinestatic |
Definition at line 873 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 881 of file preferences.hpp.
References prefs::get().
|
inlinestatic |
Definition at line 877 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
|
inlinestatic |
Definition at line 860 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
Referenced by gui2::dialogs::preferences_dialog::initialize_callbacks().
|
inlinestatic |
Definition at line 868 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
|
inlinestatic |
Definition at line 864 of file preferences.hpp.
References prefs::get(), and prefs::preferences_.
|
friend |
Definition at line 858 of file preferences.hpp.