akonadi
subscriptionjob.cpp
void subscribe(const Collection::List &collections)
Subscribes to the given list of collections.
Definition: subscriptionjob.cpp:77
void doHandleResponse(const QByteArray &tag, const QByteArray &data)
This method should be reimplemented in the concrete jobs in case you want to handle incoming data...
Definition: subscriptionjob.cpp:98
SubscriptionJob(QObject *parent=0)
Creates a new subscription job.
Definition: subscriptionjob.cpp:68
QByteArray newTag()
Returns a new unique command tag for communication with the backend.
Job to manipulate the local subscription state of a set of collections.
Definition: subscriptionjob_p.h:35
Definition: job_p.h:31
void unsubscribe(const Collection::List &collections)
Unsubscribes from the given list of collections.
Definition: subscriptionjob.cpp:84
void doStart()
This method must be reimplemented in the concrete jobs.
Definition: subscriptionjob.cpp:91
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:54:59 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:54:59 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.