Audacity
3.2.0
Variables
anonymous_namespace{LibraryPrefs.cpp} Namespace Reference
Variables
PrefsPanel::Registration
sAttachment
Variable Documentation
◆
sAttachment
PrefsPanel::Registration
anonymous_namespace{LibraryPrefs.cpp}::sAttachment
Initial value:
{
"Library"
,
[](wxWindow *parent, wxWindowID winid,
AudacityProject
*) ->
PrefsPanel
*
{
wxASSERT(parent);
if
(
LibraryPrefs::RegisteredControls::Any
())
return
safenew
LibraryPrefs
(parent, winid);
else
return
nullptr
;
},
false
,
{
""
, {
Registry::OrderingHint::Before
,
"Directories"
} }
}
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
LibraryPrefs
A PrefsPanel used to select manage external libraries like the MP3 and FFmpeg encoding libraries.
Definition:
LibraryPrefs.h:28
PrefsPanel
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
Definition:
PrefsPanel.h:51
LibraryPrefs::RegisteredControls::Any
static bool Any()
Definition:
LibraryPrefs.cpp:51
Registry::OrderingHint::Before
@ Before
Definition:
Registry.h:47
Definition at line
129
of file
LibraryPrefs.cpp
.
Generated by
1.9.3