| 
    KiCad PCB EDA Suite
    
   | 
 
#include <unit_selector.h>
  
Public Member Functions | |
| UNIT_SELECTOR_FREQUENCY (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 87 of file unit_selector.h.
| UNIT_SELECTOR_FREQUENCY::UNIT_SELECTOR_FREQUENCY | ( | wxWindow * | parent, | 
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| const wxArrayString & | choices, | ||
| long | style = 0 ) | 
Definition at line 95 of file unit_selector.cpp.
References _, and UNIT_SELECTOR::UNIT_SELECTOR().
      
  | 
  inlineinherited | 
Definition at line 51 of file unit_selector.h.
      
  | 
  overridevirtual | 
Function GetUnitScale.
Implements UNIT_SELECTOR.
Definition at line 111 of file unit_selector.cpp.
References GetCurrentSelection(), UNIT_GHZ, UNIT_KHZ, and UNIT_MHZ.