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

A Dialog For Adding Reminders. More...

Inheritance diagram for AddReminderDialog:

Public Member Functions

 AddReminderDialog (wxWindow *parent, wxWindowID id=500, const wxString &title=wxT("Add Reminder"), 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 Reminder To The Database. More...
 
void OnCancelButton (wxCommandEvent &)
 Closes Dialog. More...
 

Private Attributes

wxTextCtrl * RNameCtrl
 
wxStaticText * RNameText
 
wxDatePickerCtrl * RDateCtrl
 
wxStaticText * RDateText
 
wxTextCtrl * RTextCtrl
 
wxButton * RSave
 
wxButton * RCancel
 

Detailed Description

A Dialog For Adding Reminders.

Definition at line 17 of file ReminderDialog.cpp.

Constructor & Destructor Documentation

◆ AddReminderDialog()

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

Constructor.

Definition at line 35 of file ReminderDialog.cpp.

Member Function Documentation

◆ OnCancelButton()

void AddReminderDialog::OnCancelButton ( wxCommandEvent &  )
private

Closes Dialog.

Definition at line 97 of file ReminderDialog.cpp.

◆ OnSaveButton()

void AddReminderDialog::OnSaveButton ( wxCommandEvent &  )
private

Adds A Reminder To The Database.

Definition at line 100 of file ReminderDialog.cpp.

Member Data Documentation

◆ RCancel

wxButton* AddReminderDialog::RCancel
private

Definition at line 26 of file ReminderDialog.cpp.

◆ RDateCtrl

wxDatePickerCtrl* AddReminderDialog::RDateCtrl
private

Definition at line 22 of file ReminderDialog.cpp.

◆ RDateText

wxStaticText* AddReminderDialog::RDateText
private

Definition at line 23 of file ReminderDialog.cpp.

◆ RNameCtrl

wxTextCtrl* AddReminderDialog::RNameCtrl
private

Definition at line 20 of file ReminderDialog.cpp.

◆ RNameText

wxStaticText* AddReminderDialog::RNameText
private

Definition at line 21 of file ReminderDialog.cpp.

◆ RSave

wxButton* AddReminderDialog::RSave
private

Definition at line 25 of file ReminderDialog.cpp.

◆ RTextCtrl

wxTextCtrl* AddReminderDialog::RTextCtrl
private

Definition at line 24 of file ReminderDialog.cpp.


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