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
static QByteArray tagFetchScopeToByteArray(const TagFetchScope &fetchScope)
Converts a given TagFetchScope object into a protocol representation.
Definition: protocolhelper.cpp:468
int indexOf(char ch, int from) const
virtual void aboutToFinish()
This method is called right before result() and finished() signals are emitted.
QString fromUtf8(const char *str, int size)
Tag::List tags() const
Returns the fetched tags after the job has been completed.
Definition: tagfetchjob.cpp:169
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:142
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:94
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.