| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_FUSING_CURRENT_BASE. More...
#include <panel_fusing_current_base.h>
  
Public Member Functions | |
| PANEL_FUSING_CURRENT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(512, 574), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_FUSING_CURRENT_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 Member Functions | |
| virtual void | m_onCalculateClick (wxCommandEvent &event) | 
Protected Attributes | |
| wxStaticText * | m_dummy1 | 
| wxStaticText * | m_ambientText | 
| wxTextCtrl * | m_ambientValue | 
| wxStaticText * | m_ambientUnit | 
| wxStaticText * | m_dummy2 | 
| wxStaticText * | m_meltingText | 
| wxTextCtrl * | m_meltingValue | 
| wxStaticText * | m_meltingUnit | 
| wxRadioButton * | m_widthRadio | 
| wxStaticText * | m_widthText | 
| wxTextCtrl * | m_widthValue | 
| UNIT_SELECTOR_LEN * | m_widthUnit | 
| wxRadioButton * | m_thicknessRadio | 
| wxStaticText * | m_thicknessText | 
| wxTextCtrl * | m_thicknessValue | 
| UNIT_SELECTOR_THICKNESS * | m_thicknessUnit | 
| wxRadioButton * | m_currentRadio | 
| wxStaticText * | m_currentText | 
| wxTextCtrl * | m_currentValue | 
| wxStaticText * | m_currentUnit | 
| wxRadioButton * | m_timeRadio | 
| wxStaticText * | m_timeText | 
| wxTextCtrl * | m_timeValue | 
| wxStaticText * | m_timeUnit | 
| wxButton * | m_calculateButton | 
| wxStaticText * | m_comment | 
| HTML_WINDOW * | m_htmlHelp | 
Class PANEL_FUSING_CURRENT_BASE.
Definition at line 42 of file panel_fusing_current_base.h.
| PANEL_FUSING_CURRENT_BASE::PANEL_FUSING_CURRENT_BASE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( 512,574 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 14 of file panel_fusing_current_base.cpp.
References _, CALCULATOR_PANEL::CALCULATOR_PANEL(), m_ambientText, m_ambientUnit, m_ambientValue, m_calculateButton, m_comment, m_currentRadio, m_currentText, m_currentUnit, m_currentValue, m_dummy1, m_dummy2, m_htmlHelp, m_meltingText, m_meltingUnit, m_meltingValue, m_onCalculateClick(), m_thicknessRadio, m_thicknessText, m_thicknessUnit, m_thicknessValue, m_timeRadio, m_timeText, m_timeUnit, m_timeValue, m_widthRadio, m_widthText, m_widthUnit, m_widthValue, and name.
| PANEL_FUSING_CURRENT_BASE::~PANEL_FUSING_CURRENT_BASE | ( | ) | 
Definition at line 158 of file panel_fusing_current_base.cpp.
References m_calculateButton, and m_onCalculateClick().
      
  | 
  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.
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_FUSING_CURRENT.
Definition at line 76 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE(), and ~PANEL_FUSING_CURRENT_BASE().
      
  | 
  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 48 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 50 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 49 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 71 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE(), and ~PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 72 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 63 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 64 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 66 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 65 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 47 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 51 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 73 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 52 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 54 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 53 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 59 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 60 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 62 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 61 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 67 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 68 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 70 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 69 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 55 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 56 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 58 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().
      
  | 
  protected | 
Definition at line 57 of file panel_fusing_current_base.h.
Referenced by PANEL_FUSING_CURRENT_BASE().