| 
    KiCad PCB EDA Suite
    
   | 
 
#include <panel_via_size.h>
  
Public Member Functions | |
| PANEL_VIA_SIZE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_VIA_SIZE () | |
| void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg) override | 
| Load the settings into the panel.   | |
| void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg) override | 
| Save the settings from the panel.   | |
| void | ThemeChanged () override | 
| Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.   | |
| void | OnViaCalculate (wxCommandEvent &event) override | 
| Called when the user changes any value in the via calculator.   | |
| void | OnViaEpsilonR_Button (wxCommandEvent &event) override | 
| Shows a list of current relative dielectric constant(Er) and select a value.   | |
| void | OnViaRho_Button (wxCommandEvent &event) override | 
| Shows a list of current Specific resistance list (rho) and select a value.   | |
| void | onUpdateViaCalcErrorText (wxUpdateUIEvent &event) override | 
| Update the Error message in via calculation panel.   | |
| void | OnViaResetButtonClick (wxCommandEvent &event) override | 
| Called when the user clicks the reset button; sets the parameters to their default values.   | |
| void | VSDisplayValues (double aViaResistance, double aVoltageDrop, double aPowerLoss, double aEstimatedAmpacity, double aThermalResistance, double aCapacitance, double aTimeDegradation, double aInductance, double aReactance) | 
| Display the results of the calculation.   | |
Definition at line 28 of file panel_via_size.h.
| PANEL_VIA_SIZE::PANEL_VIA_SIZE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 58 of file panel_via_size.cpp.
References KiBitmapBundle(), PANEL_VIA_SIZE_BASE::m_viaBitmap, PANEL_VIA_SIZE_BASE::m_viaReactanceUnits, PANEL_VIA_SIZE_BASE::m_viaResistivityUnits, PANEL_VIA_SIZE_BASE::m_viaResUnits, PANEL_VIA_SIZE_BASE::m_viaTempUnits, PANEL_VIA_SIZE_BASE::m_viaThermalResUnits, name, PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE(), and viacalc.
| PANEL_VIA_SIZE::~PANEL_VIA_SIZE | ( | ) | 
Definition at line 76 of file panel_via_size.cpp.
      
  | 
  overridevirtual | 
Load the settings into the panel.
| aCfg | is the settings structure to load from | 
Implements CALCULATOR_PANEL.
Definition at line 152 of file panel_via_size.cpp.
References PCB_CALCULATOR_SETTINGS::VIA_SIZE::applied_current, PCB_CALCULATOR_SETTINGS::VIA_SIZE::characteristic_impedance, PCB_CALCULATOR_SETTINGS::VIA_SIZE::characteristic_impedance_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::clearance_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::clearance_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::hole_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::hole_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::length, PCB_CALCULATOR_SETTINGS::VIA_SIZE::length_units, PANEL_VIA_SIZE_BASE::m_choiceClearanceDia, PANEL_VIA_SIZE_BASE::m_choiceHoleDia, PANEL_VIA_SIZE_BASE::m_choiceImpedance, PANEL_VIA_SIZE_BASE::m_choicePlatingThickness, PANEL_VIA_SIZE_BASE::m_choiceViaLength, PANEL_VIA_SIZE_BASE::m_choiceViaPadDia, PANEL_VIA_SIZE_BASE::m_textCtrlAppliedCurrent, PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia, PANEL_VIA_SIZE_BASE::m_textCtrlHoleDia, PANEL_VIA_SIZE_BASE::m_textCtrlImpedance, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingThickness, PANEL_VIA_SIZE_BASE::m_textCtrlRiseTime, PANEL_VIA_SIZE_BASE::m_textCtrlTemperatureDiff, PANEL_VIA_SIZE_BASE::m_textCtrlViaLength, PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia, PCB_CALCULATOR_SETTINGS::m_ViaSize, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pad_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pad_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::permittivity, PCB_CALCULATOR_SETTINGS::VIA_SIZE::plating_resistivity, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pulse_rise_time, PCB_CALCULATOR_SETTINGS::VIA_SIZE::temp_rise, PCB_CALCULATOR_SETTINGS::VIA_SIZE::thickness, and PCB_CALCULATOR_SETTINGS::VIA_SIZE::thickness_units.
      
  | 
  overridevirtual | 
