calendarsupport
#include <eventarchiver.h>
Signals | |
void | eventsDeleted () |
Public Member Functions | |
EventArchiver (QObject *parent=0) | |
virtual | ~EventArchiver () |
void | runAuto (const Akonadi::ETMCalendar::Ptr &calendar, Akonadi::IncidenceChanger *changer, QWidget *widget, bool withGUI) |
void | runOnce (const Akonadi::ETMCalendar::Ptr &calendar, Akonadi::IncidenceChanger *changer, const QDate &limitDate, QWidget *widget) |
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 53 of file eventarchiver.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 67 of file eventarchiver.cpp.
|
virtual |
Definition at line 72 of file eventarchiver.cpp.
Member Function Documentation
|
signal |
void EventArchiver::runAuto | ( | const Akonadi::ETMCalendar::Ptr & | calendar, |
Akonadi::IncidenceChanger * | changer, | ||
QWidget * | widget, | ||
bool | withGUI | ||
) |
Delete or archive events.
This is called regularly, when auto-archiving is enabled
- Parameters
-
calendar the calendar to archive widget parent widget for message boxes withGUI whether this is called from the dialog, so message boxes should be shown. Note that error dialogs like "cannot save" are shown even if from this method, so widget should be set in all cases.
Definition at line 83 of file eventarchiver.cpp.
void EventArchiver::runOnce | ( | const Akonadi::ETMCalendar::Ptr & | calendar, |
Akonadi::IncidenceChanger * | changer, | ||
const QDate & | limitDate, | ||
QWidget * | widget | ||
) |
Delete or archive events once.
- Parameters
-
calendar the calendar to archive limitDate all events before the limitDate (not included) will be deleted/archived. widget parent widget for message boxes Confirmation and "no events to process" dialogs will be shown
Definition at line 76 of file eventarchiver.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.