korganizer
EventArchiver Class Reference
#include <eventarchiver.h>
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 47 of file eventarchiver.h.
Signals | |
void | eventsDeleted () |
Public Member Functions | |
EventArchiver (QObject *parent=0, const char *name=0) | |
virtual | ~EventArchiver () |
void | runOnce (Calendar *calendar, const QDate &limitDate, QWidget *widget) |
void | runAuto (Calendar *calendar, QWidget *widget, bool withGUI) |
Member Function Documentation
|
Delete or archive events. This is called regularly, when auto-archiving is enabled
Definition at line 53 of file eventarchiver.cpp. |
|
Delete or archive events once.
Definition at line 48 of file eventarchiver.cpp. |
The documentation for this class was generated from the following files: