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) | |
wxString | GetValue () const override |
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 | |
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 50 of file symbol_filter_combobox.cpp.
References m_selectorPopup, and FILTER_COMBOBOX::setFilterPopup().
|
override |
Definition at line 59 of file symbol_filter_combobox.cpp.
References FILTER_COMBOPOPUP::GetStringValue(), kNoParentSymbol(), and m_selectorPopup.
Referenced by DIALOG_LIB_NEW_SYMBOL::GetParentSymbolName(), and DIALOG_LIB_NEW_SYMBOL::onParentSymbolSelect().
|
protectedinherited |
Definition at line 490 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 483 of file filter_combobox.cpp.
References FILTER_COMBOBOX::m_filterPopup.
Referenced by FILTER_COMBOBOX::FILTER_COMBOBOX(), NET_SELECTOR::NET_SELECTOR(), and SYMBOL_FILTER_COMBOBOX().
|
virtualinherited |
Reimplemented in NET_SELECTOR.
Definition at line 477 of file filter_combobox.cpp.
References FILTER_COMBOBOX::m_filterPopup, and FILTER_COMBOPOPUP::SetSelectedString().
Referenced by DIALOG_LIB_NEW_SYMBOL::DIALOG_LIB_NEW_SYMBOL(), and DIALOG_LABEL_PROPERTIES::TransferDataToWindow().
|
virtualinherited |
Definition at line 471 of file filter_combobox.cpp.
References FILTER_COMBOBOX::m_filterPopup, and FILTER_COMBOPOPUP::SetStringList().
Referenced by DIALOG_LIB_NEW_SYMBOL::DIALOG_LIB_NEW_SYMBOL(), and DIALOG_LABEL_PROPERTIES::TransferDataToWindow().
|
protectedinherited |
Definition at line 144 of file filter_combobox.h.
Referenced by FILTER_COMBOBOX::FILTER_COMBOBOX(), FILTER_COMBOBOX::onKeyDown(), FILTER_COMBOBOX::setFilterPopup(), FILTER_COMBOBOX::SetSelectedString(), and FILTER_COMBOBOX::SetStringList().
|
protected |
Definition at line 43 of file symbol_filter_combobox.h.
Referenced by GetValue(), and SYMBOL_FILTER_COMBOBOX().