KiCad PCB EDA Suite
|
#include <pcb_calculator_settings.h>
Public Attributes | |
int | diameterUnit |
int | linResUnit |
int | frequencyUnit |
int | lengthUnit |
int | currentDensityChoice |
wxString | conductorMaterialResitivity |
wxString | conductorTemperature |
wxString | conductorThermalCoef |
Definition at line 92 of file pcb_calculator_settings.h.
wxString PCB_CALCULATOR_SETTINGS::CABLE_SIZE::conductorMaterialResitivity |
Definition at line 99 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
wxString PCB_CALCULATOR_SETTINGS::CABLE_SIZE::conductorTemperature |
Definition at line 100 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
wxString PCB_CALCULATOR_SETTINGS::CABLE_SIZE::conductorThermalCoef |
Definition at line 101 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
int PCB_CALCULATOR_SETTINGS::CABLE_SIZE::currentDensityChoice |
Definition at line 98 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
int PCB_CALCULATOR_SETTINGS::CABLE_SIZE::diameterUnit |
Definition at line 94 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
int PCB_CALCULATOR_SETTINGS::CABLE_SIZE::frequencyUnit |
Definition at line 96 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
int PCB_CALCULATOR_SETTINGS::CABLE_SIZE::lengthUnit |
Definition at line 97 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().
int PCB_CALCULATOR_SETTINGS::CABLE_SIZE::linResUnit |
Definition at line 95 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().