Audacity 3.2.0
|
Functions | |
template<typename T > | |
bool | GetSetting (const EffectDefinitionInterface &effect, const wchar_t *path, T &var, const T &defaultValue) |
template<typename T > | |
bool | SetSetting (const EffectDefinitionInterface &effect, const wchar_t *path, const T &value) |
bool anonymous_namespace{LV2Preferences.cpp}::GetSetting | ( | const EffectDefinitionInterface & | effect, |
const wchar_t * | path, | ||
T & | var, | ||
const T & | defaultValue | ||
) |
Definition at line 34 of file LV2Preferences.cpp.
References PluginSettings::GetConfig(), SettingsStr, and PluginSettings::Shared.
Referenced by LV2Preferences::GetBufferSize(), LV2Preferences::GetUseGUI(), and LV2Preferences::GetUseLatency().
bool anonymous_namespace{LV2Preferences.cpp}::SetSetting | ( | const EffectDefinitionInterface & | effect, |
const wchar_t * | path, | ||
const T & | value | ||
) |
Definition at line 42 of file LV2Preferences.cpp.
References PluginSettings::SetConfig(), SettingsStr, and PluginSettings::Shared.
Referenced by LV2Preferences::SetBufferSize(), LV2Preferences::SetUseGUI(), and LV2Preferences::SetUseLatency().