Akonadi
entitydeletedattribute.cpp
An Attribute that marks that an entity was marked as deleted.
Definition entitydeletedattribute.h:35
QString restoreResource() const
Returns the resource of the restoreCollection.
Definition entitydeletedattribute.cpp:50
QByteArray type() const override
Reimplemented from Attribute.
Definition entitydeletedattribute.cpp:55
QByteArray serialized() const override
Reimplemented from Attribute.
Definition entitydeletedattribute.cpp:68
void setRestoreCollection(const Collection &col)
Sets the collection used to restore items which have been moved to trash using a TrashJob If the Reso...
Definition entitydeletedattribute.cpp:32
EntityDeletedAttribute * clone() const override
Reimplemented from Attribute.
Definition entitydeletedattribute.cpp:60
EntityDeletedAttribute()
Creates a new entity deleted attribute.
Definition entitydeletedattribute.cpp:25
Collection restoreCollection() const
Returns the original collection of an item that has been moved to trash using a TrashJob.
Definition entitydeletedattribute.cpp:45
~EntityDeletedAttribute() override
Destroys the entity deleted attribute.
void deserialize(const QByteArray &data) override
Reimplemented from Attribute.
Definition entitydeletedattribute.cpp:79
Helper integration between Akonadi and Qt.
QByteArray number(double n, char format, int precision)
const_reference at(qsizetype i) const const
qsizetype size() const const
QString fromUtf8(QByteArrayView str)
bool isEmpty() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.