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"
27 #include "tagfetchscope.h"
40 , mAllAttributes(
false)
42 , mCheckCachedPayloadPartsOnly(
false)
44 , mIgnoreRetrievalErrors(
false)
56 mPayloadParts = other.mPayloadParts;
57 mAttributes = other.mAttributes;
58 mAncestorDepth = other.mAncestorDepth;
59 mFullPayload = other.mFullPayload;
60 mAllAttributes = other.mAllAttributes;
61 mCacheOnly = other.mCacheOnly;
62 mCheckCachedPayloadPartsOnly = other.mCheckCachedPayloadPartsOnly;
63 mFetchMtime = other.mFetchMtime;
64 mIgnoreRetrievalErrors = other.mIgnoreRetrievalErrors;
65 mChangedSince = other.mChangedSince;
66 mFetchRid = other.mFetchRid;
67 mFetchGid = other.mFetchGid;
68 mFetchTags = other.mFetchTags;
69 mTagFetchScope = other.mTagFetchScope;
70 mFetchVRefs = other.mFetchVRefs;
80 bool mCheckCachedPayloadPartsOnly;
82 bool mIgnoreRetrievalErrors;
83 KDateTime mChangedSince;
No ancestor retrieval at all (the default)
Specifies which parts of a tag should be fetched from the Akonadi storage.
AncestorRetrieval
Describes the ancestor retrieval depth.
void setFetchIdOnly(bool fetchIdOnly)
Sets wether only the id or the complete tag should be fetched.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.