MCPcopy Create free account
hub / github.com/audacity/audacity / SetConfig

Function SetConfig

libraries/lib-module-manager/ConfigInterface.h:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110template <typename Value>
111inline bool SetConfig( const EffectDefinitionInterface& ident,
112 ConfigurationType type, const RegistryPath & group,
113 const RegistryPath & key, const Value &value)
114{
115 return SetConfigValue(ident, type, group, key, std::cref(value));
116}
117
118MODULE_MANAGER_API bool RemoveConfigSubgroup( const EffectDefinitionInterface &ident,
119 ConfigurationType type, const RegistryPath & group);

Callers 15

SaveUserPresetMethod · 0.85
SaveUseLatencyMethod · 0.85
SaveParametersMethod · 0.85
SaveUserPresetMethod · 0.85
InitializePresetFunction · 0.85
SaveConfigMethod · 0.85
SetSettingFunction · 0.85
SaveParametersMethod · 0.85
SaveBlobToConfigMethod · 0.85
SaveUserPresetMethod · 0.85
OnChoice_VinylMethod · 0.85

Calls 1

SetConfigValueFunction · 0.85

Tested by

no test coverage detected