KCal Library
KCal::FreeBusyCache Class Reference
#include <freebusycache.h>
Public Member Functions | |
virtual | ~FreeBusyCache () |
virtual FreeBusy * | loadFreeBusy (const QString &email)=0 |
virtual bool | saveFreeBusy (FreeBusy *freebusy, const Person &person)=0 |
Detailed Description
An abstract base class to allow different implementations of storing free busy information, e.g.
local storage or storage on a Kolab server.
Definition at line 44 of file freebusycache.h.
Constructor & Destructor Documentation
virtual KCal::FreeBusyCache::~FreeBusyCache | ( | ) | [inline, virtual] |
Destructor.
Definition at line 50 of file freebusycache.h.
Member Function Documentation
virtual FreeBusy* KCal::FreeBusyCache::loadFreeBusy | ( | const QString & | ) | [pure virtual] |
Load freebusy information belonging to an email.
- Parameters:
-
email is a QString containing a email string in the "FirstName LastName <emailaddress>" format.
virtual bool KCal::FreeBusyCache::saveFreeBusy | ( | FreeBusy * | freebusy, |
const Person & | person | ||
) | [pure virtual] |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.