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

Method GetFamily

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

Source from the content-addressed store, hash-verified

67}
68
69EffectFamilySymbol Effect::GetFamily() const
70{
71 // Unusually, the internal and visible strings differ for the built-in
72 // effect family.
73 return { wxT("Audacity"), XO("Built-in") };
74}
75
76bool Effect::IsInteractive() const
77{

Callers 4

GetEffectFamilyNameMethod · 0.45
PluginManager.cppFile · 0.45
OldGetIDMethod · 0.45
GetIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected