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
Provides statistics information of a Collection.
Represents a collection of PIM items.
Monitors an item or collection for changes.
qint64 Id
Describes the unique id type.
An interface to special collections.
A representation of an agent instance.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by
doxygen 1.8.18 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.