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 *)
{
wxASSERT(parent);
return safenew ImportExportPrefs(parent, winid);
}
}
#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 used to select import and export options.

Definition at line 184 of file ImportExportPrefs.cpp.