Audacity 3.2.0
Variables
anonymous_namespace{ModulePrefs.cpp} Namespace Reference

Variables

PrefsPanel::Registration sAttachment
 

Variable Documentation

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{ModulePrefs.cpp}::sAttachment
Initial value:
{ "Module",
[](wxWindow *parent, wxWindowID winid, AudacityProject *)
{
wxASSERT(parent);
return safenew ModulePrefs(parent, winid);
},
false,
{ "", { Registry::OrderingHint::After, "Mouse" } }
}
#define safenew
Definition: MemoryX.h:10
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
A PrefsPanel to enable/disable certain modules. 'Modules' are dynamically linked libraries that modif...
Definition: ModulePrefs.h:27

Definition at line 154 of file ModulePrefs.cpp.