#include <quicktune.h>
Public Member Functions | |
QuicktuneValue ()=default | |
std::string | getString () |
void | relativeAdd (float amount) |
Public Attributes | ||
QuicktuneValueType | type = QVT_NONE | |
union { | ||
struct { | ||
float current | ||
float min | ||
float max | ||
} value_QVT_FLOAT | ||
}; | ||
bool | modified = false | |
|
default |
std::string QuicktuneValue::getString | ( | ) |
References ftos(), QVT_FLOAT, QVT_NONE, type, and value_QVT_FLOAT.
Referenced by QuicktuneShortcutter::dec(), QuicktuneShortcutter::inc(), and print_modified_quicktune_values().
void QuicktuneValue::relativeAdd | ( | float | amount | ) |
References QVT_FLOAT, QVT_NONE, type, and value_QVT_FLOAT.
Referenced by QuicktuneShortcutter::dec(), and QuicktuneShortcutter::inc().
union { ... } QuicktuneValue |
float QuicktuneValue::current |
float QuicktuneValue::max |
float QuicktuneValue::min |
bool QuicktuneValue::modified = false |
Referenced by print_modified_quicktune_values(), setQuicktuneValue(), and updateQuicktuneValue().
QuicktuneValueType QuicktuneValue::type = QVT_NONE |
Referenced by getQuicktuneValue(), getString(), and relativeAdd().
struct { ... } QuicktuneValue::value_QVT_FLOAT |
Referenced by getString(), and relativeAdd().