|
KiCad PCB EDA Suite
|
#include <area_selector.h>
Public Member Functions | |
| AREA_SELECTOR (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| void | SetBoard (BOARD *aBoard) |
| void | SetSelectedArea (const wxString &aName) |
| wxString | GetSelectedArea () |
| 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 | |
| AREA_SELECTOR_POPUP * | m_popup |
Definition at line 9 of file area_selector.h.
| AREA_SELECTOR::AREA_SELECTOR | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| long | style = 0 ) |
Definition at line 40 of file area_selector.cpp.
References FILTER_COMBOBOX::FILTER_COMBOBOX(), m_popup, and FILTER_COMBOBOX::setFilterPopup().
| wxString AREA_SELECTOR::GetSelectedArea | ( | ) |
Definition at line 58 of file area_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 AREA_SELECTOR::SetBoard | ( | BOARD * | aBoard | ) |
Definition at line 48 of file area_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 AREA_SELECTOR::SetSelectedArea | ( | const wxString & | aName | ) |
Definition at line 53 of file area_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 20 of file area_selector.h.
Referenced by AREA_SELECTOR(), GetSelectedArea(), SetBoard(), and SetSelectedArea().