Akonadi
tagfetchscope.cpp
Specifies which parts of a tag should be fetched from the Akonadi storage.
Definition tagfetchscope.h:23
void setFetchRemoteId(bool fetchRemoteId)
Sets whether to fetch tag remote ID.
Definition tagfetchscope.cpp:74
void setFetchAllAttributes(bool fetchAllAttributes)
Sets whether to fetch all attributes.
Definition tagfetchscope.cpp:84
void fetchAttribute(const QByteArray &type, bool fetch=true)
Sets whether the attribute of the given type should be fetched.
Definition tagfetchscope.cpp:54
TagFetchScope & operator=(const TagFetchScope &other)
Assigns the other to this scope and returns a reference to this scope.
Definition tagfetchscope.cpp:40
bool fetchIdOnly() const
Sets whether only the id of the tags should be retrieved or the complete tag.
Definition tagfetchscope.cpp:69
bool fetchAllAttributes() const
Returns whether to fetch all attributes.
Definition tagfetchscope.cpp:89
void setFetchIdOnly(bool fetchIdOnly)
Sets whether only the id or the complete tag should be fetched.
Definition tagfetchscope.cpp:63
QSet< QByteArray > attributes() const
Returns all explicitly fetched attributes.
Definition tagfetchscope.cpp:49
bool fetchRemoteId() const
Returns whether tag remote ID should be fetched.
Definition tagfetchscope.cpp:79
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.