KiCad PCB EDA Suite
|
#include <unit_selector.h>
Public Member Functions | |
UNIT_SELECTOR (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, const wxArrayString &choices, long style=0) | |
virtual double | GetUnitScale ()=0 |
Function GetUnitScale. | |
wxString | GetUnitName () |
Definition at line 34 of file unit_selector.h.
|
inline |
Definition at line 37 of file unit_selector.h.
|
inline |
Definition at line 51 of file unit_selector.h.
Referenced by PANEL_TRACK_WIDTH::TWDisplayValues().
|
pure virtual |
Function GetUnitScale.
Implemented in UNIT_SELECTOR_LEN, UNIT_SELECTOR_THICKNESS, UNIT_SELECTOR_FREQUENCY, UNIT_SELECTOR_ANGLE, UNIT_SELECTOR_RESISTOR, UNIT_SELECTOR_LINEAR_RESISTANCE, UNIT_SELECTOR_LEN_CABLE, UNIT_SELECTOR_VOLTAGE, UNIT_SELECTOR_POWER, UNIT_SELECTOR_SPEED, and UNIT_SELECTOR_TIME.
Referenced by PANEL_TRANSLINE::TransfDlgDataToTranslineParams().