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

Function GetID

src/effects/EffectUI.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#include "wxWidgetsWindowPlacement.h"
39
40static PluginID GetID(EffectPlugin &effect)
41{
42 return PluginManager::GetID(&effect.GetDefinition());
43}
44
45///////////////////////////////////////////////////////////////////////////////
46//

Callers 11

InitializeBuiltinsMethod · 0.85
WriteXMLMethod · 0.85
PluginManager.cppFile · 0.85
ReadCustomPathsMethod · 0.85
StoreCustomPathsMethod · 0.85
GetIDMethod · 0.85
CloneMethod · 0.85
WriteXMLMethod · 0.85
PopulateOrExchangeMethod · 0.85
OnApplyMethod · 0.85
InitializeInstanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected