Akonadi
monitor.h
80 Collections = 1,
101 Notifications
421 * notifications are automatically translated into add/remove notifications if the source/destination
445 void itemsFlagsChanged(const Akonadi::Item::List &items, const QSet<QByteArray> &addedFlags, const QSet<QByteArray> &removedFlags);
455 void itemsTagsChanged(const Akonadi::Item::List &items, const QSet<Akonadi::Tag> &addedTags, const QSet<Akonadi::Tag> &removedTags);
466 itemsRelationsChanged(const Akonadi::Item::List &items, const Akonadi::Relation::List &addedRelations, const Akonadi::Relation::List &removedRelations);
475 void itemMoved(const Akonadi::Item &item, const Akonadi::Collection &collectionSource, const Akonadi::Collection &collectionDestination);
478 * This is signal is emitted when multiple monitored items have been moved between two collections
486 void itemsMoved(const Akonadi::Item::List &items, const Akonadi::Collection &collectionSource, const Akonadi::Collection &collectionDestination);
489 * This signal is emitted if an item has been added to a monitored collection in the Akonadi storage.
555 * This signal is emitted if a new collection has been added to a monitored collection in the Akonadi storage.
577 void collectionChanged(const Akonadi::Collection &collection, const QSet<QByteArray> &attributeNames);
588 void collectionMoved(const Akonadi::Collection &collection, const Akonadi::Collection &source, const Akonadi::Collection &destination);
607 void collectionSubscribed(const Akonadi::Collection &collection, const Akonadi::Collection &parent);
626 void collectionStatisticsChanged(Akonadi::Collection::Id id, const Akonadi::CollectionStatistics &statistics);
Provides statistics information of a Collection.
Definition: core/collectionstatistics.h:58
A model for collections and items together.
Definition: entitytreemodel.h:305
Specifies which parts of a tag should be fetched from the Akonadi storage.
Definition: tagfetchscope.h:22
Protocol
Specifies which parts of a collection should be fetched from the Akonadi storage.
Definition: collectionfetchscope.h:55
@ Subscribers
Listen to subscription changes of other Monitors connected to Akonadi.
Definition: monitor.h:90
Emitted by Monitor::debugNotification() signal.
Definition: changenotification.h:34
Specifies which parts of an item should be fetched from the Akonadi storage.
Definition: itemfetchscope.h:57
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:50:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:50:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.