A Dialog For Managing Reminders.
More...
|
| ReminderDialog (wxWindow *parent, wxWindowID id=500, const wxString &title=wxT("Reminders"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 500), long style=wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxRESIZE_BORDER) |
| Constructor. More...
|
|
A Dialog For Managing Reminders.
Definition at line 160 of file ReminderDialog.cpp.
◆ ReminderDialog()
ReminderDialog::ReminderDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = 500 , |
|
|
const wxString & |
title = wxT("Reminders") , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize( 500,500 ) , |
|
|
long |
style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU|wxRESIZE_BORDER |
|
) |
| |
◆ OnRAddButton()
void ReminderDialog::OnRAddButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ OnRCloseButton()
void ReminderDialog::OnRCloseButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ OnRRemvButton()
void ReminderDialog::OnRRemvButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ OnRSelect()
void ReminderDialog::OnRSelect |
( |
wxListEvent & |
evt | ) |
|
|
private |
◆ OnRUnselect()
void ReminderDialog::OnRUnselect |
( |
wxListEvent & |
evt | ) |
|
|
private |
◆ ShowRemind()
void ReminderDialog::ShowRemind |
( |
bool |
Scan | ) |
|
|
private |
Populates The Reminder List With Reminders.
- Parameters
-
Scan | Wheither Reminders Need to Rescaned Before Showing |
Definition at line 271 of file ReminderDialog.cpp.
◆ RAdd
wxButton* ReminderDialog::RAdd |
|
private |
◆ RClose
wxButton* ReminderDialog::RClose |
|
private |
◆ RListView
wxListView* ReminderDialog::RListView |
|
private |
◆ RRemv
wxButton* ReminderDialog::RRemv |
|
private |
The documentation for this class was generated from the following file: