KiCad PCB EDA Suite
|
#include <pin_type_combobox.h>
Public Member Functions | |
PinTypeComboBox (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) |
Definition at line 34 of file pin_type_combobox.h.
PinTypeComboBox::PinTypeComboBox | ( | 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 34 of file pin_type_combobox.cpp.
References ELECTRICAL_PINTYPES_TOTAL, ElectricalPinTypeGetBitmap(), ElectricalPinTypeGetText(), KiBitmapBundle(), and text.
ELECTRICAL_PINTYPE PinTypeComboBox::GetPinTypeSelection | ( | ) |
Definition at line 61 of file pin_type_combobox.cpp.
Referenced by DIALOG_PIN_PROPERTIES::OnPropertiesChange(), and DIALOG_PIN_PROPERTIES::TransferDataFromWindow().
void PinTypeComboBox::SetSelection | ( | ELECTRICAL_PINTYPE | aType | ) |
Definition at line 67 of file pin_type_combobox.cpp.
Referenced by DIALOG_PIN_PROPERTIES::TransferDataToWindow().