Audacity 3.2.0
|
#include <ListNavigationPanel.h>
Public Member Functions | |
ListNavigationPanel ()=default | |
ListNavigationPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxString &name=wxPanelNameStr) | |
void | Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxString &name=wxPanelNameStr) |
Public Member Functions inherited from ListNavigationEnabled< wxWindow > | |
ListNavigationEnabled () | |
void | SetInTabOrder (bool inTabOrder) |
Private Member Functions | |
void | OnChangeFocus (wxFocusEvent &evt) |
void | OnPaint (wxPaintEvent &evt) |
Focusable widget container. Has custom background and focus outline painting.
Definition at line 24 of file ListNavigationPanel.h.
|
default |
ListNavigationPanel::ListNavigationPanel | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
const wxString & | name = wxPanelNameStr |
||
) |
Definition at line 15 of file ListNavigationPanel.cpp.
References Create(), name, and size.
void ListNavigationPanel::Create | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
const wxString & | name = wxPanelNameStr |
||
) |
Definition at line 24 of file ListNavigationPanel.cpp.
References name, OnChangeFocus(), OnPaint(), and size.
Referenced by ListNavigationPanel().
|
private |
Definition at line 37 of file ListNavigationPanel.cpp.
Referenced by Create().
|
private |
Definition at line 42 of file ListNavigationPanel.cpp.
References AColor::DrawFocus().
Referenced by Create().