KCalCore Library
KCalCore::FreeBusyCache Class Referenceabstract
#include <freebusycache.h>
Public Member Functions | |
virtual | ~FreeBusyCache () |
virtual FreeBusy::Ptr | loadFreeBusy (const QString &email)=0 |
virtual bool | saveFreeBusy (const FreeBusy::Ptr &freebusy, const Person::Ptr &person)=0 |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
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 47 of file freebusycache.h.
Constructor & Destructor Documentation
|
virtual |
Destructor.
Definition at line 33 of file freebusycache.cpp.
Member Function Documentation
|
pure virtual |
Load freebusy information belonging to an email.
- Parameters
-
email is a QString containing a email string in the "FirstName LastName <emailaddress>" format.
|
pure virtual |
|
protectedvirtual |
Standard trick to add virtuals later.
- Parameters
-
id is any integer unique to this class which we will use to identify the method to be called. data is a pointer to some glob of data, typically a struct. TODO_KDE5: change from int to VirtualHook type.
Definition at line 37 of file freebusycache.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.