| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pintype_combobox.h>
  
Public Member Functions | |
| PINTYPE_COMBOBOX (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=nullptr, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxBitmapComboBoxNameStr) | |
| ELECTRICAL_PINTYPE | GetPinTypeSelection () | 
| void | SetSelection (ELECTRICAL_PINTYPE aType) | 
| wxSize | DoGetBestSize () const override | 
Definition at line 28 of file pintype_combobox.h.
| PINTYPE_COMBOBOX::PINTYPE_COMBOBOX | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxString & | value = wxEmptyString, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| int | n = 0, | ||
| const wxString | choices[] = nullptr, | ||
| long | style = 0, | ||
| const wxValidator & | validator = wxDefaultValidator, | ||
| const wxString & | name = wxBitmapComboBoxNameStr ) | 
Definition at line 29 of file pintype_combobox.cpp.
References ELECTRICAL_PINTYPES_TOTAL, ElectricalPinTypeGetBitmap(), ElectricalPinTypeGetText(), INVALID_BITMAP, KiBitmapBundle(), name, text, and WX_BITMAP_COMBOBOX::WX_BITMAP_COMBOBOX().
      
  | 
  overrideinherited | 
Definition at line 36 of file wx_bitmap_combobox.cpp.
| ELECTRICAL_PINTYPE PINTYPE_COMBOBOX::GetPinTypeSelection | ( | ) | 
Definition at line 50 of file pintype_combobox.cpp.
| void PINTYPE_COMBOBOX::SetSelection | ( | ELECTRICAL_PINTYPE | aType | ) | 
Definition at line 56 of file pintype_combobox.cpp.