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

#include <unit_selector.h>

Inheritance diagram for UNIT_SELECTOR_LINEAR_RESISTANCE:
UNIT_SELECTOR

Public Member Functions

 UNIT_SELECTOR_LINEAR_RESISTANCE (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, const wxArrayString &choices, long style=0)
 
double GetUnitScale () override
 Function GetUnitScale.
 
wxString GetUnitName ()
 

Detailed Description

Definition at line 132 of file unit_selector.h.

Constructor & Destructor Documentation

◆ UNIT_SELECTOR_LINEAR_RESISTANCE()

UNIT_SELECTOR_LINEAR_RESISTANCE::UNIT_SELECTOR_LINEAR_RESISTANCE ( wxWindow * parent,
wxWindowID id,
const wxPoint & pos,
const wxSize & size,
const wxArrayString & choices,
long style = 0 )

Definition at line 175 of file unit_selector.cpp.

References UNIT_SELECTOR::UNIT_SELECTOR().

Member Function Documentation

◆ GetUnitName()

wxString UNIT_SELECTOR::GetUnitName ( )
inlineinherited

Definition at line 51 of file unit_selector.h.

◆ GetUnitScale()

double UNIT_SELECTOR_LINEAR_RESISTANCE::GetUnitScale ( )
overridevirtual

Function GetUnitScale.

Returns
the scaling factor to convert users units to normalized units ( ohm/m )

Implements UNIT_SELECTOR.

Definition at line 192 of file unit_selector.cpp.

References GetCurrentSelection(), UNIT_OHM_PER_1000FEET, UNIT_OHM_PER_FEET, UNIT_OHM_PER_KILOMETER, and UNIT_OHM_PER_METER.


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