akonadi
20 #include "itemfetchscope.h"
22 #include "itemfetchscope_p.h"
24 #include <QtCore/QStringList>
26 using namespace Akonadi;
52 return d->mPayloadParts;
58 d->mPayloadParts.insert( part );
60 d->mPayloadParts.remove( part );
65 return d->mFullPayload;
70 d->mFullPayload = fetch;
75 return d->mAttributes;
81 d->mAttributes.insert( type );
83 d->mAttributes.remove( type );
88 return d->mAllAttributes;
93 d->mAllAttributes = fetch;
98 return d->mPayloadParts.isEmpty() && d->mAttributes.isEmpty() && !d->mFullPayload && !d->mAllAttributes;
103 return d->mCacheOnly;
113 return d->mAncestorDepth;
118 d->mAncestorDepth = depth;
123 d->mFetchMtime = retrieveMtime;
128 return d->mFetchMtime;
133 d->mIgnoreRetrievalErrors = ignore;
138 return d->mIgnoreRetrievalErrors;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:38 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.