Functions | |
const std::vector< std::string > & | getQuicktuneNames () |
QuicktuneValue | getQuicktuneValue (const std::string &name) |
void | setQuicktuneValue (const std::string &name, const QuicktuneValue &val) |
void | updateQuicktuneValue (const std::string &name, QuicktuneValue &val) |
Variables | |
static std::map< std::string, QuicktuneValue > | g_values |
static std::vector< std::string > | g_names |
static std::mutex | g_mutex |
const std::vector< std::string > & getQuicktuneNames | ( | ) |
References g_names.
Referenced by QuicktuneShortcutter::next(), QuicktuneShortcutter::prev(), and print_modified_quicktune_values().
QuicktuneValue getQuicktuneValue | ( | const std::string & | name | ) |
References g_mutex, g_values, QVT_NONE, and QuicktuneValue::type.
Referenced by QuicktuneShortcutter::dec(), QuicktuneShortcutter::inc(), and print_modified_quicktune_values().
void setQuicktuneValue | ( | const std::string & | name, |
const QuicktuneValue & | val ) |
References g_mutex, g_values, and QuicktuneValue::modified.
Referenced by QuicktuneShortcutter::dec(), and QuicktuneShortcutter::inc().
void updateQuicktuneValue | ( | const std::string & | name, |
QuicktuneValue & | val ) |
References g_mutex, g_names, g_values, and QuicktuneValue::modified.
|
static |
Referenced by getQuicktuneValue(), setQuicktuneValue(), and updateQuicktuneValue().
|
static |
Referenced by getQuicktuneNames(), and updateQuicktuneValue().
|
static |
Referenced by getQuicktuneValue(), setQuicktuneValue(), and updateQuicktuneValue().