KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_VIA_SIZE Class Reference

#include <panel_via_size.h>

Inheritance diagram for PANEL_VIA_SIZE:
PANEL_VIA_SIZE_BASE CALCULATOR_PANEL

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.
 

Protected Attributes

wxStaticText * m_staticTextHoleDia
 
wxTextCtrl * m_textCtrlHoleDia
 
UNIT_SELECTOR_LENm_choiceHoleDia
 
wxStaticText * m_staticTextPlatingThickness
 
wxTextCtrl * m_textCtrlPlatingThickness
 
UNIT_SELECTOR_LENm_choicePlatingThickness
 
wxStaticText * m_staticTextViaLength
 
wxTextCtrl * m_textCtrlViaLength
 
UNIT_SELECTOR_LENm_choiceViaLength
 
wxStaticText * m_staticTextViaPadDia
 
wxTextCtrl * m_textCtrlViaPadDia
 
UNIT_SELECTOR_LENm_choiceViaPadDia
 
wxStaticText * m_staticTextClearanceDia
 
wxTextCtrl * m_textCtrlClearanceDia
 
UNIT_SELECTOR_LENm_choiceClearanceDia
 
wxStaticText * m_staticTextImpedance
 
wxTextCtrl * m_textCtrlImpedance
 
UNIT_SELECTOR_RESISTORm_choiceImpedance
 
wxStaticText * m_staticAppliedCurrent
 
wxTextCtrl * m_textCtrlAppliedCurrent
 
wxStaticText * m_staticTextAppliedCurrentUnits
 
wxStaticText * m_staticTextResistivity
 
wxTextCtrl * m_textCtrlPlatingResistivity
 
wxButton * m_button_ResistivityVia
 
wxStaticText * m_viaResistivityUnits
 
wxStaticText * m_staticTextPermittivity
 
wxTextCtrl * m_textCtrlPlatingPermittivity
 
wxButton * m_button_Permittivity
 
wxStaticText * m_staticTextTemperatureDiff
 
wxTextCtrl * m_textCtrlTemperatureDiff
 
wxStaticText * m_viaTempUnits
 
wxStaticText * m_staticTextRiseTime
 
wxTextCtrl * m_textCtrlRiseTime
 
wxStaticText * m_staticTextRiseTimeUnits
 
wxStaticText * m_staticTextWarning
 
wxStaticText * m_staticTextArea11
 
wxStaticText * m_ViaResistance
 
wxStaticText * m_viaResUnits
 
wxStaticText * m_staticText65111
 
wxStaticText * m_ViaVoltageDrop
 
wxStaticText * m_staticText8411
 
wxStaticText * m_staticText66111
 
wxStaticText * m_ViaPowerLoss
 
wxStaticText * m_staticText8311
 
wxStaticText * m_staticText79211
 
wxStaticText * m_ViaThermalResistance
 
wxStaticText * m_viaThermalResUnits
 
wxStaticText * m_staticTextAmpacity
 
wxStaticText * m_ViaAmpacity
 
wxStaticText * m_staticTextAmpacityUnits
 
wxStaticText * m_staticTextCapacitance
 
wxStaticText * m_ViaCapacitance
 
wxStaticText * m_staticTextCapacitanceUnits
 
wxStaticText * m_staticTextRiseTimeOutput
 
wxStaticText * m_RiseTimeOutput
 
wxStaticText * m_staticTextRiseTimeOutputUnits
 
wxStaticText * m_staticTextInductance
 
wxStaticText * m_Inductance
 
wxStaticText * m_staticTextInductanceUnits
 
wxStaticText * m_staticTextReactance
 
wxStaticText * m_Reactance
 
wxStaticText * m_viaReactanceUnits
 
wxStaticBitmap * m_viaBitmap
 
wxButton * m_buttonViaReset
 

Detailed Description

Definition at line 28 of file panel_via_size.h.

Constructor & Destructor Documentation

◆ PANEL_VIA_SIZE()

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 
)

◆ ~PANEL_VIA_SIZE()

PANEL_VIA_SIZE::~PANEL_VIA_SIZE ( )

Definition at line 76 of file panel_via_size.cpp.

Member Function Documentation

◆ LoadSettings()

void PANEL_VIA_SIZE::LoadSettings ( PCB_CALCULATOR_SETTINGS aCfg)
overridevirtual

Load the settings into the panel.

Parameters
aCfgis 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.

◆ onUpdateViaCalcErrorText()

void PANEL_VIA_SIZE::onUpdateViaCalcErrorText ( wxUpdateUIEvent &  event)
overridevirtual

◆ OnViaCalculate()

◆ OnViaEpsilonR_Button()

void PANEL_VIA_SIZE::OnViaEpsilonR_Button ( wxCommandEvent &  event)
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().

◆ OnViaResetButtonClick()

◆ OnViaRho_Button()

void PANEL_VIA_SIZE::OnViaRho_Button ( wxCommandEvent &  event)
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().

◆ SaveSettings()

void PANEL_VIA_SIZE::SaveSettings ( PCB_CALCULATOR_SETTINGS aCfg)
overridevirtual

Save the settings from the panel.

Parameters
aCfgis 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.

◆ ThemeChanged()

void PANEL_VIA_SIZE::ThemeChanged ( )
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(), and PANEL_VIA_SIZE_BASE::m_viaBitmap.

◆ VSDisplayValues()

void PANEL_VIA_SIZE::VSDisplayValues ( double  aViaResistance,
double  aVoltageDrop,
double  aPowerLoss,
double  aEstimatedAmpacity,
double  aThermalResistance,
double  aCapacitance,
double  aTimeDegradation,
double  aInductance,
double  aReactance 
)

Member Data Documentation

◆ m_button_Permittivity

wxButton* PANEL_VIA_SIZE_BASE::m_button_Permittivity
protectedinherited

◆ m_button_ResistivityVia

wxButton* PANEL_VIA_SIZE_BASE::m_button_ResistivityVia
protectedinherited

◆ m_buttonViaReset

wxButton* PANEL_VIA_SIZE_BASE::m_buttonViaReset
protectedinherited

◆ m_choiceClearanceDia

◆ m_choiceHoleDia

◆ m_choiceImpedance

◆ m_choicePlatingThickness

UNIT_SELECTOR_LEN* PANEL_VIA_SIZE_BASE::m_choicePlatingThickness
protectedinherited

◆ m_choiceViaLength

◆ m_choiceViaPadDia

◆ m_Inductance

wxStaticText* PANEL_VIA_SIZE_BASE::m_Inductance
protectedinherited

◆ m_Reactance

wxStaticText* PANEL_VIA_SIZE_BASE::m_Reactance
protectedinherited

◆ m_RiseTimeOutput

wxStaticText* PANEL_VIA_SIZE_BASE::m_RiseTimeOutput
protectedinherited

◆ m_staticAppliedCurrent

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticAppliedCurrent
protectedinherited

Definition at line 63 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticText65111

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticText65111
protectedinherited

Definition at line 83 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticText66111

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticText66111
protectedinherited

Definition at line 86 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticText79211

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticText79211
protectedinherited

Definition at line 89 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticText8311

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticText8311
protectedinherited

Definition at line 88 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticText8411

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticText8411
protectedinherited

Definition at line 85 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextAmpacity

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextAmpacity
protectedinherited

Definition at line 92 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextAmpacityUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextAmpacityUnits
protectedinherited

Definition at line 94 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextAppliedCurrentUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextAppliedCurrentUnits
protectedinherited

Definition at line 65 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextArea11

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextArea11
protectedinherited

Definition at line 80 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextCapacitance

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextCapacitance
protectedinherited

Definition at line 95 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextCapacitanceUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextCapacitanceUnits
protectedinherited

Definition at line 97 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextClearanceDia

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextClearanceDia
protectedinherited

Definition at line 57 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextHoleDia

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextHoleDia
protectedinherited

Definition at line 45 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextImpedance

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextImpedance
protectedinherited

Definition at line 60 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextInductance

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextInductance
protectedinherited

Definition at line 101 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextInductanceUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextInductanceUnits
protectedinherited

Definition at line 103 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextPermittivity

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextPermittivity
protectedinherited

Definition at line 70 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextPlatingThickness

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextPlatingThickness
protectedinherited

Definition at line 48 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextReactance

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextReactance
protectedinherited

Definition at line 104 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextResistivity

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextResistivity
protectedinherited

Definition at line 66 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextRiseTime

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextRiseTime
protectedinherited

Definition at line 76 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextRiseTimeOutput

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextRiseTimeOutput
protectedinherited

Definition at line 98 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextRiseTimeOutputUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextRiseTimeOutputUnits
protectedinherited

Definition at line 100 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextRiseTimeUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextRiseTimeUnits
protectedinherited

Definition at line 78 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextTemperatureDiff

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextTemperatureDiff
protectedinherited

Definition at line 73 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextViaLength

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextViaLength
protectedinherited

Definition at line 51 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextViaPadDia

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextViaPadDia
protectedinherited

Definition at line 54 of file panel_via_size_base.h.

Referenced by PANEL_VIA_SIZE_BASE::PANEL_VIA_SIZE_BASE().

◆ m_staticTextWarning

wxStaticText* PANEL_VIA_SIZE_BASE::m_staticTextWarning
protectedinherited

◆ m_textCtrlAppliedCurrent

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlAppliedCurrent
protectedinherited

◆ m_textCtrlClearanceDia

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlClearanceDia
protectedinherited

◆ m_textCtrlHoleDia

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlHoleDia
protectedinherited

◆ m_textCtrlImpedance

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlImpedance
protectedinherited

◆ m_textCtrlPlatingPermittivity

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlPlatingPermittivity
protectedinherited

◆ m_textCtrlPlatingResistivity

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlPlatingResistivity
protectedinherited

◆ m_textCtrlPlatingThickness

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlPlatingThickness
protectedinherited

◆ m_textCtrlRiseTime

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlRiseTime
protectedinherited

◆ m_textCtrlTemperatureDiff

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlTemperatureDiff
protectedinherited

◆ m_textCtrlViaLength

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlViaLength
protectedinherited

◆ m_textCtrlViaPadDia

wxTextCtrl* PANEL_VIA_SIZE_BASE::m_textCtrlViaPadDia
protectedinherited

◆ m_ViaAmpacity

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaAmpacity
protectedinherited

◆ m_viaBitmap

wxStaticBitmap* PANEL_VIA_SIZE_BASE::m_viaBitmap
protectedinherited

◆ m_ViaCapacitance

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaCapacitance
protectedinherited

◆ m_ViaPowerLoss

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaPowerLoss
protectedinherited

◆ m_viaReactanceUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_viaReactanceUnits
protectedinherited

◆ m_ViaResistance

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaResistance
protectedinherited

◆ m_viaResistivityUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_viaResistivityUnits
protectedinherited

◆ m_viaResUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_viaResUnits
protectedinherited

◆ m_viaTempUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_viaTempUnits
protectedinherited

◆ m_ViaThermalResistance

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaThermalResistance
protectedinherited

◆ m_viaThermalResUnits

wxStaticText* PANEL_VIA_SIZE_BASE::m_viaThermalResUnits
protectedinherited

◆ m_ViaVoltageDrop

wxStaticText* PANEL_VIA_SIZE_BASE::m_ViaVoltageDrop
protectedinherited

The documentation for this class was generated from the following files: