Audacity 3.2.0
Classes | Variables
anonymous_namespace{AudioComPrefsPanel.cpp} Namespace Reference

Classes

class  AudioComPrefsPanel
 

Variables

PrefsPanel::Registration sAttachment
 

Detailed Description


Audacity: A Digital Audio Editor

AudioComPrefsPanel.h

Dmitry Vedenko

Variable Documentation

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{AudioComPrefsPanel.cpp}::sAttachment
Initial value:
{
"AudioComPrefsPanel",
[](wxWindow* parent, wxWindowID winid, AudacityProject*) -> PrefsPanel*
{
assert(parent != nullptr);
return parent != nullptr ? safenew AudioComPrefsPanel(parent, winid) :
nullptr;
},
false,
}
#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
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
Definition: PrefsPanel.h:51

Definition at line 227 of file AudioComPrefsPanel.cpp.