Audacity 3.2.0
|
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{LV2Preferences.cpp} |
Functions | |
template<typename T > | |
bool | anonymous_namespace{LV2Preferences.cpp}::GetSetting (const EffectDefinitionInterface &effect, const wchar_t *path, T &var, const T &defaultValue) |
template<typename T > | |
bool | anonymous_namespace{LV2Preferences.cpp}::SetSetting (const EffectDefinitionInterface &effect, const wchar_t *path, const T &value) |
Variables | |
static constexpr auto | SettingsStr = L"Settings" |
static constexpr auto | BufferSizeStr = L"BufferSize" |
static constexpr auto | UseLatencyStr = L"UseLatency" |
static constexpr auto | UseGUIStr = L"UseGUI" |
|
staticconstexpr |
Definition at line 28 of file LV2Preferences.cpp.
Referenced by LV2Preferences::GetBufferSize(), and LV2Preferences::SetBufferSize().
|
staticconstexpr |
Definition at line 27 of file LV2Preferences.cpp.
Referenced by anonymous_namespace{LV2Preferences.cpp}::GetSetting(), and anonymous_namespace{LV2Preferences.cpp}::SetSetting().
|
staticconstexpr |
Definition at line 30 of file LV2Preferences.cpp.
Referenced by LV2Preferences::GetUseGUI(), and LV2Preferences::SetUseGUI().
|
staticconstexpr |
Definition at line 29 of file LV2Preferences.cpp.
Referenced by LV2Preferences::GetUseLatency(), and LV2Preferences::SetUseLatency().