akonadi
21 #ifndef AKONADI_COLLECTIONFETCHSCOPE_H
22 #define AKONADI_COLLECTIONFETCHSCOPE_H
24 #include "akonadi_export.h"
26 #include <QtCore/QSharedDataPointer>
32 class CollectionFetchScopePrivate;
108 KDE_DEPRECATED
bool includeUnubscribed()
const;
116 bool includeUnsubscribed()
const;
123 void setIncludeUnsubscribed(
bool include );
130 bool includeStatistics()
const;
137 void setIncludeStatistics(
bool include );
144 QString resource()
const;
152 void setResource(
const QString &resource );
160 void setContentMimeTypes(
const QStringList &mimeTypes );
167 QStringList contentMimeTypes()
const;
178 void setAncestorRetrieval( AncestorRetrieval ancestorDepth );
185 AncestorRetrieval ancestorRetrieval()
const;
190 bool isEmpty()
const;
194 QSharedDataPointer<CollectionFetchScopePrivate> d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:33 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.