akonadi
20 #ifndef AKONADI_SPECIALCOLLECTIONS_P_H 21 #define AKONADI_SPECIALCOLLECTIONS_P_H 23 #include <QtCore/QHash> 24 #include <QtCore/QString> 26 #include "akonadiprivate_export.h" 28 #include "akonadi/collection.h" 29 #include <akonadi/collectionstatistics.h> 30 #include <akonadi/item.h> 32 class KCoreConfigSkeleton;
38 class SpecialCollections;
50 QString defaultResourceId()
const;
51 void emitChanged(
const QString &resourceId);
52 void collectionRemoved(
const Collection &collection);
53 void collectionFetchJobFinished(KJob *);
61 void forgetFoldersForResource(
const QString &resourceId);
69 void beginBatchRegister();
75 void endBatchRegister();
80 KCoreConfigSkeleton *mSettings;
81 QHash<QString, QHash<QByteArray, Collection> > mFoldersForResource;
83 QSet<QString> mToEmitChangedFor;
86 mutable QString mDefaultResourceId;
91 #endif // AKONADI_SPECIALCOLLECTIONS_P_H
An interface to special collections.
Provides statistics information of a Collection.
Represents a collection of PIM items.
qint64 Id
Describes the unique id type.
Monitors an item or collection for changes.
FreeBusyManager::Singleton.
A representation of an agent instance.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 10:27:36 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.