|
KiCad PCB EDA Suite
|
#include <wx_bitmap_combobox.h>
Public Member Functions | |
| WX_BITMAP_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[]=NULL, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxASCII_STR(wxBitmapComboBoxNameStr)) | |
| wxSize | DoGetBestSize () const override |
Definition at line 29 of file wx_bitmap_combobox.h.
| WX_BITMAP_COMBOBOX::WX_BITMAP_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[] = NULL, | ||
| long | style = 0, | ||
| const wxValidator & | validator = wxDefaultValidator, | ||
| const wxString & | name = wxASCII_STR( wxBitmapComboBoxNameStr ) ) |
Definition at line 27 of file wx_bitmap_combobox.cpp.
References name.
Referenced by PINSHAPE_COMBOBOX::PINSHAPE_COMBOBOX(), and PINTYPE_COMBOBOX::PINTYPE_COMBOBOX().
|
override |
Definition at line 36 of file wx_bitmap_combobox.cpp.