EventArchiver Class Reference
This class handles expiring and archiving of events. More...
#include <eventarchiver.h>
Inheritance diagram for EventArchiver:

Signals | |
void | eventsDeleted () |
Public Member Functions | |
EventArchiver (QObject *parent=0, const char *name=0) | |
void | runOnce (Calendar *calendar, const QDate &limitDate, QWidget *widget) |
void | runAuto (Calendar *calendar, QWidget *widget, bool withGUI) |
Detailed Description
This class handles expiring and archiving of events.It is used directly by the archivedialog, and it is also triggered by actionmanager's timer for auto-archiving.
The settings are not held in this class, but directly in KOPrefs (from korganizer.kcfg) Be sure to set mArchiveAction and mArchiveFile before a manual archiving mAutoArchive is used for auto archiving.
Definition at line 46 of file eventarchiver.h.
Member Function Documentation
|
Delete or archive events once.
Definition at line 47 of file eventarchiver.cpp. References runOnce(). Referenced by runOnce(). |
|
Delete or archive events. This is called regularly, when auto-archiving is enabled
Definition at line 52 of file eventarchiver.cpp. References runAuto(). Referenced by runAuto(), and ActionManager::slotAutoArchive(). |
The documentation for this class was generated from the following files: