Akonadi
collection.h
38 * CollectionFetchJob *job = new CollectionFetchJob( Collection::root(), CollectionFetchJob::Recursive );
86 CanLinkItem = 0x40, ///< Can create links to existing items in this virtual collection @since 4.4
88 AllRights = (CanChangeItem | CanCreateItem | CanDeleteItem | CanChangeCollection | CanCreateCollection
428 * For example: A collection is by default enabled, meaning it is displayed to the user, synchronized by the resource,
429 * and indexed by the indexer. A disabled collection on the other hand is not displayed, synchronized or indexed.
430 * The local list preference allows to locally override that default value for each purpose individually.
473 * In case of ListDefault the enabled state should be taken as fallback (shouldList() implements this logic).
545 qWarning() << "Found attribute of unknown type" << type << ". Did you forget to call AttributeFactory::registerAttribute()?";
562 qWarning() << "Found attribute of unknown type" << type << ". Did you forget to call AttributeFactory::registerAttribute()?";
Job that modifies a collection in the Akonadi storage.
Definition: collectionmodifyjob.h:68
void removeAttribute()
Removes and deletes the attribute of the requested type.
Definition: collection.h:568
Provides statistics information of a Collection.
Definition: core/collectionstatistics.h:57
Job that fetches collections from the Akonadi storage.
Definition: collectionfetchjob.h:40
CreateOption
Describes the options that can be passed to access attributes.
Definition: collection.h:268
Creates the attribute if it is missing.
Definition: collection.h:269
Disable collection for specified purpose.
Definition: collection.h:454
bool hasAttribute() const
Returns whether the collection has an attribute of the requested type.
Definition: collection.h:573
Enable collection for specified purpose.
Definition: collection.h:453
KCALENDARCORE_EXPORT uint qHash(const KCalendarCore::Period &key)
QDataStream & operator<<(QDataStream &out, const KDateTime::Spec &spec)
Helper integration between Akonadi and Qt.
const T * attribute() const
Returns the attribute of the requested type or 0 if it is not available.
Definition: collection.h:555
Job that creates a new collection in the Akonadi storage.
Definition: collectioncreatejob.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:18:10 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:18:10 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.