KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SEARCH_PANE_TAB Class Reference

#include <search_pane_tab.h>

Inheritance diagram for SEARCH_PANE_TAB:

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_HANDLERGetSearchHandler () const
 

Private Attributes

SEARCH_PANE_LISTVIEWm_listView
 
SEARCH_HANDLERm_handler
 

Detailed Description

Definition at line 64 of file search_pane_tab.h.

Constructor & Destructor Documentation

◆ SEARCH_PANE_TAB()

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 211 of file search_pane_tab.cpp.

References m_listView.

Member Function Documentation

◆ Clear()

void SEARCH_PANE_TAB::Clear ( )

Definition at line 237 of file search_pane_tab.cpp.

References m_listView.

◆ GetSearchHandler()

SEARCH_HANDLER * SEARCH_PANE_TAB::GetSearchHandler ( ) const
inline

Definition at line 75 of file search_pane_tab.h.

References m_handler.

Referenced by SEARCH_PANE::OnLanguageChange().

◆ RefreshColumnNames()

void SEARCH_PANE_TAB::RefreshColumnNames ( )

◆ Search()

void SEARCH_PANE_TAB::Search ( wxString &  query)

Member Data Documentation

◆ m_handler

SEARCH_HANDLER* SEARCH_PANE_TAB::m_handler
private

Definition at line 79 of file search_pane_tab.h.

Referenced by GetSearchHandler(), and Search().

◆ m_listView

SEARCH_PANE_LISTVIEW* SEARCH_PANE_TAB::m_listView
private

Definition at line 78 of file search_pane_tab.h.

Referenced by Clear(), RefreshColumnNames(), Search(), and SEARCH_PANE_TAB().


The documentation for this class was generated from the following files: