Audacity 3.2.0
Variables
anonymous_namespace{WarningsPrefs.cpp} Namespace Reference

Variables

PrefsPanel::Registration sAttachment
 

Variable Documentation

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{WarningsPrefs.cpp}::sAttachment
Initial value:
{ "Warnings",
[](wxWindow *parent, wxWindowID winid, AudacityProject *)
{
wxASSERT(parent);
return safenew WarningsPrefs(parent, winid);
}
}
#define safenew
Definition: MemoryX.h:9
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 warning messages.
Definition: WarningsPrefs.h:25

Definition at line 94 of file WarningsPrefs.cpp.