KiCad PCB EDA Suite
|
#include <panel_pl_editor_color_settings.h>
Public Member Functions | |
PANEL_PL_EDITOR_COLOR_SETTINGS (wxWindow *aParent) | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
void | ResetPanel () override |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Attributes | |
wxStaticText * | m_txtTheme |
wxChoice * | m_themes |
Definition at line 26 of file panel_pl_editor_color_settings.h.
PANEL_PL_EDITOR_COLOR_SETTINGS::PANEL_PL_EDITOR_COLOR_SETTINGS | ( | wxWindow * | aParent | ) |
Definition at line 26 of file panel_pl_editor_color_settings.cpp.
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 78 of file panel_pl_editor_color_settings.cpp.
References _, and PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::m_themes.
|
override |
Definition at line 63 of file panel_pl_editor_color_settings.cpp.
References SETTINGS_MANAGER::GetAppSettings(), JSON_SETTINGS::GetFilename(), PGM_BASE::GetSettingsManager(), PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::m_themes, and Pgm().
|
override |
|
protectedinherited |
Definition at line 36 of file panel_pl_editor_color_settings_base.h.
Referenced by PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::PANEL_PL_EDITOR_COLOR_SETTINGS_BASE(), ResetPanel(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 35 of file panel_pl_editor_color_settings_base.h.
Referenced by PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::PANEL_PL_EDITOR_COLOR_SETTINGS_BASE().