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

A Dialog For Adding Schedule. More...

Inheritance diagram for AddScheduleDialog:

Public Member Functions

 AddScheduleDialog (wxWindow *parent, wxWindowID id=500, const wxString &title=wxT("Add Schedule"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU)
 Constructor. More...
 

Private Member Functions

void OnSaveButton (wxCommandEvent &)
 Adds A Schedule To The Database. More...
 
void OnCancelButton (wxCommandEvent &)
 Closes Dialog. More...
 

Private Attributes

wxTextCtrl * SchNameCtrl
 
wxStaticText * SchNameStat
 
wxDatePickerCtrl * SchDatePicker
 
wxStaticText * SchDateStat
 
wxButton * SchSaveButton
 
wxButton * SchCancelButton
 

Detailed Description

A Dialog For Adding Schedule.

Definition at line 22 of file ScheduleDialog.cpp.

Constructor & Destructor Documentation

◆ AddScheduleDialog()

AddScheduleDialog::AddScheduleDialog ( wxWindow *  parent,
wxWindowID  id = 500,
const wxString &  title = wxT("Add Schedule"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU 
)

Constructor.

Definition at line 39 of file ScheduleDialog.cpp.

Member Function Documentation

◆ OnCancelButton()

void AddScheduleDialog::OnCancelButton ( wxCommandEvent &  )
private

Closes Dialog.

Definition at line 99 of file ScheduleDialog.cpp.

◆ OnSaveButton()

void AddScheduleDialog::OnSaveButton ( wxCommandEvent &  )
private

Adds A Schedule To The Database.

Definition at line 102 of file ScheduleDialog.cpp.

Member Data Documentation

◆ SchCancelButton

wxButton* AddScheduleDialog::SchCancelButton
private

Definition at line 30 of file ScheduleDialog.cpp.

◆ SchDatePicker

wxDatePickerCtrl* AddScheduleDialog::SchDatePicker
private

Definition at line 27 of file ScheduleDialog.cpp.

◆ SchDateStat

wxStaticText* AddScheduleDialog::SchDateStat
private

Definition at line 28 of file ScheduleDialog.cpp.

◆ SchNameCtrl

wxTextCtrl* AddScheduleDialog::SchNameCtrl
private

Definition at line 25 of file ScheduleDialog.cpp.

◆ SchNameStat

wxStaticText* AddScheduleDialog::SchNameStat
private

Definition at line 26 of file ScheduleDialog.cpp.

◆ SchSaveButton

wxButton* AddScheduleDialog::SchSaveButton
private

Definition at line 29 of file ScheduleDialog.cpp.


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