EventArchiver Class Reference
This class handles expiring and archiving of events. More...
#include <eventarchiver.h>
Inherits QObject.
Signals
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.
Member Function Documentation
|
Delete or archive events once.
|
|
Delete or archive events. This is called regularly, when auto-archiving is enabled
|
The documentation for this class was generated from the following files:
- eventarchiver.h
- eventarchiver.cpp