| 
    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.
References PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::PANEL_PL_EDITOR_COLOR_SETTINGS_BASE().
      
  | 
  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 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 GetHelpTextAtPoint().
      
  | 
  overridevirtual | 
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 79 of file panel_pl_editor_color_settings.cpp.
References _, and PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::m_themes.
      
  | 
  override | 
Definition at line 62 of file panel_pl_editor_color_settings.cpp.
References GetAppSettings(), JSON_SETTINGS::GetFilename(), and PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::m_themes.
      
  | 
  override | 
Definition at line 32 of file panel_pl_editor_color_settings.cpp.
References DEFAULT_THEME, GetAppSettings(), GetColorSettings(), GetSettingsManager(), APP_SETTINGS_BASE::m_ColorTheme, PANEL_PL_EDITOR_COLOR_SETTINGS_BASE::m_themes, and Pgm().
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
Definition at line 35 of file panel_pl_editor_color_settings_base.h.
Referenced by PANEL_PL_EDITOR_COLOR_SETTINGS_BASE().