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>
32class KCoreConfigSkeleton;
38class 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;
A representation of an agent instance.
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.
An interface to special collections.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.