03.24.2020
More...
|
| SearchDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(503, 395), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) |
|
| ~SearchDialog () |
| Deconstructor. More...
|
|
|
void | OnSearch (wxCommandEvent &evt) |
| Searches For Matches Then Shows Them In SearchList. More...
|
|
void | OnClose (wxCommandEvent &) |
| Closes Dialog. More...
|
|
03.24.2020
Class SearchDialog
Definition at line 10 of file SearchDialog.cpp.
◆ SearchDialog()
SearchDialog::SearchDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxString & |
title = wxEmptyString , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize( 503,395 ) , |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER |
|
) |
| |
◆ ~SearchDialog()
SearchDialog::~SearchDialog |
( |
| ) |
|
◆ OnClose()
void SearchDialog::OnClose |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnSearch()
void SearchDialog::OnSearch |
( |
wxCommandEvent & |
evt | ) |
|
|
protected |
Searches For Matches Then Shows Them In SearchList.
Definition at line 109 of file SearchDialog.cpp.
◆ SearchBatches
wxCheckBox* SearchDialog::SearchBatches |
|
protected |
◆ SearchClose
wxButton* SearchDialog::SearchClose |
|
protected |
◆ SearchCtrl
wxSearchCtrl* SearchDialog::SearchCtrl |
|
protected |
◆ SearchEggs
wxCheckBox* SearchDialog::SearchEggs |
|
protected |
◆ SearchGroups
wxCheckBox* SearchDialog::SearchGroups |
|
protected |
◆ SearchList
wxListCtrl* SearchDialog::SearchList |
|
protected |
◆ SearchReminders
wxCheckBox* SearchDialog::SearchReminders |
|
protected |
◆ SearchSchedules
wxCheckBox* SearchDialog::SearchSchedules |
|
protected |
◆ SearchSettings
wxCheckBox* SearchDialog::SearchSettings |
|
protected |
The documentation for this class was generated from the following file: