akonadi
20 #ifndef ITEMFETCHSCOPE_P_H
21 #define ITEMFETCHSCOPE_P_H
23 #include <QtCore/QSet>
24 #include <QtCore/QString>
25 #include <KDE/KDateTime>
26 #include "itemfetchscope.h"
38 mFullPayload(
false ),
39 mAllAttributes(
false ),
41 mCheckCachedPayloadPartsOnly(
false ),
43 mIgnoreRetrievalErrors(
false )
48 : QSharedData( other )
50 mPayloadParts = other.mPayloadParts;
51 mAttributes = other.mAttributes;
52 mAncestorDepth = other.mAncestorDepth;
53 mFullPayload = other.mFullPayload;
54 mAllAttributes = other.mAllAttributes;
55 mCacheOnly = other.mCacheOnly;
56 mCheckCachedPayloadPartsOnly = other.mCheckCachedPayloadPartsOnly;
57 mFetchMtime = other.mFetchMtime;
58 mIgnoreRetrievalErrors = other.mIgnoreRetrievalErrors;
59 mChangedSince = other.mChangedSince;
63 QSet<QByteArray> mPayloadParts;
64 QSet<QByteArray> mAttributes;
69 bool mCheckCachedPayloadPartsOnly;
71 bool mIgnoreRetrievalErrors;
72 KDateTime mChangedSince;
No ancestor retrieval at all (the default)
AncestorRetrieval
Describes the ancestor retrieval depth.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:17 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.