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

Method IsSameAs

src/effects/EffectUI.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool EffectSettingsAccessTee::IsSameAs(
224 const EffectSettingsAccess &other) const
225{
226 return mpMain->IsSameAs(other);
227}
228
229EffectUIHost::EffectUIHost(wxWindow *parent,
230 AudacityProject &project, EffectBase &effect,

Callers 12

lofOpenFilesMethod · 0.45
OnCharEventMethod · 0.45
OpenFileMethod · 0.45
DoImportMethod · 0.45
InitializeInstanceMethod · 0.45
OnFileButtonMethod · 0.45
OnKeyDownMethod · 0.45
GetNameMethod · 0.45
InitMethod · 0.45
ValidateAndFixExtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected