A Dialog For Adding Reminders.
More...
|
| | 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...
|
| |
A Dialog For Adding Reminders.
Definition at line 17 of file ReminderDialog.cpp.
◆ 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 |
|
) |
| |
◆ OnCancelButton()
| void AddReminderDialog::OnCancelButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ OnSaveButton()
| void AddReminderDialog::OnSaveButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ RCancel
| wxButton* AddReminderDialog::RCancel |
|
private |
◆ RDateCtrl
| wxDatePickerCtrl* AddReminderDialog::RDateCtrl |
|
private |
◆ RDateText
| wxStaticText* AddReminderDialog::RDateText |
|
private |
◆ RNameCtrl
| wxTextCtrl* AddReminderDialog::RNameCtrl |
|
private |
◆ RNameText
| wxStaticText* AddReminderDialog::RNameText |
|
private |
◆ RSave
| wxButton* AddReminderDialog::RSave |
|
private |
◆ RTextCtrl
| wxTextCtrl* AddReminderDialog::RTextCtrl |
|
private |
The documentation for this class was generated from the following file: