/usr/include/akonadi/monitor.h is in kdepimlibs5-dev 4:4.14.10-7+b2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 | /*
Copyright (c) 2006 - 2007 Volker Krause <vkrause@kde.org>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#ifndef AKONADI_MONITOR_H
#define AKONADI_MONITOR_H
#include <akonadi/tag.h>
#include <akonadi/collection.h>
#include <akonadi/item.h>
#include <QtCore/QObject>
namespace Akonadi {
class CollectionFetchScope;
class CollectionStatistics;
class Item;
class ItemFetchScope;
class MonitorPrivate;
class Session;
class TagFetchScope;
/**
* @short Monitors an item or collection for changes.
*
* The Monitor emits signals if some of these objects are changed or
* removed or new ones are added to the Akonadi storage.
*
* There are various ways to filter these notifications. There are three types of filter
* evaluation:
* - (-) removal-only filter, ie. if the filter matches the notification is dropped,
* if not filter evaluation continues with the next one
* - (+) pass-exit filter, ie. if the filter matches the notification is delivered,
* if not evaluation is continued
* - (f) final filter, ie. evaluation ends here if the corresponding filter criteria is set,
* the notification is delievered depending on the result, evaluation is only continued
* if no filter criteria is defined
*
* The following filter are available, listed in evaluation order:
* (1) ignored sessions (-)
* (2) monitor everything (+)
* (3a) resource and mimetype filters (f) (items only)
* (3b) resource filters (f) (collections only)
* (4) item is monitored (+)
* (5) collection is monitored (+)
*
* Optionally, the changed objects can be fetched automatically from the server.
* To enable this, see itemFetchScope() and collectionFetchScope().
*
* Note that as a consequence of rule 3a, it is not possible to monitor (more than zero resources
* OR more than zero mimetypes) AND more than zero collections.
*
* @todo Distinguish between monitoring collection properties and collection content.
* @todo Special case for collection content counts changed
*
* @author Volker Krause <vkrause@kde.org>
*/
class AKONADI_EXPORT Monitor : public QObject
{
Q_OBJECT
public:
enum Type {
/**
* @internal This must be kept in sync with Akonadi::NotificationMessageV2::Type
*/
Collections = 1,
Items,
Tags
};
/**
* Creates a new monitor.
*
* @param parent The parent object.
*/
explicit Monitor(QObject *parent = 0);
/**
* Destroys the monitor.
*/
virtual ~Monitor();
/**
* Sets whether the specified collection shall be monitored for changes. If
* monitoring is turned on for the collection, all notifications for items
* in that collection will be emitted, and its child collections will also
* be monitored. Note that move notifications will be emitted if either one
* of the collections involved is being monitored.
*
* Note that if a session is being ignored, this takes precedence over
* setCollectionMonitored() on that session.
*
* @param collection The collection to monitor.
* If this collection is Collection::root(), all collections
* in the Akonadi storage will be monitored.
* @param monitored Whether to monitor the collection.
*/
void setCollectionMonitored(const Collection &collection, bool monitored = true);
/**
* Sets whether the specified item shall be monitored for changes.
*
* Note that if a session is being ignored, this takes precedence over
* setItemMonitored() on that session.
*
* @param item The item to monitor.
* @param monitored Whether to monitor the item.
*/
void setItemMonitored(const Item &item, bool monitored = true);
/**
* Sets whether the specified resource shall be monitored for changes. If
* monitoring is turned on for the resource, all notifications for
* collections and items in that resource will be emitted.
*
* Note that if a session is being ignored, this takes precedence over
* setResourceMonitored() on that session.
*
* @param resource The resource identifier.
* @param monitored Whether to monitor the resource.
*/
void setResourceMonitored(const QByteArray &resource, bool monitored = true);
/**
* Sets whether items of the specified mime type shall be monitored for changes.
* If monitoring is turned on for the mime type, all notifications for items
* matching that mime type will be emitted, but notifications for collections
* matching that mime type will only be emitted if this is otherwise specified,
* for example by setCollectionMonitored().
*
* Note that if a session is being ignored, this takes precedence over
* setMimeTypeMonitored() on that session.
*
* @param mimetype The mime type to monitor.
* @param monitored Whether to monitor the mime type.
*/
void setMimeTypeMonitored(const QString &mimetype, bool monitored = true);
/**
* Sets whether the specified tag shall be monitored for changes.
*
* Same rules as for item monitoring apply.
*
* @param tag Tag to monitor.
* @param monitored Whether to monitor the tag.
* @since 4.13
*/
void setTagMonitored(const Tag &tag, bool monitored = true);
/**
* Sets whether given type (Collection, Item, Tag should be monitored).
*
* By default all types are monitored, but once you change one, you have
* to explicitly enable all other types you want to monitor.
*
* @param type Type to monitor.
* @param monitored Whether to monitor the type
* @since 4.13
*/
void setTypeMonitored(Type type, bool monitored = true);
/**
* Sets whether all items shall be monitored.
* @param monitored sets all items as monitored if set as @c true
* Note that if a session is being ignored, this takes precedence over
* setAllMonitored() on that session.
*/
void setAllMonitored(bool monitored = true);
/**
* Ignores all change notifications caused by the given session. This
* overrides all other settings on this session.
*
* @param session The session you want to ignore.
*/
void ignoreSession(Session *session);
/**
* Enables automatic fetching of changed collections from the Akonadi storage.
*
* @param enable @c true enables automatic fetching, @c false disables automatic fetching.
*/
void fetchCollection(bool enable);
/**
* Enables automatic fetching of changed collection statistics information from
* the Akonadi storage.
*
* @param enable @c true to enables automatic fetching, @c false disables automatic fetching.
*/
void fetchCollectionStatistics(bool enable);
/**
* Sets the item fetch scope.
*
* Controls how much of an item's data is fetched from the server, e.g.
* whether to fetch the full item payload or only meta data.
*
* @param fetchScope The new scope for item fetch operations.
*
* @see itemFetchScope()
*/
void setItemFetchScope(const ItemFetchScope &fetchScope);
/**
* Instructs the monitor to fetch only those parts that were changed and
* were requested in the fetch scope.
*
* This is taken in account only for item modifications.
* Example usage:
* @code
* monitor->itemFetchScope().fetchFullPayload( true );
* monitor->fetchChangedOnly(true);
* @endcode
*
* In the example if an item was changed, but its payload was not, the full
* payload will not be retrieved.
* If the item's payload was changed, the monitor retrieves the changed
* payload as well.
*
* The default is to fetch everything requested.
*
* @since 4.8
*
* @param enable @c true to enable the feature, @c false means everything
* that was requested will be fetched.
* @return void
*/
void fetchChangedOnly(bool enable);
/**
* Returns the item fetch scope.
*
* Since this returns a reference it can be used to conveniently modify the
* current scope in-place, i.e. by calling a method on the returned reference
* without storing it in a local variable. See the ItemFetchScope documentation
* for an example.
*
* @return a reference to the current item fetch scope
*
* @see setItemFetchScope() for replacing the current item fetch scope
*/
ItemFetchScope &itemFetchScope();
/**
* Sets the collection fetch scope.
*
* Controls which collections are monitored and how much of a collection's data
* is fetched from the server.
*
* @param fetchScope The new scope for collection fetch operations.
*
* @see collectionFetchScope()
* @since 4.4
*/
void setCollectionFetchScope(const CollectionFetchScope &fetchScope);
/**
* Returns the collection fetch scope.
*
* Since this returns a reference it can be used to conveniently modify the
* current scope in-place, i.e. by calling a method on the returned reference
* without storing it in a local variable. See the CollectionFetchScope documentation
* for an example.
*
* @return a reference to the current collection fetch scope
*
* @see setCollectionFetchScope() for replacing the current collection fetch scope
* @since 4.4
*/
CollectionFetchScope &collectionFetchScope();
/**
* Sets the tag fetch scope.
*
* Controls how much of an tag's data is fetched from the server.
*
* @param fetchScope The new scope for tag fetch operations.
*
* @see tagFetchScope()
*/
void setTagFetchScope(const TagFetchScope &fetchScope);
/**
* Returns the tag fetch scope.
*
* Since this returns a reference it can be used to conveniently modify the
* current scope in-place, i.e. by calling a method on the returned reference
* without storing it in a local variable.
*
* @return a reference to the current tag fetch scope
*
* @see setTagFetchScope() for replacing the current tag fetch scope
*/
TagFetchScope &tagFetchScope();
/**
* Returns the list of collections being monitored.
*
* @since 4.3
*/
Collection::List collectionsMonitored() const;
/**
* Returns the set of items being monitored.
*
* @since 4.3
*
* @deprecated Use itemsMonitoredEx() instead.
*/
AKONADI_DEPRECATED QList<Item::Id> itemsMonitored() const;
/**
* Returns the set of items being monitored.
*
* Faster version (at least on 32-bit systems) of itemsMonitored().
*
* @since 4.6
*/
QVector<Item::Id> itemsMonitoredEx() const;
/**
* Returns the number of items being monitored.
* Optimization.
* @since 4.14.3
*/
int numItemsMonitored() const;
/**
* Returns the set of mimetypes being monitored.
*
* @since 4.3
*/
QStringList mimeTypesMonitored() const;
/**
* Returns the number of mimetypes being monitored.
* Optimization.
* @since 4.14.3
*/
int numMimeTypesMonitored() const;
/**
* Returns the set of tags being monitored.
*
* @since 4.13
*/
QVector<Tag::Id> tagsMonitored() const;
/**
* Returns the set of types being monitored.
*
* @since 4.13
*/
QVector<Type> typesMonitored() const;
/**
* Returns the set of identifiers for resources being monitored.
*
* @since 4.3
*/
QList<QByteArray> resourcesMonitored() const;
/**
* Returns the number of resources being monitored.
* Optimization.
* @since 4.14.3
*/
int numResourcesMonitored() const;
/**
* Returns true if everything is being monitored.
*
* @since 4.3
*/
bool isAllMonitored() const;
/**
* Sets the session used by the Monitor to communicate with the %Akonadi server.
* If not set, the Akonadi::Session::defaultSession is used.
* @param session the session to be set
* @since 4.4
*/
void setSession(Akonadi::Session *session);
/**
* Returns the Session used by the monitor to communicate with Akonadi.
*
* @since 4.4
*/
Session *session() const;
/**
* Allows to enable/disable collection move translation. If enabled (the default), move
* notifications are automatically translated into add/remove notifications if the source/destination
* is outside of the monitored collection hierarchy.
* @param enabled enables collection move translation if set as @c true
* @since 4.9
*/
void setCollectionMoveTranslationEnabled(bool enabled);
Q_SIGNALS:
/**
* This signal is emitted if a monitored item has changed, e.g. item parts have been modified.
*
* @param item The changed item.
* @param partIdentifiers The identifiers of the item parts that has been changed.
*/
void itemChanged(const Akonadi::Item &item, const QSet<QByteArray> &partIdentifiers);
/**
* This signal is emitted if flags of monitored items have changed.
*
* @param items Items that were changed
* @param addedFlags Flags that have been added to each item in @p items
* @param removedFlags Flags that have been removed from each item in @p items
* @since 4.11
*/
void itemsFlagsChanged(const Akonadi::Item::List &items, const QSet<QByteArray> &addedFlags,
const QSet<QByteArray> &removedFlags);
/**
* This signal is emitted if tags of monitored items have changed.
*
* @param items Items that were changed
* @param addedTags Tags that have been added to each item in @p items.
* @param removedTags Tags that have been removed from each item in @p items
* @since 4.13
*/
void itemsTagsChanged(const Akonadi::Item::List &items, const QSet<Akonadi::Tag> &addedTags,
const QSet<Akonadi::Tag> &removedTags);
/**
* This signal is emitted if a monitored item has been moved between two collections
*
* @param item The moved item.
* @param collectionSource The collection the item has been moved from.
* @param collectionDestination The collection the item has been moved to.
*/
void itemMoved(const Akonadi::Item &item, const Akonadi::Collection &collectionSource,
const Akonadi::Collection &collectionDestination);
/**
* This is signal is emitted when multiple monitored items have been moved between two collections
*
* @param items Moved items
* @param collectionSource The collection the items have been moved from.
* @param collectionDestination The collection the items have been moved to.
*
* @since 4.11
*/
void itemsMoved(const Akonadi::Item::List &items, const Akonadi::Collection &collectionSource,
const Akonadi::Collection &collectionDestination);
/**
* This signal is emitted if an item has been added to a monitored collection in the Akonadi storage.
*
* @param item The new item.
* @param collection The collection the item has been added to.
*/
void itemAdded(const Akonadi::Item &item, const Akonadi::Collection &collection);
/**
* This signal is emitted if
* - a monitored item has been removed from the Akonadi storage
* or
* - a item has been removed from a monitored collection.
*
* @param item The removed item.
*/
void itemRemoved(const Akonadi::Item &item);
/**
* This signal is emitted if monitored items have been removed from Akonadi
* storage of items have been removed from a monitored collection.
*
* @param items Removed items
*
* @since 4.11
*/
void itemsRemoved(const Akonadi::Item::List &items);
/**
* This signal is emitted if a reference to an item is added to a virtual collection.
* @param item The linked item.
* @param collection The collection the item is linked to.
*
* @since 4.2
*/
void itemLinked(const Akonadi::Item &item, const Akonadi::Collection &collection);
/**
* This signal is emitted if a reference to multiple items is added to a virtual collection
*
* @param items The linked items
* @param collection The collections the items are linked to
*
* @since 4.11
*/
void itemsLinked(const Akonadi::Item::List &items, const Akonadi::Collection &collection);
/**
* This signal is emitted if a reference to an item is removed from a virtual collection.
* @param item The unlinked item.
* @param collection The collection the item is unlinked from.
*
* @since 4.2
*/
void itemUnlinked(const Akonadi::Item &item, const Akonadi::Collection &collection);
/**
* This signal is emitted if a refernece to items is removed from a virtual collection
*
* @param items The unlinked items
* @param collection The collections the items are unlinked from
*
* @since 4.11
*/
void itemsUnlinked(const Akonadi::Item::List &items, const Akonadi::Collection &collection);
/**
* This signal is emitted if a new collection has been added to a monitored collection in the Akonadi storage.
*
* @param collection The new collection.
* @param parent The parent collection.
*/
void collectionAdded(const Akonadi::Collection &collection, const Akonadi::Collection &parent);
/**
* This signal is emitted if a monitored collection has been changed (properties or content).
*
* @param collection The changed collection.
*/
void collectionChanged(const Akonadi::Collection &collection);
/**
* This signal is emitted if a monitored collection has been changed (properties or attributes).
*
* @param collection The changed collection.
* @param attributeNames The names of the collection attributes that have been changed.
*
* @since 4.4
*/
void collectionChanged(const Akonadi::Collection &collection, const QSet<QByteArray> &attributeNames);
/**
* This signals is emitted if a monitored collection has been moved.
*
* @param collection The moved collection.
* @param source The previous parent collection.
* @param destination The new parent collection.
*
* @since 4.4
*/
void collectionMoved(const Akonadi::Collection &collection, const Akonadi::Collection &source, const Akonadi::Collection &destination);
/**
* This signal is emitted if a monitored collection has been removed from the Akonadi storage.
*
* @param collection The removed collection.
*/
void collectionRemoved(const Akonadi::Collection &collection);
/**
* This signal is emitted if a collection has been subscribed to by the user.
* It will be emitted even for unmonitored collections as the check for whether to
* monitor it has not been applied yet.
*
* @param collection The subscribed collection
* @param parent The parent collection of the subscribed collection.
*
* @since 4.6
*/
void collectionSubscribed(const Akonadi::Collection &collection, const Akonadi::Collection &parent);
/**
* This signal is emitted if a user unsubscribes from a collection.
*
* @param collection The unsubscribed collection
*
* @since 4.6
*/
void collectionUnsubscribed(const Akonadi::Collection &collection);
/**
* This signal is emitted if the statistics information of a monitored collection
* has changed.
*
* @param id The collection identifier of the changed collection.
* @param statistics The updated collection statistics, invalid if automatic
* fetching of statistics changes is disabled.
*/
void collectionStatisticsChanged(Akonadi::Collection::Id id,
const Akonadi::CollectionStatistics &statistics);
/**
* This signal is emitted if a tag has been added to Akonadi storage.
*
* @param tag The added tag
* @since 4.13
*/
void tagAdded(const Akonadi::Tag &tag);
/**
* This signal is emitted if a monitored tag is changed on the server.
*
* @param tag The changed tag.
* @since 4.13
*/
void tagChanged(const Akonadi::Tag &tag);
/**
* This signal is emitted if a monitored tag is removed from the server storage.
*
* The monitor will also emit itemTagsChanged() signal for all monitored items
* (if any) that were tagged by @p tag.
*
* @param tag The removed tag.
* @since 4.13
*/
void tagRemoved(const Akonadi::Tag &tag);
/**
* This signal is emitted if the Monitor starts or stops monitoring @p collection explicitly.
* @param collection The collection
* @param monitored Whether the collection is now being monitored or not.
*
* @since 4.3
*/
void collectionMonitored(const Akonadi::Collection &collection, bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring @p item explicitly.
* @param item The item
* @param monitored Whether the item is now being monitored or not.
*
* @since 4.3
*/
void itemMonitored(const Akonadi::Item &item, bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring the resource with the identifier @p identifier explicitly.
* @param identifier The identifier of the resource.
* @param monitored Whether the resource is now being monitored or not.
*
* @since 4.3
*/
void resourceMonitored(const QByteArray &identifier, bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring @p mimeType explicitly.
* @param mimeType The mimeType.
* @param monitored Whether the mimeType is now being monitored or not.
*
* @since 4.3
*/
void mimeTypeMonitored(const QString &mimeType, bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring everything.
* @param monitored Whether everything is now being monitored or not.
*
* @since 4.3
*/
void allMonitored(bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring @p tag explicitly.
* @param tag The tag.
* @param monitored Whether the tag is now being monitored or not.
* @since 4.13
*/
void tagMonitored(const Akonadi::Tag &tag, bool monitored);
/**
* This signal is emitted if the Monitor starts or stops monitoring @p type explicitly
* @param type The type.
* @param monitored Whether the type is now being monitored or not.
* @since 4.13
*/
void typeMonitored(const Akonadi::Monitor::Type type, bool monitored);
protected:
//@cond PRIVATE
friend class EntityTreeModel;
friend class EntityTreeModelPrivate;
MonitorPrivate *d_ptr;
explicit Monitor(MonitorPrivate *d, QObject *parent = 0);
//@endcond
private:
Q_DECLARE_PRIVATE(Monitor)
//@cond PRIVATE
Q_PRIVATE_SLOT(d_ptr, void slotSessionDestroyed(QObject *))
Q_PRIVATE_SLOT(d_ptr, void slotStatisticsChangedFinished(KJob *))
Q_PRIVATE_SLOT(d_ptr, void slotFlushRecentlyChangedCollections())
Q_PRIVATE_SLOT(d_ptr, void slotNotify(const Akonadi::NotificationMessageV3::List &))
Q_PRIVATE_SLOT(d_ptr, void dataAvailable())
Q_PRIVATE_SLOT(d_ptr, void serverStateChanged(Akonadi::ServerManager::State))
Q_PRIVATE_SLOT(d_ptr, void invalidateCollectionCache(qint64))
Q_PRIVATE_SLOT(d_ptr, void invalidateItemCache(qint64))
Q_PRIVATE_SLOT(d_ptr, void invalidateTagCache(qint64))
friend class ResourceBasePrivate;
//@endcond
};
}
#endif
|