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

Function UserPresetsGroup

libraries/lib-components/EffectInterface.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234RegistryPath UserPresetsGroup(const RegistryPath & name)
235{
236 RegistryPath group = wxT("UserPresets");
237 if (!name.empty())
238 group += wxCONFIG_PATH_SEPARATOR + name;
239 return group;
240}

Callers 6

GetUserPresetsFunction · 0.85
OnUserPresetMethod · 0.85
OnDeletePresetMethod · 0.85
OnSaveAsMethod · 0.85
LoadUserPresetsMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected