Audacity
3.2.0
Variables
anonymous_namespace{ImportExportPrefs.cpp} Namespace Reference
Variables
PrefsPanel::Registration
sAttachment
Variable Documentation
◆
sAttachment
PrefsPanel::Registration
anonymous_namespace{ImportExportPrefs.cpp}::sAttachment
Initial value:
{
"ImportExport"
,
[](wxWindow *parent, wxWindowID winid,
AudacityProject
*) ->
PrefsPanel
*
{
wxASSERT(parent);
if
(
ImportExportPrefs::RegisteredControls::Any
())
return
safenew
ImportExportPrefs
(parent, winid);
else
return
nullptr
;
},
false
,
{
""
, {
Registry::OrderingHint::After
,
"Tracks"
} }
}
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
ImportExportPrefs
A PrefsPanel used to select import and export options.
Definition:
ImportExportPrefs.h:27
PrefsPanel
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
Definition:
PrefsPanel.h:51
ImportExportPrefs::RegisteredControls::Any
static bool Any()
Definition:
ImportExportPrefs.cpp:54
Registry::OrderingHint::After
@ After
Definition:
Registry.h:47
Definition at line
174
of file
ImportExportPrefs.cpp
.
Generated by
1.9.3