akonadi
specialcollectionattribute.cpp
An Attribute that stores the special collection type of a collection.
Definition: specialcollectionattribute_p.h:40
void setCollectionType(const QByteArray &type)
Sets the special collections type of the collection.
Definition: specialcollectionattribute.cpp:69
virtual ~SpecialCollectionAttribute()
Destroys the special collection attribute.
Definition: specialcollectionattribute.cpp:43
QByteArray collectionType() const
Returns the special collections type of the collection.
Definition: specialcollectionattribute.cpp:74
SpecialCollectionAttribute(const QByteArray &type=QByteArray())
Creates a new special collection attribute.
Definition: specialcollectionattribute.cpp:37
virtual QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: specialcollectionattribute.cpp:59
virtual SpecialCollectionAttribute * clone() const
Creates a copy of this attribute.
Definition: specialcollectionattribute.cpp:48
virtual void deserialize(const QByteArray &data)
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition: specialcollectionattribute.cpp:64
virtual QByteArray type() const
Returns the type of the attribute.
Definition: specialcollectionattribute.cpp:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.