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"
} }
}
safenew
#define safenew
Definition:
MemoryX.h:10
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition:
Project.h:90
ModulePrefs
A PrefsPanel to enable/disable certain modules. 'Modules' are dynamically linked libraries that modif...
Definition:
ModulePrefs.h:27
Registry::OrderingHint::After
@ After
Definition:
Registry.h:47
Definition at line
154
of file
ModulePrefs.cpp
.
Generated by
1.9.3