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