![]() |
Audacity 3.2.0
|
Variables | |
AttachedItem | sAttachment1 |
AttachedItem | sAttachment2 |
AttachedItem | sAttachment3 |
AttachedItem | sAttachment4 |
BaseItemSharedPtr anonymous_namespace{PluginMenus.cpp}::AnalyzeMenu | ( | ) |
Definition at line 412 of file PluginMenus.cpp.
References AudioIONotBusyFlag(), MenuTable::Command(), EffectsGroupBy, EffectTypeAnalyze, EffectManager::Get(), MenuManager::Get(), HasLastAnalyzerFlag(), CommandManager::Options::IsGlobal(), MenuTable::Items(), MenuTable::Menu(), MenuCreator::mLastAnalyzer, OnEffect(), OnManageAnalyzers(), OnRepeatLastAnalyzer(), MenuHelper::PopulateEffectsMenu(), ChoiceSetting::Read(), MenuTable::Section(), TimeSelectedFlag(), WaveTracksSelectedFlag(), wxT(), XO(), and XXO().
void anonymous_namespace{PluginMenus.cpp}::DoManagePluginsMenu | ( | AudacityProject & | project | ) |
Definition at line 44 of file PluginMenus.cpp.
References PluginManager::Get(), GetProjectFrame(), MenuCreator::RebuildAllMenuBars(), and ShowManager().
Referenced by OnManageAnalyzers(), OnManageEffects(), OnManageGenerators(), and OnManageTools().
void anonymous_namespace{PluginMenus.cpp}::DoManageRealtimeEffectsSidePanel | ( | AudacityProject & | project | ) |
Definition at line 52 of file PluginMenus.cpp.
References TrackFocus::Get(), and RealtimeEffectPanel::Get().
Referenced by OnAddRealtimeEffects().
BaseItemSharedPtr anonymous_namespace{PluginMenus.cpp}::EffectMenu | ( | ) |
Definition at line 347 of file PluginMenus.cpp.
References AudioIONotBusyFlag(), MenuTable::Command(), EffectsGroupBy, EffectTypeProcess, EffectManager::Get(), MenuManager::Get(), HasLastEffectFlag(), HasTrackFocusFlag(), MenuTable::Items(), MenuTable::Menu(), MenuCreator::mLastEffect, OnAddRealtimeEffects(), OnEffect(), OnManageEffects(), OnRepeatLastEffect(), MenuHelper::PopulateEffectsMenu(), ChoiceSetting::Read(), MenuTable::Section(), TimeSelectedFlag(), WaveTracksSelectedFlag(), wxT(), XO(), and XXO().
BaseItemSharedPtr anonymous_namespace{PluginMenus.cpp}::GenerateMenu | ( | ) |
Definition at line 269 of file PluginMenus.cpp.
References AudioIONotBusyFlag(), MenuTable::Command(), EffectsGroupBy, EffectTypeGenerate, EffectManager::Get(), MenuManager::Get(), HasLastGeneratorFlag(), CommandManager::Options::IsGlobal(), MenuTable::Items(), MenuTable::Menu(), MenuCreator::mLastGenerator, OnEffect(), OnManageGenerators(), OnRepeatLastGenerator(), MenuHelper::PopulateEffectsMenu(), ChoiceSetting::Read(), MenuTable::Section(), wxT(), XO(), and XXO().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastAnalyzerFlag | ( | ) |
Definition at line 404 of file PluginMenus.cpp.
References flag, MenuManager::Get(), MenuCreator::mLastAnalyzer, MenuCreator::mLastAnalyzerRegistration, and MenuCreator::repeattypeunique.
Referenced by AnalyzeMenu().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastEffectFlag | ( | ) |
Definition at line 330 of file PluginMenus.cpp.
References flag, MenuManager::Get(), and MenuCreator::mLastEffect.
Referenced by EffectMenu().
const ReservedCommandFlag & anonymous_namespace{PluginMenus.cpp}::HasLastGeneratorFlag | ( | ) |
Definition at line 263 of file PluginMenus.cpp.
References flag, MenuManager::Get(), and MenuCreator::mLastGenerator.
Referenced by GenerateMenu().
|
static |
Definition at line 338 of file PluginMenus.cpp.
References flag, and TrackFocus::Get().
Referenced by EffectMenu().
|
static |
Definition at line 318 of file PluginMenus.cpp.
References flag, RealtimeEffectManager::Get(), and RealtimeEffectManager::IsActive().
void anonymous_namespace{PluginMenus.cpp}::OnAddRealtimeEffects | ( | const CommandContext & | context | ) |
Definition at line 139 of file PluginMenus.cpp.
References DoManageRealtimeEffectsSidePanel(), and CommandContext::project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnAnalyzer2 | ( | wxCommandEvent & | evt | ) |
Definition at line 145 of file PluginMenus.cpp.
void anonymous_namespace{PluginMenus.cpp}::OnBenchmark | ( | const CommandContext & | context | ) |
Definition at line 202 of file PluginMenus.cpp.
References CommandManager::Get(), GetProjectFrame(), CommandContext::project, CommandManager::RegisterLastTool(), and RunBenchmark().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnDetectUpstreamDropouts | ( | const CommandContext & | context | ) |
Definition at line 221 of file PluginMenus.cpp.
References AudioIO::Get(), CommandManager::Get(), CommandContext::project, and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnEffect | ( | const CommandContext & | context | ) |
Definition at line 127 of file PluginMenus.cpp.
References EffectUI::DoEffect(), Identifier::GET(), and CommandContext::parameter.
Referenced by AnalyzeMenu(), EffectMenu(), GenerateMenu(), and ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageAnalyzers | ( | const CommandContext & | context | ) |
Definition at line 190 of file PluginMenus.cpp.
References DoManagePluginsMenu(), and CommandContext::project.
Referenced by AnalyzeMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageEffects | ( | const CommandContext & | context | ) |
Definition at line 133 of file PluginMenus.cpp.
References DoManagePluginsMenu(), and CommandContext::project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageGenerators | ( | const CommandContext & | context | ) |
Definition at line 121 of file PluginMenus.cpp.
References DoManagePluginsMenu(), and CommandContext::project.
Referenced by GenerateMenu().
void anonymous_namespace{PluginMenus.cpp}::OnManageTools | ( | const CommandContext & | context | ) |
Definition at line 196 of file PluginMenus.cpp.
References DoManagePluginsMenu(), and CommandContext::project.
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastAnalyzer | ( | const CommandContext & | context | ) |
Definition at line 169 of file PluginMenus.cpp.
References EffectUI::DoEffect(), CommandManager::DoRepeatProcess(), CommandManager::Get(), MenuManager::Get(), CommandContext::project, MenuCreator::repeattypeplugin, and MenuCreator::repeattypeunique.
Referenced by AnalyzeMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastEffect | ( | const CommandContext & | context | ) |
Definition at line 158 of file PluginMenus.cpp.
References EffectUI::DoEffect(), MenuManager::Get(), and CommandContext::project.
Referenced by EffectMenu().
void anonymous_namespace{PluginMenus.cpp}::OnRepeatLastGenerator | ( | const CommandContext & | context | ) |
Definition at line 147 of file PluginMenus.cpp.
References EffectUI::DoEffect(), MenuManager::Get(), EffectManager::kRepeatGen, and CommandContext::project.
Referenced by GenerateMenu().
void anonymous_namespace{PluginMenus.cpp}::OnResetConfig | ( | const CommandContext & | context | ) |
Definition at line 69 of file PluginMenus.cpp.
References ProjectSelectionManager::AS_SetRate(), ProjectSelectionManager::AS_SetSnapTo(), AUDACITY_PREFS_VERSION_STRING, TempDirectory::DefaultTempDir(), DoReloadPreferences(), FileConfig::Flush(), MenuManager::Get(), ProjectSelectionManager::Get(), gPrefs, ToolManager::OnResetToolBars(), ProjectWindow::OnResetWindow(), CommandContext::project, MenuCreator::repeattypenone, Setting< T >::Reset(), ResetPreferences(), SNAP_OFF, SoundActivatedRecord, SyncLockTracks, FileNames::UpdateDefaultPath(), and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnSimulateRecordingErrors | ( | const CommandContext & | context | ) |
Definition at line 210 of file PluginMenus.cpp.
References AudioIO::Get(), CommandManager::Get(), CommandContext::project, and wxT().
Referenced by ToolsMenu().
void anonymous_namespace{PluginMenus.cpp}::OnWriteJournal | ( | const CommandContext & | ) |
Definition at line 233 of file PluginMenus.cpp.
References AudacityMessageBox(), Journal::RecordEnabled(), Journal::SetRecordEnabled(), and XO().
Referenced by ToolsMenu().
bool anonymous_namespace{PluginMenus.cpp}::ShowManager | ( | PluginManager & | pm, |
wxWindow * | parent | ||
) |
Definition at line 37 of file PluginMenus.cpp.
Referenced by DoManagePluginsMenu().
BaseItemSharedPtr anonymous_namespace{PluginMenus.cpp}::ToolsMenu | ( | ) |
Definition at line 467 of file PluginMenus.cpp.
References AlwaysEnabledFlag, AudioIONotBusyFlag(), CommandManager::Options::CheckTest(), MenuTable::Command(), EffectsGroupBy, EffectTypeTool, AudioIO::Get(), MenuTable::Items(), AudioIoCallback::mDetectUpstreamDropouts, MenuTable::Menu(), AudioIoCallback::mSimulateRecordingErrors, OnBenchmark(), OnDetectUpstreamDropouts(), OnEffect(), OnManageTools(), OnResetConfig(), OnSimulateRecordingErrors(), OnWriteJournal(), MenuHelper::PopulateEffectsMenu(), ChoiceSetting::Read(), Journal::RecordEnabled(), MenuTable::Section(), wxT(), and XXO().
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment1 |
Definition at line 324 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment2 |
Definition at line 398 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment3 |
Definition at line 462 of file PluginMenus.cpp.
AttachedItem anonymous_namespace{PluginMenus.cpp}::sAttachment4 |
Definition at line 545 of file PluginMenus.cpp.