KiCad PCB EDA Suite
|
#include <unit_selector.h>
Public Member Functions | |
UNIT_SELECTOR_SPEED (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, const wxArrayString &choices, long style=0) | |
double | GetUnitScale () override |
Function GetUnitScale. | |
wxString | GetUnitName () |
Definition at line 190 of file unit_selector.h.
UNIT_SELECTOR_SPEED::UNIT_SELECTOR_SPEED | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
const wxArrayString & | choices, | ||
long | style = 0 |
||
) |
Definition at line 283 of file unit_selector.cpp.
References _.
|
inlineinherited |
Definition at line 51 of file unit_selector.h.
Referenced by PANEL_TRACK_WIDTH::TWDisplayValues().
|
overridevirtual |
Function GetUnitScale.
Implements UNIT_SELECTOR.
Definition at line 299 of file unit_selector.cpp.
References GetCurrentSelection(), UNIT_FEET_PER_SECOND, UNIT_KILOMETER_PER_HOUR, UNIT_METER_PER_SECOND, and UNIT_MILES_PER_HOUR.
Referenced by PANEL_WAVELENGTH::update().