Update the Error message in via calculation panel.
Reimplemented from PANEL_VIA_SIZE_BASE.
Definition at line 113 of file panel_via_size.cpp.
References std::abs(), DoubleFromString(), PANEL_VIA_SIZE_BASE::m_choiceClearanceDia, PANEL_VIA_SIZE_BASE::m_choiceViaPadDia, PANEL_VIA_SIZE_BASE::m_staticTextWarning, PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia, and PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia.
      
  | 
  overridevirtual | 
Called when the user changes any value in the via calculator.
Reimplemented from PANEL_VIA_SIZE_BASE.
Definition at line 202 of file panel_via_size.cpp.
References std::abs(), DoubleFromString(), PANEL_VIA_SIZE_BASE::m_choiceClearanceDia, PANEL_VIA_SIZE_BASE::m_choiceHoleDia, PANEL_VIA_SIZE_BASE::m_choiceImpedance, PANEL_VIA_SIZE_BASE::m_choicePlatingThickness, PANEL_VIA_SIZE_BASE::m_choiceViaLength, PANEL_VIA_SIZE_BASE::m_choiceViaPadDia, M_PI, PANEL_VIA_SIZE_BASE::m_textCtrlAppliedCurrent, PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia, PANEL_VIA_SIZE_BASE::m_textCtrlHoleDia, PANEL_VIA_SIZE_BASE::m_textCtrlImpedance, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingThickness, PANEL_VIA_SIZE_BASE::m_textCtrlRiseTime, PANEL_VIA_SIZE_BASE::m_textCtrlTemperatureDiff, PANEL_VIA_SIZE_BASE::m_textCtrlViaLength, PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia, UNIT_MIL, and VSDisplayValues().
      
  | 
  overridevirtual | 
Shows a list of current relative dielectric constant(Er) and select a value.
Reimplemented from PANEL_VIA_SIZE_BASE.
Definition at line 87 of file panel_via_size.cpp.
References _, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity, and StandardRelativeDielectricConstantList().
      
  | 
  overridevirtual | 
Called when the user clicks the reset button; sets the parameters to their default values.
Reimplemented from PANEL_VIA_SIZE_BASE.
Definition at line 127 of file panel_via_size.cpp.
References DEFAULT_UNIT_SEL_MM, DEFAULT_UNIT_SEL_OHM, PANEL_VIA_SIZE_BASE::m_choiceClearanceDia, PANEL_VIA_SIZE_BASE::m_choiceHoleDia, PANEL_VIA_SIZE_BASE::m_choiceImpedance, PANEL_VIA_SIZE_BASE::m_choicePlatingThickness, PANEL_VIA_SIZE_BASE::m_choiceViaLength, PANEL_VIA_SIZE_BASE::m_choiceViaPadDia, PANEL_VIA_SIZE_BASE::m_textCtrlAppliedCurrent, PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia, PANEL_VIA_SIZE_BASE::m_textCtrlHoleDia, PANEL_VIA_SIZE_BASE::m_textCtrlImpedance, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingThickness, PANEL_VIA_SIZE_BASE::m_textCtrlRiseTime, PANEL_VIA_SIZE_BASE::m_textCtrlTemperatureDiff, PANEL_VIA_SIZE_BASE::m_textCtrlViaLength, and PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia.
      
  | 
  overridevirtual | 
Shows a list of current Specific resistance list (rho) and select a value.
Reimplemented from PANEL_VIA_SIZE_BASE.
Definition at line 100 of file panel_via_size.cpp.
References _, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity, and StandardResistivityList().
      
  | 
  overridevirtual | 
