KiCad PCB EDA Suite
|
Class SEARCH_PANE_BASE. More...
#include <search_pane_base.h>
Public Member Functions | |
SEARCH_PANE_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(284, 110), 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 |
wxBitmapButton * | m_menuButton |
wxSearchCtrl * | m_searchCtrl1 |
wxNotebook * | m_notebook |
Class SEARCH_PANE_BASE.
Definition at line 33 of file search_pane_base.h.
SEARCH_PANE_BASE::SEARCH_PANE_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 284,110 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 12 of file search_pane_base.cpp.
References m_menuButton, m_notebook, m_searchCtrl1, m_sizerOuter, OnNotebookPageChanged(), OnSearchTextEntry(), OnSetFocus(), and OnSize().
SEARCH_PANE_BASE::~SEARCH_PANE_BASE | ( | ) |
Definition at line 48 of file search_pane_base.cpp.
References m_notebook, m_searchCtrl1, OnNotebookPageChanged(), OnSearchTextEntry(), OnSetFocus(), and OnSize().
|
inlineprotectedvirtual |
Definition at line 47 of file search_pane_base.h.
Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
inlineprotectedvirtual |
Reimplemented in SEARCH_PANE.
Definition at line 46 of file search_pane_base.h.
Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
inlineprotectedvirtual |
Definition at line 44 of file search_pane_base.h.
Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
inlineprotectedvirtual |
Definition at line 45 of file search_pane_base.h.
Referenced by SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
protected |
Definition at line 39 of file search_pane_base.h.
Referenced by SEARCH_PANE::SEARCH_PANE(), and SEARCH_PANE_BASE().
|
protected |
Definition at line 41 of file search_pane_base.h.
Referenced by SEARCH_PANE::AddSearcher(), SEARCH_PANE::GetCurrentTab(), SEARCH_PANE::OnLanguageChange(), PCB_SEARCH_PANE::PCB_SEARCH_PANE(), SCH_SEARCH_PANE::SCH_SEARCH_PANE(), SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
protected |
Definition at line 40 of file search_pane_base.h.
Referenced by SEARCH_PANE::FocusSearch(), SEARCH_PANE::OnLanguageChange(), SEARCH_PANE::OnSearchTextEntry(), SEARCH_PANE_BASE(), and ~SEARCH_PANE_BASE().
|
protected |
Definition at line 38 of file search_pane_base.h.
Referenced by SEARCH_PANE_BASE().