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 76 of file pcb_calculator_settings.h.
wxString PCB_CALCULATOR_SETTINGS::CABLE_SIZE::conductorMaterialResitivity |
Definition at line 83 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 84 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 85 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 82 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 78 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 80 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 81 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 79 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().