Audacity 3.2.0
|
Classes | |
class | QuickFixDialog |
Class which makes a dialog for displaying quick fixes to common issues. More... | |
Functions | |
END_EVENT_TABLE () | |
void | OnQuickFix (const CommandContext &context) |
void | OnQuickHelp (const CommandContext &context) |
void | OnManual (const CommandContext &context) |
void | OnAudioDeviceInfo (const CommandContext &context) |
void | OnShowLog (const CommandContext &context) |
void | OnMenuTree (const CommandContext &context) |
void | OnFrameStatistics (const CommandContext &) |
void | OnAbout (const CommandContext &context) |
auto | HelpMenu () |
Variables | |
AttachedItem | sAttachment1 { Indirect(HelpMenu()) } |
anonymous_namespace{HelpMenus.cpp}::END_EVENT_TABLE | ( | ) |
auto anonymous_namespace{HelpMenus.cpp}::HelpMenu | ( | ) |
Definition at line 412 of file HelpMenus.cpp.
References AlwaysEnabledFlag, AudioIONotBusyFlag(), MenuRegistry::Command, MenuRegistry::Items, MenuRegistry::Menu, OnAbout(), OnAudioDeviceInfo(), OnFrameStatistics(), OnManual(), OnMenuTree(), OnQuickHelp(), OnShowLog(), MenuRegistry::Section, Verbatim(), wxT(), and XXO().
void anonymous_namespace{HelpMenus.cpp}::OnAbout | ( | const CommandContext & | context | ) |
Definition at line 378 of file HelpMenus.cpp.
References GetProjectFrame(), CommandContext::project, and project.
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnAudioDeviceInfo | ( | const CommandContext & | context | ) |
Definition at line 269 of file HelpMenus.cpp.
References AudioIOBase::Get(), CommandContext::project, project, ShowDiagnostics(), wxT(), and XO().
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnFrameStatistics | ( | const CommandContext & | ) |
Definition at line 366 of file HelpMenus.cpp.
References FrameStatisticsDialog::Show().
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnManual | ( | const CommandContext & | context | ) |
Definition at line 261 of file HelpMenus.cpp.
References GetProjectFrame(), CommandContext::project, project, and HelpSystem::ShowHelp().
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnMenuTree | ( | const CommandContext & | context | ) |
Definition at line 320 of file HelpMenus.cpp.
References CommandContext::project, project, ShowDiagnostics(), Verbatim(), MenuRegistry::Visit(), and wxT().
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnQuickFix | ( | const CommandContext & | context | ) |
Definition at line 246 of file HelpMenus.cpp.
References GetProjectFrame(), CommandContext::project, and project.
void anonymous_namespace{HelpMenus.cpp}::OnQuickHelp | ( | const CommandContext & | context | ) |
Definition at line 253 of file HelpMenus.cpp.
References GetProjectFrame(), CommandContext::project, project, and HelpSystem::ShowHelp().
Referenced by HelpMenu().
void anonymous_namespace{HelpMenus.cpp}::OnShowLog | ( | const CommandContext & | context | ) |
Definition at line 278 of file HelpMenus.cpp.
References LogWindow::Show().
Referenced by HelpMenu().
AttachedItem anonymous_namespace{HelpMenus.cpp}::sAttachment1 { Indirect(HelpMenu()) } |
Definition at line 480 of file HelpMenus.cpp.