akonadi
kcal/freebusyproviderbase.cpp
50 void FreeBusyProviderBasePrivate::retrieveFreeBusy(const QString &email, const QString &_start, const QString &_end)
72 void FreeBusyProviderBase::freeBusyRetrieved(const QString &email, const QString &freeBusy, bool success, const QString &errorText)
virtual ~FreeBusyProviderBase()
Destroys a FreeBusyProvider.
Definition: calendar/freebusyproviderbase.cpp:61
void handlesFreeBusy(const QString &email, bool handles) const
Derivate classes must call this method once they know if they handle free-busy information for the co...
Definition: calendar/freebusyproviderbase.cpp:66
Base class for resources providing free-busy information.
Definition: calendar/freebusyproviderbase.h:54
FreeBusyProviderBase()
Creates a new FreeBusyProvider.
Definition: calendar/freebusyproviderbase.cpp:56
void freeBusyRetrieved(const QString &email, const QString &freeBusy, bool success, const QString &errorText=QString())
Derivate classes must call this method to notify the requestor that the result is here...
Definition: calendar/freebusyproviderbase.cpp:71
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:35:28 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:35:28 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.