akonadi
Akonadi::FreeBusyProviderBasePrivate Class Reference
#include <freebusyproviderbase_p.h>
Inherits QObject, and QObject.
Signals | |
void | freeBusyRetrieved (const QString &email, const QString &freeBusy, bool success, const QString &errorText) |
void | freeBusyRetrieved (const QString &email, const QString &freeBusy, bool success, const QString &errorText) |
void | handlesFreeBusy (const QString &email, bool handles) |
void | handlesFreeBusy (const QString &email, bool handles) |
Public Member Functions | |
FreeBusyProviderBasePrivate (FreeBusyProviderBase *qq) | |
FreeBusyProviderBasePrivate (FreeBusyProviderBase *qq) | |
Detailed Description
This class implements the D-Bus interface of FreeBusyProviderBase
- Since
- 4.7
Definition at line 38 of file calendar/freebusyproviderbase_p.h.
Member Function Documentation
|
signal |
This signal gets emitted when the resource answered the free-busy retrieval request.
- Parameters
-
email The email address of the contact the resource answers for. freeBusy The free-busy data in iCal format. success Whether the retrieval was successful or not. errorText A human friendly error message in case something went wrong.
|
signal |
This signal gets emitted when the resource answered the free-busy retrieval request.
- Parameters
-
email The email address of the contact the resource answers for. freeBusy The free-busy data in iCal format. success Whether the retrieval was successful or not. errorText A human friendly error message in case something went wrong.
|
signal |
This signal gets emitted when the resource answered the free-busy handling request.
- Parameters
-
email The email address of the contact the resource answered for. handles Whether the resource handles free-busy information (true) or not (false).
|
signal |
This signal gets emitted when the resource answered the free-busy handling request.
- Parameters
-
email The email address of the contact the resource answered for. handles Whether the resource handles free-busy information (true) or not (false).
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 23:00:29 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 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.