![]() |
Audacity 3.2.0
|
Public Member Functions | |
EffectPanel (wxWindow *parent) | |
virtual | ~EffectPanel () |
bool | AcceptsFocus () const override |
bool | AcceptsFocusFromKeyboard () const override |
void | SetAccept (bool accept) |
![]() | |
wxPanelWrapper () | |
wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | |
bool | Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) |
void | SetLabel (const TranslatableString &label) |
void | SetName (const TranslatableString &name) |
void | SetToolTip (const TranslatableString &toolTip) |
void | SetName () |
![]() | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Attributes | |
bool | mAcceptsFocus |
Definition at line 50 of file EffectUI.cpp.
|
inline |
Definition at line 53 of file EffectUI.cpp.
References TranslatableString::Inaudible, mAcceptsFocus, wxPanelWrapper::SetLabel(), and wxPanelWrapper::SetName().
|
inlinevirtual |
Definition at line 63 of file EffectUI.cpp.
|
inlineoverride |
Definition at line 71 of file EffectUI.cpp.
References mAcceptsFocus.
|
inlineoverride |
Definition at line 77 of file EffectUI.cpp.
References mAcceptsFocus.
|
inline |
Definition at line 85 of file EffectUI.cpp.
References mAcceptsFocus.
|
private |
Definition at line 91 of file EffectUI.cpp.
Referenced by AcceptsFocus(), AcceptsFocusFromKeyboard(), EffectPanel(), and SetAccept().