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

A Dialog For Managing Reminders. More...

Inheritance diagram for ReminderDialog:

Public Member Functions

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

Private Member Functions

void OnRSelect (wxListEvent &evt)
 
void OnRUnselect (wxListEvent &evt)
 
void OnRAddButton (wxCommandEvent &)
 Adds A Reminder To The Database. More...
 
void OnRCloseButton (wxCommandEvent &)
 Closes Dialog. More...
 
void OnRRemvButton (wxCommandEvent &)
 Deletes The Selected Reminder From The Database. More...
 
void ShowRemind (bool Scan)
 

Private Attributes

wxButton * RAdd
 
wxButton * RRemv
 
wxButton * RClose
 
wxListView * RListView
 

Detailed Description

A Dialog For Managing Reminders.

Definition at line 160 of file ReminderDialog.cpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 179 of file ReminderDialog.cpp.

Member Function Documentation

◆ OnRAddButton()

void ReminderDialog::OnRAddButton ( wxCommandEvent &  )
private

Adds A Reminder To The Database.

Definition at line 229 of file ReminderDialog.cpp.

◆ OnRCloseButton()

void ReminderDialog::OnRCloseButton ( wxCommandEvent &  )
private

Closes Dialog.

Definition at line 226 of file ReminderDialog.cpp.

◆ OnRRemvButton()

void ReminderDialog::OnRRemvButton ( wxCommandEvent &  )
private

Deletes The Selected Reminder From The Database.

Definition at line 239 of file ReminderDialog.cpp.

◆ OnRSelect()

void ReminderDialog::OnRSelect ( wxListEvent &  evt)
private

Definition at line 292 of file ReminderDialog.cpp.

◆ OnRUnselect()

void ReminderDialog::OnRUnselect ( wxListEvent &  evt)
private

Definition at line 296 of file ReminderDialog.cpp.

◆ ShowRemind()

void ReminderDialog::ShowRemind ( bool  Scan)
private

Populates The Reminder List With Reminders.

Parameters
ScanWheither Reminders Need to Rescaned Before Showing

Definition at line 271 of file ReminderDialog.cpp.

Member Data Documentation

◆ RAdd

wxButton* ReminderDialog::RAdd
private

Definition at line 163 of file ReminderDialog.cpp.

◆ RClose

wxButton* ReminderDialog::RClose
private

Definition at line 165 of file ReminderDialog.cpp.

◆ RListView

wxListView* ReminderDialog::RListView
private

Definition at line 166 of file ReminderDialog.cpp.

◆ RRemv

wxButton* ReminderDialog::RRemv
private

Definition at line 164 of file ReminderDialog.cpp.


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