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

Class SEARCH_PANE_BASE. More...

#include <search_pane_base.h>

Inheritance diagram for SEARCH_PANE_BASE:
SEARCH_PANE PCB_SEARCH_PANE SCH_SEARCH_PANE

Public Member Functions

 SEARCH_PANE_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~SEARCH_PANE_BASE ()
 

Protected Member Functions

virtual void OnSetFocus (wxFocusEvent &event)
 
virtual void OnSize (wxSizeEvent &event)
 
virtual void OnSearchTextEntry (wxCommandEvent &event)
 
virtual void OnNotebookPageChanged (wxNotebookEvent &event)
 

Protected Attributes

wxBoxSizer * m_sizerOuter
 
wxSearchCtrl * m_searchCtrl1
 
wxNotebook * m_notebook
 

Detailed Description

Class SEARCH_PANE_BASE.

Definition at line 29 of file search_pane_base.h.

Constructor & Destructor Documentation

◆ SEARCH_PANE_BASE()

SEARCH_PANE_BASE::SEARCH_PANE_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,-1 ),
long  style = wxTAB_TRAVERSAL,
const wxString &  name = wxEmptyString 
)

◆ ~SEARCH_PANE_BASE()

SEARCH_PANE_BASE::~SEARCH_PANE_BASE ( )

Member Function Documentation

◆ OnNotebookPageChanged()

virtual void SEARCH_PANE_BASE::OnNotebookPageChanged ( wxNotebookEvent &  event)
inlineprotectedvirtual

Definition at line 42 of file search_pane_base.h.

Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().

◆ OnSearchTextEntry()

virtual void SEARCH_PANE_BASE::OnSearchTextEntry ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in SEARCH_PANE.

Definition at line 41 of file search_pane_base.h.

Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().

◆ OnSetFocus()

virtual void SEARCH_PANE_BASE::OnSetFocus ( wxFocusEvent &  event)
inlineprotectedvirtual

Definition at line 39 of file search_pane_base.h.

Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().

◆ OnSize()

virtual void SEARCH_PANE_BASE::OnSize ( wxSizeEvent &  event)
inlineprotectedvirtual

Definition at line 40 of file search_pane_base.h.

Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().

Member Data Documentation

◆ m_notebook

◆ m_searchCtrl1

wxSearchCtrl* SEARCH_PANE_BASE::m_searchCtrl1
protected

◆ m_sizerOuter

wxBoxSizer* SEARCH_PANE_BASE::m_sizerOuter
protected

Definition at line 34 of file search_pane_base.h.

Referenced by SEARCH_PANE_BASE().


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