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

Method LoadSettings

libraries/lib-effects/Effect.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool Effect::LoadSettings(
123 const CommandParameters & parms, EffectSettings &settings) const
124{
125 // The first argument, and with it the const_cast, will disappear when
126 // all built-in effects are stateless.
127 return Parameters().Set( *const_cast<Effect*>(this), parms, settings );
128}
129
130OptionalMessage Effect::LoadUserPreset(
131 const RegistryPath & name, EffectSettings &settings) const

Callers 1

HandleXMLEndTagMethod · 0.45

Calls 2

ParametersClass · 0.85
SetMethod · 0.45

Tested by

no test coverage detected