kpilot
DatebookWidget Class Reference
#include <datebookWidget.h>
Public Member Functions | |
DatebookWidget (QWidget *parent, const QString &dbpath) | |
void | hideComponent () |
void | showComponent () |
virtual | ~DatebookWidget () |
Protected Slots | |
void | slotAddEvent () |
void | slotDayChanged () |
void | slotDeleteEvent () |
void | slotEditEvent () |
Detailed Description
Definition at line 39 of file datebookWidget.h.
Constructor & Destructor Documentation
Definition at line 44 of file datebookWidget.cc.
DatebookWidget::~DatebookWidget | ( | ) | [virtual] |
Definition at line 86 of file datebookWidget.cc.
Member Function Documentation
void DatebookWidget::hideComponent | ( | ) | [virtual] |
Called when the component is hidden in kpilot.
It should unload the databases and clean up to save memory. This method can be called even if the component is not visible. If there are some editing dlgs open, this needs to be deferred until they are all closed. Then, one can explicitly call hideComponent().
Reimplemented from PilotComponent.
Definition at line 101 of file datebookWidget.cc.
void DatebookWidget::showComponent | ( | ) | [virtual] |
Called when the component is shown in kpilot.
It should load the database and populate the widgets.
Reimplemented from PilotComponent.
Definition at line 92 of file datebookWidget.cc.
void DatebookWidget::slotAddEvent | ( | ) | [protected, slot] |
Definition at line 115 of file datebookWidget.cc.
void DatebookWidget::slotDayChanged | ( | ) | [protected, slot] |
Definition at line 109 of file datebookWidget.cc.
void DatebookWidget::slotDeleteEvent | ( | ) | [protected, slot] |
Definition at line 127 of file datebookWidget.cc.
void DatebookWidget::slotEditEvent | ( | ) | [protected, slot] |
Definition at line 121 of file datebookWidget.cc.
The documentation for this class was generated from the following files: