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(), KiBitmapBundle(), and text.
|
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.
Referenced by DIALOG_PIN_PROPERTIES::OnPropertiesChange(), and DIALOG_PIN_PROPERTIES::TransferDataFromWindow().
void PINTYPE_COMBOBOX::SetSelection | ( | ELECTRICAL_PINTYPE | aType | ) |
Definition at line 56 of file pintype_combobox.cpp.
Referenced by DIALOG_PIN_PROPERTIES::TransferDataToWindow().