| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_ESERIES_DISPLAY_BASE. More...
#include <panel_eseries_display_base.h>
  
Public Member Functions | |
| PANEL_ESERIES_DISPLAY_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=0, const wxString &name=wxEmptyString) | |
| ~PANEL_ESERIES_DISPLAY_BASE () | |
| virtual void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0 | 
| Load the settings into the panel.   | |
| virtual void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg)=0 | 
| Save the settings from the panel.   | |
| virtual void | ThemeChanged ()=0 | 
| Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.   | |
Protected Attributes | |
| wxGrid * | m_GridEseries2496 | 
| wxGrid * | m_GridEseries112 | 
| HTML_WINDOW * | m_panelESeriesHelp | 
Class PANEL_ESERIES_DISPLAY_BASE.
Definition at line 32 of file panel_eseries_display_base.h.
| PANEL_ESERIES_DISPLAY_BASE::PANEL_ESERIES_DISPLAY_BASE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( -1,-1 ), | ||
| long | style = 0, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 12 of file panel_eseries_display_base.cpp.
References _, CALCULATOR_PANEL::CALCULATOR_PANEL(), m_GridEseries112, m_GridEseries2496, m_panelESeriesHelp, and name.
| PANEL_ESERIES_DISPLAY_BASE::~PANEL_ESERIES_DISPLAY_BASE | ( | ) | 
Definition at line 96 of file panel_eseries_display_base.cpp.
      
  | 
  pure virtualinherited | 
Load the settings into the panel.
| aCfg | is the settings structure to load from | 
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
      
  | 
  pure virtualinherited | 
Save the settings from the panel.
| aCfg | is the settings structure to save to | 
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
      
  | 
  pure virtualinherited | 
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
Implemented in PANEL_BOARD_CLASS, PANEL_CABLE_SIZE, PANEL_COLOR_CODE, PANEL_ELECTRICAL_SPACING, PANEL_ELECTRICAL_SPACING_IEC60664, PANEL_ELECTRICAL_SPACING_IPC2221, PANEL_ESERIES_DISPLAY, PANEL_FUSING_CURRENT, PANEL_GALVANIC_CORROSION, PANEL_R_CALCULATOR, PANEL_REGULATOR, PANEL_RF_ATTENUATORS, PANEL_TRACK_WIDTH, PANEL_TRANSLINE, PANEL_VIA_SIZE, and PANEL_WAVELENGTH.
      
  | 
  protected | 
Definition at line 38 of file panel_eseries_display_base.h.
Referenced by PANEL_ESERIES_DISPLAY_BASE().
      
  | 
  protected | 
Definition at line 37 of file panel_eseries_display_base.h.
Referenced by PANEL_ESERIES_DISPLAY_BASE().
      
  | 
  protected | 
Definition at line 39 of file panel_eseries_display_base.h.
Referenced by PANEL_ESERIES_DISPLAY_BASE().