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 ),
50 : QSharedData( other )
52 mPayloadParts = other.mPayloadParts;
53 mAttributes = other.mAttributes;
54 mAncestorDepth = other.mAncestorDepth;
55 mFullPayload = other.mFullPayload;
56 mAllAttributes = other.mAllAttributes;
57 mCacheOnly = other.mCacheOnly;
58 mCheckCachedPayloadPartsOnly = other.mCheckCachedPayloadPartsOnly;
59 mFetchMtime = other.mFetchMtime;
60 mIgnoreRetrievalErrors = other.mIgnoreRetrievalErrors;
61 mChangedSince = other.mChangedSince;
62 mFetchRid = other.mFetchRid;
63 mFetchGid = other.mFetchGid;
67 QSet<QByteArray> mPayloadParts;
68 QSet<QByteArray> mAttributes;
73 bool mCheckCachedPayloadPartsOnly;
75 bool mIgnoreRetrievalErrors;
76 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.