HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
SearchDialog Class Reference

03.24.2020 More...

Inheritance diagram for SearchDialog:

Public Member Functions

 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...
 

Protected Member Functions

void OnSearch (wxCommandEvent &evt)
 Searches For Matches Then Shows Them In SearchList. More...
 
void OnClose (wxCommandEvent &)
 Closes Dialog. More...
 

Protected Attributes

wxSearchCtrl * SearchCtrl
 
wxCheckBox * SearchBatches
 
wxCheckBox * SearchEggs
 
wxCheckBox * SearchSchedules
 
wxCheckBox * SearchGroups
 
wxCheckBox * SearchSettings
 
wxCheckBox * SearchReminders
 
wxListCtrl * SearchList
 
wxButton * SearchClose
 

Detailed Description

03.24.2020

Class SearchDialog

Definition at line 10 of file SearchDialog.cpp.

Constructor & Destructor Documentation

◆ 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 
)

Definition at line 36 of file SearchDialog.cpp.

◆ ~SearchDialog()

SearchDialog::~SearchDialog ( )

Deconstructor.

Definition at line 104 of file SearchDialog.cpp.

Member Function Documentation

◆ OnClose()

void SearchDialog::OnClose ( wxCommandEvent &  )
protected

Closes Dialog.

Definition at line 143 of file SearchDialog.cpp.

◆ OnSearch()

void SearchDialog::OnSearch ( wxCommandEvent &  evt)
protected

Searches For Matches Then Shows Them In SearchList.

Definition at line 109 of file SearchDialog.cpp.

Member Data Documentation

◆ SearchBatches

wxCheckBox* SearchDialog::SearchBatches
protected

Definition at line 16 of file SearchDialog.cpp.

◆ SearchClose

wxButton* SearchDialog::SearchClose
protected

Definition at line 23 of file SearchDialog.cpp.

◆ SearchCtrl

wxSearchCtrl* SearchDialog::SearchCtrl
protected

Definition at line 15 of file SearchDialog.cpp.

◆ SearchEggs

wxCheckBox* SearchDialog::SearchEggs
protected

Definition at line 17 of file SearchDialog.cpp.

◆ SearchGroups

wxCheckBox* SearchDialog::SearchGroups
protected

Definition at line 19 of file SearchDialog.cpp.

◆ SearchList

wxListCtrl* SearchDialog::SearchList
protected

Definition at line 22 of file SearchDialog.cpp.

◆ SearchReminders

wxCheckBox* SearchDialog::SearchReminders
protected

Definition at line 21 of file SearchDialog.cpp.

◆ SearchSchedules

wxCheckBox* SearchDialog::SearchSchedules
protected

Definition at line 18 of file SearchDialog.cpp.

◆ SearchSettings

wxCheckBox* SearchDialog::SearchSettings
protected

Definition at line 20 of file SearchDialog.cpp.


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