Audacity 3.2.0
Functions
anonymous_namespace{NyqBench.cpp} Namespace Reference

Functions

CommandHandlerObjectfindme (AudacityProject &)
 
void RegisterMenuItems ()
 

Function Documentation

◆ findme()

CommandHandlerObject & anonymous_namespace{NyqBench.cpp}::findme ( AudacityProject )

Definition at line 98 of file NyqBench.cpp.

99{
100 return *NyqBench::GetBench();
101}
static NyqBench * GetBench()
Definition: NyqBench.cpp:637

References NyqBench::GetBench().

Referenced by RegisterMenuItems().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegisterMenuItems()

void anonymous_namespace{NyqBench.cpp}::RegisterMenuItems ( )

Definition at line 103 of file NyqBench.cpp.

104{
105 // Get here only after the module version check passes
106 using namespace MenuRegistry;
107 static AttachedItem sAttachment{ wxT("Tools"),
108 ( FinderScope( findme ), Section( wxT("NyquistWorkBench"),
109 Command( wxT("NyqBench"), XXO("&Nyquist Workbench..."),
111 ) )
112 };
113}
wxT("CloseDown"))
const ReservedCommandFlag & AudioIONotBusyFlag()
XXO("&Cut/Copy/Paste Toolbar")
void ShowNyqBench(const CommandContext &)
Definition: NyqBench.cpp:1725
Generates classes whose instances register items at construction.
Definition: Registry.h:388
constexpr auto Section
Definition: MenuRegistry.h:436
constexpr auto Command
Definition: MenuRegistry.h:456
CommandHandlerObject & findme(AudacityProject &)
Definition: NyqBench.cpp:98

References AudioIONotBusyFlag(), MenuRegistry::Command, findme(), anonymous_namespace{AdornedRulerPanel.cpp}::sAttachment, MenuRegistry::Section, NyqBench::ShowNyqBench(), wxT(), and XXO().

Referenced by ModuleDispatch().

Here is the call graph for this function:
Here is the caller graph for this function: