Audacity 3.2.0
|
Functions | |
bool | DoEffect (const PluginID &ID, AudacityProject &project, unsigned flags) |
AUDACITY_DLL_API DialogFactoryResults | DialogFactory (wxWindow &parent, EffectBase &host, EffectUIServices &client, EffectSettingsAccess &access) |
DialogFactoryResults EffectUI::DialogFactory | ( | wxWindow & | parent, |
EffectBase & | host, | ||
EffectUIServices & | client, | ||
EffectSettingsAccess & | access | ||
) |
Definition at line 1112 of file EffectUI.cpp.
References FindProjectFromWindow(), project, and safenew.
Referenced by DoEffect(), and MacroCommands::PromptForParamsFor().
bool EffectUI::DoEffect | ( | const PluginID & | ID, |
AudacityProject & | project, | ||
unsigned | flags | ||
) |
Definition at line 30 of file DoEffect.cpp.
References DialogFactory(), AudacityApplicationLogic::DoEffect(), GetProjectFrame(), project, SelectUtilities::SelectAllIfNone(), EffectUIServices::ShowHostInterface(), and anonymous_namespace{DoEffect.cpp}::StopPlaybackCb().
Referenced by MacroCommands::ApplyEffectCommand(), CommandDispatch::HandleTextualCommand(), EffectUIHost::OnApply(), anonymous_namespace{PluginMenus.cpp}::OnEffect(), NyqBench::OnGo(), anonymous_namespace{PluginMenus.cpp}::OnRepeatLastAnalyzer(), anonymous_namespace{PluginMenus.cpp}::OnRepeatLastEffect(), anonymous_namespace{PluginMenus.cpp}::OnRepeatLastGenerator(), anonymous_namespace{BatchProcessDialog.cpp}::OnRepeatLastTool(), and anonymous_namespace{TrackMenus.cpp}::OnStereoToMono().