akonadi
tagfetchjob.h
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 tagsReceived(const Akonadi::Tag::List &tags)
This signal is emitted whenever new tags have been fetched completely.
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-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.