|
KiCad PCB EDA Suite
|
#include <search_pane_tab.h>
Public Member Functions | |
| SEARCH_PANE_TAB (const std::shared_ptr< SEARCH_HANDLER > &aHandler, wxWindow *parent, wxWindowID aId=wxID_ANY, const wxPoint &aLocation=wxDefaultPosition, const wxSize &aSize=wxDefaultSize) | |
| void | Search (wxString &query) |
| void | Clear () |
| void | RefreshColumnNames () |
| std::shared_ptr< SEARCH_HANDLER > | GetSearchHandler () const |
Private Attributes | |
| SEARCH_PANE_LISTVIEW * | m_listView |
| std::shared_ptr< SEARCH_HANDLER > | m_handler |
Definition at line 64 of file search_pane_tab.h.
| SEARCH_PANE_TAB::SEARCH_PANE_TAB | ( | const std::shared_ptr< SEARCH_HANDLER > & | aHandler, |
| wxWindow * | parent, | ||
| wxWindowID | aId = wxID_ANY, | ||
| const wxPoint & | aLocation = wxDefaultPosition, | ||
| const wxSize & | aSize = wxDefaultSize ) |
Definition at line 296 of file search_pane_tab.cpp.
References m_handler, and m_listView.
| void SEARCH_PANE_TAB::Clear | ( | ) |
Definition at line 322 of file search_pane_tab.cpp.
References m_listView.
|
inline |
Definition at line 74 of file search_pane_tab.h.
References m_handler.
Referenced by SEARCH_PANE::OnLanguageChange().
| void SEARCH_PANE_TAB::RefreshColumnNames | ( | ) |
Definition at line 329 of file search_pane_tab.cpp.
References m_listView.
Referenced by SEARCH_PANE::OnLanguageChange().
| void SEARCH_PANE_TAB::Search | ( | wxString & | query | ) |
Definition at line 313 of file search_pane_tab.cpp.
References m_handler, and m_listView.
Referenced by SEARCH_PANE::OnNotebookPageChanged(), and SEARCH_PANE::RefreshSearch().
|
private |
Definition at line 78 of file search_pane_tab.h.
Referenced by GetSearchHandler(), Search(), and SEARCH_PANE_TAB().
|
private |
Definition at line 77 of file search_pane_tab.h.
Referenced by Clear(), RefreshColumnNames(), Search(), and SEARCH_PANE_TAB().