KiCad PCB EDA Suite
|
#include <search_pane_tab.h>
Public Member Functions | |
SEARCH_PANE_TAB (SEARCH_HANDLER *handler, wxWindow *parent, wxWindowID aId=wxID_ANY, const wxPoint &aLocation=wxDefaultPosition, const wxSize &aSize=wxDefaultSize) | |
void | Search (wxString &query) |
void | Clear () |
void | RefreshColumnNames () |
SEARCH_HANDLER * | GetSearchHandler () const |
Private Attributes | |
SEARCH_PANE_LISTVIEW * | m_listView |
SEARCH_HANDLER * | m_handler |
Definition at line 64 of file search_pane_tab.h.
SEARCH_PANE_TAB::SEARCH_PANE_TAB | ( | SEARCH_HANDLER * | handler, |
wxWindow * | parent, | ||
wxWindowID | aId = wxID_ANY , |
||
const wxPoint & | aLocation = wxDefaultPosition , |
||
const wxSize & | aSize = wxDefaultSize |
||
) |
Definition at line 226 of file search_pane_tab.cpp.
References m_listView.
void SEARCH_PANE_TAB::Clear | ( | ) |
Definition at line 252 of file search_pane_tab.cpp.
References m_listView.
|
inline |
Definition at line 75 of file search_pane_tab.h.
References m_handler.
Referenced by SEARCH_PANE::OnLanguageChange().
void SEARCH_PANE_TAB::RefreshColumnNames | ( | ) |
Definition at line 259 of file search_pane_tab.cpp.
References m_listView, and SEARCH_PANE_LISTVIEW::RefreshColumnNames().
Referenced by SEARCH_PANE::OnLanguageChange().
void SEARCH_PANE_TAB::Search | ( | wxString & | query | ) |
Definition at line 243 of file search_pane_tab.cpp.
References m_handler, m_listView, SEARCH_HANDLER::Search(), and SEARCH_PANE_LISTVIEW::Sort().
Referenced by SEARCH_PANE::OnNotebookPageChanged(), and SEARCH_PANE::RefreshSearch().
|
private |
Definition at line 79 of file search_pane_tab.h.
Referenced by GetSearchHandler(), and Search().
|
private |
Definition at line 78 of file search_pane_tab.h.
Referenced by Clear(), RefreshColumnNames(), Search(), and SEARCH_PANE_TAB().