Include dependency graph for quicktune.cpp: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().
Here is the caller graph for this function:| QuicktuneValue getQuicktuneValue | ( | const std::string & | name | ) |
References g_mutex, and g_values.
Referenced by QuicktuneShortcutter::dec(), QuicktuneShortcutter::inc(), and print_modified_quicktune_values().
Here is the caller graph for this function:| void setQuicktuneValue | ( | const std::string & | name, |
| const QuicktuneValue & | val ) |
References g_mutex, g_values, and QuicktuneValue::modified.
Referenced by QuicktuneShortcutter::dec(), and QuicktuneShortcutter::inc().
Here is the caller graph for this function:| 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().