KiCad PCB EDA Suite
|
A combobox that has a filterable popup. More...
#include <filter_combobox.h>
Public Member Functions | |
FILTER_COMBOBOX (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
~FILTER_COMBOBOX () | |
Protected Member Functions | |
void | setFilterPopup (std::unique_ptr< FILTER_COMBOPOPUP > aPopup) |
void | onKeyDown (wxKeyEvent &aEvt) |
Protected Attributes | |
FILTER_COMBOPOPUP * | m_filterPopup |
A combobox that has a filterable popup.
Useful when the list of items is long and you want the user to be able to filter it by typing.
Definition at line 113 of file filter_combobox.h.
FILTER_COMBOBOX::FILTER_COMBOBOX | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = 0 |
||
) |
Definition at line 389 of file filter_combobox.cpp.
References onKeyDown().
FILTER_COMBOBOX::~FILTER_COMBOBOX | ( | ) |
Definition at line 400 of file filter_combobox.cpp.
References onKeyDown().
|
protected |
Definition at line 413 of file filter_combobox.cpp.
References m_filterPopup, and FILTER_COMBOPOPUP::OnStartingKey().
Referenced by FILTER_COMBOBOX(), and ~FILTER_COMBOBOX().
|
protected |
Definition at line 406 of file filter_combobox.cpp.
References m_filterPopup.
Referenced by NET_SELECTOR::NET_SELECTOR(), and SYMBOL_FILTER_COMBOBOX::SYMBOL_FILTER_COMBOBOX().
|
protected |
Definition at line 126 of file filter_combobox.h.
Referenced by onKeyDown(), and setFilterPopup().