Mailcommon
itemcontext.cpp
void setNeedsPayloadStore()
Marks that the item's payload has been changed and needs to be written back.
Definition itemcontext.cpp:33
bool needsFullPayload() const
Returns true if the full payload was requested for the item or not.
Definition itemcontext.cpp:63
void setMoveTargetCollection(const Akonadi::Collection &collection)
Sets the target collection the item should be moved to.
Definition itemcontext.cpp:23
bool needsFlagStore() const
Returns whether the item's flags needs to be written back.
Definition itemcontext.cpp:48
bool needsPayloadStore() const
Returns whether the item's payload needs to be written back.
Definition itemcontext.cpp:38
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:28
void setNeedsFlagStore()
Marks that the item's flags has been changed and needs to be written back.
Definition itemcontext.cpp:43
ItemContext(const Akonadi::Item &item, bool needsFullPayload)
Creates an item context for the given item.
Definition itemcontext.cpp:12
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.