KiCad PCB EDA Suite
|
#include <pcb_calculator_settings.h>
Public Attributes | |
int | diameterUnit |
int | linResUnit |
int | frequencyUnit |
int | lengthUnit |
wxString | conductorMaterialResitivity |
wxString | conductorTemperature |
wxString | conductorThermalCoef |
Definition at line 65 of file pcb_calculator_settings.h.
wxString PCB_CALCULATOR_SETTINGS::CABLE_SIZE::conductorMaterialResitivity |
Definition at line 71 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 72 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 73 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 67 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 69 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 70 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 68 of file pcb_calculator_settings.h.
Referenced by PANEL_CABLE_SIZE::LoadSettings(), PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS(), and PANEL_CABLE_SIZE::SaveSettings().