KiCad PCB EDA Suite
|
#include <pin_shape_combobox.h>
Public Member Functions | |
PinShapeComboBox (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) | |
GRAPHIC_PINSHAPE | GetPinShapeSelection () |
void | SetSelection (GRAPHIC_PINSHAPE aShape) |
Definition at line 33 of file pin_shape_combobox.h.
PinShapeComboBox::PinShapeComboBox | ( | 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_shape_combobox.cpp.
References GRAPHIC_PINSHAPES_TOTAL, KiBitmapBundle(), PinShapeGetBitmap(), PinShapeGetText(), and text.
GRAPHIC_PINSHAPE PinShapeComboBox::GetPinShapeSelection | ( | ) |
Definition at line 61 of file pin_shape_combobox.cpp.
Referenced by DIALOG_PIN_PROPERTIES::OnPropertiesChange(), and DIALOG_PIN_PROPERTIES::TransferDataFromWindow().
void PinShapeComboBox::SetSelection | ( | GRAPHIC_PINSHAPE | aShape | ) |
Definition at line 67 of file pin_shape_combobox.cpp.
Referenced by DIALOG_PIN_PROPERTIES::TransferDataToWindow().