Audacity 3.2.0
|
Variables | |
AttachedItem | sAttachment1 { Indirect(GenerateMenu()) } |
AttachedItem | sAttachment2 { Indirect(EffectMenu()) } |
AttachedItem | sAttachment3 { Indirect(AnalyzeMenu()) } |
AttachedItem | sAttachment4 { Indirect(ToolsMenu()) } |
auto anonymous_namespace{PluginMenus.cpp}::AnalyzeMenu | ( | ) |
Definition at line 430 of file PluginMenus.cpp.
References AudioIONotBusyFlag(), MenuRegistry::Command, EffectsGroupBy, EffectTypeAnalyze, PluginManager::Get(), CommandManager::Get(), HasLastAnalyzerFlag(), MenuRegistry::Options::IsGlobal(), MenuRegistry::Items, MenuRegistry::Menu, CommandManager::mLastAnalyzer, OnEffect(), OnManageAnalyzers(), OnRepeatLastAnalyzer(), MenuHelper::PopulateEffectsMenu(), project, ChoiceSetting::Read(), MenuRegistry::Section, TimeSelectedFlag(), WaveTracksSelectedFlag(), wxT(), XO(), and XXO().
void anonymous_namespace{PluginMenus.cpp}::DoManagePluginsMenu | ( | AudacityProject & | project, |
int | effectsCategory | ||
) |
Definition at line 45 of file PluginMenus.cpp.
References PluginManager::Get(), GetProjectFrame(), project, MenuCreator::RebuildAllMenuBars(), and ShowManager().
Referenced by OnManageAnalyzers(), OnManageEffects(), OnManageGenerators(), and OnManageTools().
void anonymous_namespace{PluginMenus.cpp}::DoManageRealtimeEffectsSidePanel | ( | AudacityProject & | project | ) |
Definition at line 53 of file PluginMenus.cpp.
References TrackFocus::Get(), RealtimeEffectPanel::Get(), and project.
Referenced by OnAddRealtimeEffects().
auto anonymous_namespace{PluginMenus.cpp}::EffectMenu | ( | ) |
Definition at line 347 of file PluginMenus.cpp.
References AlwaysEnabledFlag, AudioIONotBusyFlag(), MenuRegistry::Command, EffectsGroupBy, EffectTypeProcess, PluginManager::Get(), CommandManager::Get(), HasLastEffectFlag(), HasTrackFocusFlag(), MenuRegistry::Items, MenuRegistry::Menu, CommandManager::mLastEffect, OnAddRealtimeEffects(), OnEffect(), OnManageEffects(), OnRepeatLastEffect(), BasicUI::OpenInDefaultBrowser(), MenuHelper::PopulateEffectsMenu(), project, ChoiceSetting::Read(), MenuRegistry::Section, TimeSelectedFlag(), WaveTracksSelectedFlag(), wxT(), XO(), and XXO().
auto anonymous_namespace{PluginMenus.cpp}::GenerateMenu | ( | ) |
Definition at line 270 of file PluginMenus.cpp.
References AudioIONotBusyFlag(), MenuRegistry::Command, EffectsGroupBy, EffectTypeGenerate, PluginManager::Get(), CommandManager::Get(), HasLastGeneratorFlag(), MenuRegistry::Options::IsGlobal(), MenuRegistry::Items, MenuRegistry::Menu, CommandManager::mLastGenerator, OnEffect(), OnManageGenerators(), OnRepeatLastGenerator(), MenuHelper::PopulateEffectsMenu(), project, ChoiceSetting::Read(), MenuRegistry::Section, wxT(), XO(), and XXO().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastAnalyzerFlag | ( | ) |
Definition at line 420 of file PluginMenus.cpp.
References flag, CommandManager::Get(), CommandManager::mLastAnalyzer, CommandManager::mLastAnalyzerRegistration, project, and CommandManager::repeattypeunique.
Referenced by AnalyzeMenu().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastEffectFlag | ( | ) |
Definition at line 330 of file PluginMenus.cpp.
References flag, CommandManager::Get(), CommandManager::mLastEffect, and project.
Referenced by EffectMenu().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastGeneratorFlag | ( | ) |
Definition at line 264 of file PluginMenus.cpp.
References flag, CommandManager::Get(), CommandManager::mLastGenerator, and project.
Referenced by GenerateMenu().
|
static |
Definition at line 338 of file PluginMenus.cpp.
References flag, TrackFocus::Get(), and project.
Referenced by EffectMenu().
|
static |
Definition at line 321 of file PluginMenus.cpp.
References flag, RealtimeEffectManager::Get(), RealtimeEffectManager::IsActive(), and project.
void anonymous_namespace{PluginMenus.cpp}::OnAddRealtimeEffects | ( | const CommandContext & | context | ) |
Definition at line 146 of file PluginMenus.cpp.
References DoManageRealtimeEffectsSidePanel(), CommandContext::project, and project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnAnalyzer2 | ( | wxCommandEvent & | evt | ) |
Definition at line 152 of file PluginMenus.cpp.
void anonymous_namespace{PluginMenus.cpp}::OnBenchmark | ( | const CommandContext & | context | ) |
Definition at line 203 of file PluginMenus.cpp.
References CommandManager::Get(), GetProjectFrame(), CommandContext::project, project, CommandManager::RegisterLastTool(), and RunBenchmark().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnDetectUpstreamDropouts | ( | const CommandContext & | context | ) |
Definition at line 222 of file PluginMenus.cpp.
References AudioIO::Get(), CommandManager::Get(), CommandContext::project, project, and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnEffect | ( | const CommandContext & | context | ) |
Definition at line 134 of file PluginMenus.cpp.
References EffectUI::DoEffect(), Identifier::GET(), CommandContext::parameter, and CommandContext::project.
Referenced by AnalyzeMenu(), EffectMenu(), GenerateMenu(), and ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageAnalyzers | ( | const CommandContext & | context | ) |
Definition at line 191 of file PluginMenus.cpp.
References DoManagePluginsMenu(), EffectTypeAnalyze, CommandContext::project, and project.
Referenced by AnalyzeMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageEffects | ( | const CommandContext & | context | ) |
Definition at line 140 of file PluginMenus.cpp.
References DoManagePluginsMenu(), EffectTypeProcess, CommandContext::project, and project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageGenerators | ( | const CommandContext & | context | ) |
Definition at line 128 of file PluginMenus.cpp.
References DoManagePluginsMenu(), EffectTypeGenerate, CommandContext::project, and project.
Referenced by GenerateMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageTools | ( | const CommandContext & | context | ) |
Definition at line 197 of file PluginMenus.cpp.
References DoManagePluginsMenu(), EffectTypeTool, CommandContext::project, and project.
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastAnalyzer | ( | const CommandContext & | context | ) |
Definition at line 172 of file PluginMenus.cpp.
References EffectUI::DoEffect(), CommandManager::DoRepeatProcess(), CommandManager::Get(), CommandContext::project, CommandManager::repeattypeplugin, and CommandManager::repeattypeunique.
Referenced by AnalyzeMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastEffect | ( | const CommandContext & | context | ) |
Definition at line 164 of file PluginMenus.cpp.
References EffectUI::DoEffect(), CommandManager::Get(), and CommandContext::project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastGenerator | ( | const CommandContext & | context | ) |
Definition at line 154 of file PluginMenus.cpp.
References EffectUI::DoEffect(), CommandManager::Get(), EffectManager::kRepeatGen, and CommandContext::project.
Referenced by GenerateMenu().
void anonymous_namespace{PluginMenus.cpp}::OnResetConfig | ( | const CommandContext & | context | ) |
Definition at line 70 of file PluginMenus.cpp.
References AUDACITY_PREFS_VERSION_STRING, TempDirectory::DefaultTempDir(), DoReloadPreferences(), audacity::BasicSettings::Flush(), CommandManager::Get(), ProjectRate::Get(), ProjectSnap::Get(), Viewport::Get(), gPrefs, ToolManager::OnResetToolBars(), CommandContext::project, project, Setting< T >::Read(), audacity::BasicSettings::ReadDouble(), CommandManager::repeattypenone, Setting< T >::Reset(), ResetPreferences(), SelectionToolbarMode, ProjectRate::SetRate(), ProjectSnap::SetSnapMode(), ProjectSnap::SetSnapTo(), Viewport::SetToDefaultSize(), ShowClippingPref(), ShowRMSPref(), SnapModeSetting, SnapToSetting, SoundActivatedRecord, SyncLockTracks, FileNames::UpdateDefaultPath(), audacity::BasicSettings::Write(), and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnSimulateRecordingErrors | ( | const CommandContext & | context | ) |
Definition at line 211 of file PluginMenus.cpp.
References AudioIO::Get(), CommandManager::Get(), CommandContext::project, project, and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnWriteJournal | ( | const CommandContext & | ) |
Definition at line 234 of file PluginMenus.cpp.
References AudacityMessageBox(), Journal::RecordEnabled(), Journal::SetRecordEnabled(), and XO().
Referenced by ToolsMenu().
bool anonymous_namespace{PluginMenus.cpp}::ShowManager | ( | wxWindow * | parent, |
int | effectsCategory | ||
) |
Definition at line 39 of file PluginMenus.cpp.
Referenced by DoManagePluginsMenu().
auto anonymous_namespace{PluginMenus.cpp}::ToolsMenu | ( | ) |
Definition at line 484 of file PluginMenus.cpp.
References AlwaysEnabledFlag, AudioIONotBusyFlag(), MenuRegistry::Options::CheckTest(), MenuRegistry::Command, EffectsGroupBy, EffectTypeTool, AudioIO::Get(), MenuRegistry::Items, AudioIoCallback::mDetectUpstreamDropouts, MenuRegistry::Menu, AudioIoCallback::mSimulateRecordingErrors, OnBenchmark(), OnDetectUpstreamDropouts(), OnEffect(), OnManageTools(), OnResetConfig(), OnSimulateRecordingErrors(), OnWriteJournal(), MenuHelper::PopulateEffectsMenu(), ChoiceSetting::Read(), Journal::RecordEnabled(), MenuRegistry::Section, wxT(), and XXO().
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment1 { Indirect(GenerateMenu()) } |
Definition at line 327 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment2 { Indirect(EffectMenu()) } |
Definition at line 417 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment3 { Indirect(AnalyzeMenu()) } |
Definition at line 482 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment4 { Indirect(ToolsMenu()) } |
Definition at line 563 of file PluginMenus.cpp.