akonadi
20#ifndef ITEMFETCHSCOPE_P_H
21#define ITEMFETCHSCOPE_P_H
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;
74 QSet<QByteArray> mPayloadParts;
75 QSet<QByteArray> mAttributes;
80 bool mCheckCachedPayloadPartsOnly;
82 bool mIgnoreRetrievalErrors;
83 KDateTime mChangedSince;
AncestorRetrieval
Describes the ancestor retrieval depth.
@ None
No ancestor retrieval at all (the default)
Specifies which parts of a tag should be fetched from the Akonadi storage.
void setFetchIdOnly(bool fetchIdOnly)
Sets wether only the id or the complete tag should be fetched.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.