akonadi/kmime
20 #ifndef AKONADI_SPECIALMAILCOLLECTIONS_H
21 #define AKONADI_SPECIALMAILCOLLECTIONS_H
23 #include "akonadi-kmime_export.h"
25 #include "akonadi/specialcollections.h"
29 class SpecialMailCollectionsPrivate;
100 bool hasCollection( Type type,
const AgentInstance &instance )
const;
106 Akonadi::Collection collection( Type type,
const AgentInstance &instance )
const;
113 static Type specialCollectionType(
const Akonadi::Collection &collection);
124 bool registerCollection( Type type,
const Akonadi::Collection &collection );
130 bool hasDefaultCollection( Type type )
const;
136 Akonadi::Collection defaultCollection( Type type )
const;
138 void verifyI18nDefaultCollection( Type type );
140 void slotCollectionModified(KJob*);
143 friend class SpecialMailCollectionsPrivate;
145 #if 1 // TODO do this only if building tests:
147 friend class LocalFoldersTest;
152 SpecialMailCollectionsPrivate *
const d;
158 #endif // AKONADI_SPECIALMAILCOLLECTIONS_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Fri Jan 3 2014 22:30:22 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.