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

Method SaveSettings

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

Source from the content-addressed store, hash-verified

113}
114
115bool Effect::SaveSettings(
116 const EffectSettings &settings, CommandParameters & parms) const
117{
118 Parameters().Get( *this, settings, parms );
119 return true;
120}
121
122bool Effect::LoadSettings(
123 const CommandParameters & parms, EffectSettings &settings) const

Callers 1

WriteXMLMethod · 0.45

Calls 2

ParametersClass · 0.85
GetMethod · 0.45

Tested by

no test coverage detected