|
KiCad PCB EDA Suite
|
#include <netclass_selector.h>
Public Member Functions | |
| NETCLASS_SELECTOR (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| void | SetBoard (BOARD *aBoard) |
| void | SetSelectedNetclass (const wxString &aName) |
| wxString | GetSelectedNetclass () |
| virtual void | SetStringList (const wxArrayString &aStringList) |
| virtual void | SetSelectedString (const wxString &aString) |
Protected Member Functions | |
| void | setFilterPopup (FILTER_COMBOPOPUP *aPopup) |
| void | onKeyDown (wxKeyEvent &aEvt) |
Protected Attributes | |
| FILTER_COMBOPOPUP * | m_filterPopup |
Private Attributes | |
| NETCLASS_SELECTOR_POPUP * | m_popup |
Definition at line 9 of file netclass_selector.h.
| NETCLASS_SELECTOR::NETCLASS_SELECTOR | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| long | style = 0 ) |
Definition at line 41 of file netclass_selector.cpp.
References FILTER_COMBOBOX::FILTER_COMBOBOX(), m_popup, and FILTER_COMBOBOX::setFilterPopup().
| wxString NETCLASS_SELECTOR::GetSelectedNetclass | ( | ) |
Definition at line 59 of file netclass_selector.cpp.
References m_popup.
|
protectedinherited |
Definition at line 502 of file filter_combobox.cpp.
References m_filterPopup.
Referenced by FILTER_COMBOBOX(), and ~FILTER_COMBOBOX().
| void NETCLASS_SELECTOR::SetBoard | ( | BOARD * | aBoard | ) |
Definition at line 49 of file netclass_selector.cpp.
References m_popup.
|
protectedinherited |
Definition at line 495 of file filter_combobox.cpp.
References m_filterPopup.
Referenced by AREA_SELECTOR::AREA_SELECTOR(), FILTER_COMBOBOX(), NET_SELECTOR::NET_SELECTOR(), NETCLASS_SELECTOR::NETCLASS_SELECTOR(), and SYMBOL_FILTER_COMBOBOX::SYMBOL_FILTER_COMBOBOX().
| void NETCLASS_SELECTOR::SetSelectedNetclass | ( | const wxString & | aName | ) |
Definition at line 54 of file netclass_selector.cpp.
References m_popup.
|
virtualinherited |
Reimplemented in NET_SELECTOR.
Definition at line 489 of file filter_combobox.cpp.
References m_filterPopup.
|
virtualinherited |
Definition at line 483 of file filter_combobox.cpp.
References m_filterPopup.
|
protectedinherited |
Definition at line 144 of file filter_combobox.h.
Referenced by FILTER_COMBOBOX(), FILTER_COMBOBOX(), onKeyDown(), setFilterPopup(), SetSelectedString(), and SetStringList().
|
private |
Definition at line 21 of file netclass_selector.h.
Referenced by GetSelectedNetclass(), NETCLASS_SELECTOR(), SetBoard(), and SetSelectedNetclass().