mailcommon
itemcontext.cpp
Go to the documentation of this file.
void setNeedsPayloadStore()
Marks that the item's payload has been changed and needs to be written back.
Definition: itemcontext.cpp:45
ItemContext(const Akonadi::Item &item, bool needsFullPayload)
Creates an item context for the given item.
Definition: itemcontext.cpp:24
void setMoveTargetCollection(const Akonadi::Collection &collection)
Sets the target collection the item should be moved to.
Definition: itemcontext.cpp:35
Akonadi::Collection moveTargetCollection() const
Returns the target collection the item should be moved to, or an invalid collection if the item shoul...
Definition: itemcontext.cpp:40
bool needsPayloadStore() const
Returns whether the item's payload needs to be written back.
Definition: itemcontext.cpp:50
void setNeedsFlagStore()
Marks that the item's flags has been changed and needs to be written back.
Definition: itemcontext.cpp:55
bool needsFullPayload() const
Returns true if the full payload was requested for the item or not.
Definition: itemcontext.cpp:76
bool needsFlagStore() const
Returns whether the item's flags needs to be written back.
Definition: itemcontext.cpp:60
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.