KiCad PCB EDA Suite
|
#include <symbol_filter_combobox.h>
Public Member Functions | |
SYMBOL_FILTER_COMBOBOX (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
void | SetSymbolList (const wxArrayString &aSymbolList) |
void | SetSelectedSymbol (const wxString &aSymbolName) |
Protected Member Functions | |
void | setFilterPopup (std::unique_ptr< FILTER_COMBOPOPUP > aPopup) |
void | onKeyDown (wxKeyEvent &aEvt) |
Protected Attributes | |
SYMBOL_FILTER_COMBOPOPUP * | m_selectorPopup |
FILTER_COMBOPOPUP * | m_filterPopup |
Definition at line 32 of file symbol_filter_combobox.h.
SYMBOL_FILTER_COMBOBOX::SYMBOL_FILTER_COMBOBOX | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = 0 |
||
) |
Definition at line 84 of file symbol_filter_combobox.cpp.
References m_selectorPopup, and FILTER_COMBOBOX::setFilterPopup().
|
protectedinherited |
Definition at line 413 of file filter_combobox.cpp.
References FILTER_COMBOBOX::m_filterPopup, and FILTER_COMBOPOPUP::OnStartingKey().
Referenced by FILTER_COMBOBOX::FILTER_COMBOBOX(), and FILTER_COMBOBOX::~FILTER_COMBOBOX().
|
protectedinherited |
Definition at line 406 of file filter_combobox.cpp.
References FILTER_COMBOBOX::m_filterPopup.
Referenced by NET_SELECTOR::NET_SELECTOR(), and SYMBOL_FILTER_COMBOBOX().
void SYMBOL_FILTER_COMBOBOX::SetSelectedSymbol | ( | const wxString & | aSymbolName | ) |
Definition at line 100 of file symbol_filter_combobox.cpp.
References m_selectorPopup, and SYMBOL_FILTER_COMBOPOPUP::SetSelectedSymbol().
Referenced by DIALOG_LIB_NEW_SYMBOL::DIALOG_LIB_NEW_SYMBOL().
void SYMBOL_FILTER_COMBOBOX::SetSymbolList | ( | const wxArrayString & | aSymbolList | ) |
Definition at line 94 of file symbol_filter_combobox.cpp.
References m_selectorPopup, and SYMBOL_FILTER_COMBOPOPUP::SetSymbolList().
Referenced by DIALOG_LIB_NEW_SYMBOL::DIALOG_LIB_NEW_SYMBOL().
|
protectedinherited |
Definition at line 126 of file filter_combobox.h.
Referenced by FILTER_COMBOBOX::onKeyDown(), and FILTER_COMBOBOX::setFilterPopup().
|
protected |
Definition at line 45 of file symbol_filter_combobox.h.
Referenced by SetSelectedSymbol(), SetSymbolList(), and SYMBOL_FILTER_COMBOBOX().