![]() |
KiCad PCB EDA Suite
|
A wxPanel that is designed to be reset in a standard manner. More...
#include <resettable_panel.h>
Public Member Functions | |
RESETTABLE_PANEL (wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString) | |
virtual void | ResetPanel ()=0 |
Reset the contents of this panel. More... | |
virtual wxString | GetResetTooltip () |
Get the tooltip the reset button should display when showing this panel. More... | |
A wxPanel that is designed to be reset in a standard manner.
Definition at line 30 of file resettable_panel.h.
|
inline |
Definition at line 33 of file resettable_panel.h.
|
inlinevirtual |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_HOTKEYS_EDITOR, and PANEL_COLOR_SETTINGS.
Definition at line 52 of file resettable_panel.h.
References _.
|
pure virtual |
Reset the contents of this panel.
Implemented in PANEL_HOTKEYS_EDITOR, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_SETUP_PINMAP, PANEL_COLOR_SETTINGS, PANEL_MOUSE_SETTINGS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_PCBNEW_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, and PANEL_3D_RAYTRACING_OPTIONS.
Referenced by PAGED_DIALOG::OnResetButton().