|
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 68 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 323 of file search_pane_tab.cpp.
References m_handler, and m_listView.
| void SEARCH_PANE_TAB::Clear | ( | ) |
Definition at line 349 of file search_pane_tab.cpp.
References m_listView.
|
inline |
Definition at line 78 of file search_pane_tab.h.
References m_handler.
Referenced by SEARCH_PANE::OnLanguageChange().
| void SEARCH_PANE_TAB::RefreshColumnNames | ( | ) |
Definition at line 356 of file search_pane_tab.cpp.
References m_listView.
Referenced by SEARCH_PANE::OnLanguageChange().
| void SEARCH_PANE_TAB::Search | ( | wxString & | query | ) |
Definition at line 340 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 82 of file search_pane_tab.h.
Referenced by GetSearchHandler(), Search(), and SEARCH_PANE_TAB().
|
private |
Definition at line 81 of file search_pane_tab.h.
Referenced by Clear(), RefreshColumnNames(), Search(), and SEARCH_PANE_TAB().