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* );
54 void collectionStatisticsChanged( Akonadi::Collection::Id,
const Akonadi::CollectionStatistics& );
60 void forgetFoldersForResource(
const QString &resourceId );
68 void beginBatchRegister();
74 void endBatchRegister();
76 AgentInstance defaultResource()
const;
79 KCoreConfigSkeleton *mSettings;
80 QHash<QString, QHash<QByteArray, Collection> > mFoldersForResource;
82 QSet<QString> mToEmitChangedFor;
85 mutable QString mDefaultResourceId;
90 #endif // AKONADI_SPECIALCOLLECTIONS_P_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:28 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.