akonadi
tagfetchjob.cpp
const char * what() const
Returns the error message associated with this exception.
Definition exception.cpp:94
Definition job_p.h:32
static QByteArray tagFetchScopeToByteArray(const TagFetchScope &fetchScope)
Converts a given TagFetchScope object into a protocol representation.
Definition protocolhelper.cpp:468
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
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
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:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.