KiCad PCB EDA Suite
|
#include <pinshape_combobox.h>
Public Member Functions | |
PINSHAPE_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) | |
GRAPHIC_PINSHAPE | GetPinShapeSelection () |
void | SetSelection (GRAPHIC_PINSHAPE aShape) |
wxSize | DoGetBestSize () const override |
Definition at line 28 of file pinshape_combobox.h.
PINSHAPE_COMBOBOX::PINSHAPE_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 pinshape_combobox.cpp.
References GRAPHIC_PINSHAPES_TOTAL, INVALID_BITMAP, KiBitmapBundle(), name, PinShapeGetBitmap(), PinShapeGetText(), text, and WX_BITMAP_COMBOBOX::WX_BITMAP_COMBOBOX().
|
overrideinherited |
Definition at line 36 of file wx_bitmap_combobox.cpp.
GRAPHIC_PINSHAPE PINSHAPE_COMBOBOX::GetPinShapeSelection | ( | ) |
Definition at line 50 of file pinshape_combobox.cpp.
void PINSHAPE_COMBOBOX::SetSelection | ( | GRAPHIC_PINSHAPE | aShape | ) |
Definition at line 56 of file pinshape_combobox.cpp.