Save the settings from the panel.
| aCfg | is the settings structure to save to | 
Implements CALCULATOR_PANEL.
Definition at line 180 of file panel_via_size.cpp.
References PCB_CALCULATOR_SETTINGS::VIA_SIZE::applied_current, PCB_CALCULATOR_SETTINGS::VIA_SIZE::characteristic_impedance, PCB_CALCULATOR_SETTINGS::VIA_SIZE::characteristic_impedance_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::clearance_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::clearance_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::hole_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::hole_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::length, PCB_CALCULATOR_SETTINGS::VIA_SIZE::length_units, PANEL_VIA_SIZE_BASE::m_choiceClearanceDia, PANEL_VIA_SIZE_BASE::m_choiceHoleDia, PANEL_VIA_SIZE_BASE::m_choiceImpedance, PANEL_VIA_SIZE_BASE::m_choicePlatingThickness, PANEL_VIA_SIZE_BASE::m_choiceViaLength, PANEL_VIA_SIZE_BASE::m_choiceViaPadDia, PANEL_VIA_SIZE_BASE::m_textCtrlAppliedCurrent, PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia, PANEL_VIA_SIZE_BASE::m_textCtrlHoleDia, PANEL_VIA_SIZE_BASE::m_textCtrlImpedance, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity, PANEL_VIA_SIZE_BASE::m_textCtrlPlatingThickness, PANEL_VIA_SIZE_BASE::m_textCtrlRiseTime, PANEL_VIA_SIZE_BASE::m_textCtrlTemperatureDiff, PANEL_VIA_SIZE_BASE::m_textCtrlViaLength, PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia, PCB_CALCULATOR_SETTINGS::m_ViaSize, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pad_diameter, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pad_diameter_units, PCB_CALCULATOR_SETTINGS::VIA_SIZE::permittivity, PCB_CALCULATOR_SETTINGS::VIA_SIZE::plating_resistivity, PCB_CALCULATOR_SETTINGS::VIA_SIZE::pulse_rise_time, PCB_CALCULATOR_SETTINGS::VIA_SIZE::temp_rise, PCB_CALCULATOR_SETTINGS::VIA_SIZE::thickness, and PCB_CALCULATOR_SETTINGS::VIA_SIZE::thickness_units.
      
  | 
  overridevirtual | 
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
Implements CALCULATOR_PANEL.
Definition at line 81 of file panel_via_size.cpp.
References KiBitmapBundle(), PANEL_VIA_SIZE_BASE::m_viaBitmap, and viacalc.
| void PANEL_VIA_SIZE::VSDisplayValues | ( | double | aViaResistance, | 
| double | aVoltageDrop, | ||
| double | aPowerLoss, | ||
| double | aEstimatedAmpacity, | ||
| double | aThermalResistance, | ||
| double | aCapacitance, | ||
| double | aTimeDegradation, | ||
| double | aInductance, | ||
| double | aReactance ) | 
Display the results of the calculation.
Definition at line 268 of file panel_via_size.cpp.
References PANEL_VIA_SIZE_BASE::m_Inductance, PANEL_VIA_SIZE_BASE::m_Reactance, PANEL_VIA_SIZE_BASE::m_RiseTimeOutput, PANEL_VIA_SIZE_BASE::m_ViaAmpacity, PANEL_VIA_SIZE_BASE::m_ViaCapacitance, PANEL_VIA_SIZE_BASE::m_ViaPowerLoss, PANEL_VIA_SIZE_BASE::m_ViaResistance, PANEL_VIA_SIZE_BASE::m_ViaThermalResistance, and PANEL_VIA_SIZE_BASE::m_ViaVoltageDrop.
Referenced by OnViaCalculate().
      
  | 
  protectedinherited | 
Definition at line 72 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 68 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 108 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 59 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::onUpdateViaCalcErrorText(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 47 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 62 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 50 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 53 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 56 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::onUpdateViaCalcErrorText(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 102 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 105 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 99 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 63 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 83 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 86 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 89 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 88 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 85 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 92 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 94 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 65 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 80 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 95 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 97 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 57 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 45 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 60 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 101 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 103 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 70 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 48 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 104 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 66 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 76 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 98 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 100 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 78 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 73 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 51 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 54 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 79 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::onUpdateViaCalcErrorText(), PANEL_VIA_SIZE_BASE(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 64 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 58 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::onUpdateViaCalcErrorText(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 46 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 61 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 71 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaEpsilonR_Button(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 67 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE::OnViaRho_Button(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 49 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 77 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 74 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 52 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 55 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::LoadSettings(), PANEL_VIA_SIZE::onUpdateViaCalcErrorText(), PANEL_VIA_SIZE::OnViaCalculate(), PANEL_VIA_SIZE::OnViaResetButtonClick(), PANEL_VIA_SIZE_BASE(), PANEL_VIA_SIZE::SaveSettings(), and ~PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 93 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 107 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::ThemeChanged().
      
  | 
  protectedinherited | 
Definition at line 96 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 87 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 106 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), and PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 81 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 69 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), and PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 82 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), and PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 75 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), and PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 90 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().
      
  | 
  protectedinherited | 
Definition at line 91 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE::PANEL_VIA_SIZE(), and PANEL_VIA_SIZE_BASE().
      
  | 
  protectedinherited | 
Definition at line 84 of file panel_via_size_base.h.
Referenced by PANEL_VIA_SIZE_BASE(), and PANEL_VIA_SIZE::VSDisplayValues().