akonadi
tagfetchjob.cpp
virtual void doStart()
This method must be reimplemented in the concrete jobs.
Definition: tagfetchjob.cpp:120
Specifies which parts of a tag should be fetched from the Akonadi storage.
Definition: tagfetchscope.h:33
virtual void aboutToFinish()
This method is called right before result() and finished() signals are emitted.
Tag::List tags() const
Returns the fetched tags after the job has been completed.
Definition: tagfetchjob.cpp:173
static QByteArray encodePartIdentifier(PartNamespace ns, const QByteArray &label, int version=0)
Encodes part label and namespace.
Definition: protocolhelper.cpp:226
virtual 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: tagfetchjob.cpp:146
Definition: job_p.h:31
void setFetchScope(const TagFetchScope &fetchScope)
Sets the tag fetch scope.
Definition: tagfetchjob.cpp:108
TagFetchJob(QObject *parent=0)
Constructs a new tag fetch job that retrieves all tags stored in Akonadi.
Definition: tagfetchjob.cpp:75
const char * what() const
Returns the error message associated with this exception.
Definition: exception.cpp:92
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:56 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:56 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.