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 ),
51 : QSharedData( other )
53 mPayloadParts = other.mPayloadParts;
54 mAttributes = other.mAttributes;
55 mAncestorDepth = other.mAncestorDepth;
56 mFullPayload = other.mFullPayload;
57 mAllAttributes = other.mAllAttributes;
58 mCacheOnly = other.mCacheOnly;
59 mCheckCachedPayloadPartsOnly = other.mCheckCachedPayloadPartsOnly;
60 mFetchMtime = other.mFetchMtime;
61 mIgnoreRetrievalErrors = other.mIgnoreRetrievalErrors;
62 mChangedSince = other.mChangedSince;
63 mFetchRid = other.mFetchRid;
64 mFetchGid = other.mFetchGid;
65 mFetchTags = other.mFetchTags;
69 QSet<QByteArray> mPayloadParts;
70 QSet<QByteArray> mAttributes;
75 bool mCheckCachedPayloadPartsOnly;
77 bool mIgnoreRetrievalErrors;
78 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 Mon Jul 21 2014 08:03:53 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.