Akonadi
collectionfetchscope.h
97 Display, ///< Only retrieve collections for display, taking the local preference and enabled into account.
98 Sync, ///< Only retrieve collections for synchronization, taking the local preference and enabled into account.
106 * Note that collections that do not match the filter are included if required to complete the tree.
Specifies which parts of a collection should be fetched from the Akonadi storage.
Definition collectionfetchscope.h:56
void fetchAttribute(bool fetch=true)
Sets whether the attribute of the requested type should be fetched.
Definition collectionfetchscope.h:220
@ Index
Only retrieve collections for indexing, taking the local preference and enabled into account.
Definition collectionfetchscope.h:99
@ Display
Only retrieve collections for display, taking the local preference and enabled into account.
Definition collectionfetchscope.h:97
@ Sync
Only retrieve collections for synchronization, taking the local preference and enabled into account.
Definition collectionfetchscope.h:98
@ Enabled
Only retrieve enabled collections, ignoring the local preference.
Definition collectionfetchscope.h:100
void fetchAttribute(const QByteArray &type, bool fetch=true)
Sets whether the attribute of the given type should be fetched.
Definition collectionfetchscope.cpp:138
CollectionFetchScope()
Creates an empty collection fetch scope.
Definition collectionfetchscope.cpp:55
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.