Audacity 3.2.0
Namespaces | Functions | Variables
LV2Preferences.cpp File Reference
#include "LV2Preferences.h"
#include "ConfigInterface.h"
Include dependency graph for LV2Preferences.cpp:

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"
 

Variable Documentation

◆ BufferSizeStr

constexpr auto BufferSizeStr = L"BufferSize"
staticconstexpr

◆ SettingsStr

constexpr auto SettingsStr = L"Settings"
staticconstexpr

◆ UseGUIStr

constexpr auto UseGUIStr = L"UseGUI"
staticconstexpr

Definition at line 30 of file LV2Preferences.cpp.

Referenced by LV2Preferences::GetUseGUI(), and LV2Preferences::SetUseGUI().

◆ UseLatencyStr

constexpr auto UseLatencyStr = L"UseLatency"
staticconstexpr