akonadi
specialcollectionattribute.cpp
QByteArray collectionType() const
Returns the special collections type of the collection.
Definition: specialcollectionattribute.cpp:74
virtual SpecialCollectionAttribute * clone() const
Creates a copy of this attribute.
Definition: specialcollectionattribute.cpp:48
An Attribute that stores the special collection type of a collection.
Definition: specialcollectionattribute_p.h:39
virtual QByteArray type() const
Returns the type of the attribute.
Definition: specialcollectionattribute.cpp:53
virtual QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: specialcollectionattribute.cpp:59
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
SpecialCollectionAttribute(const QByteArray &type=QByteArray())
Creates a new special collection attribute.
Definition: specialcollectionattribute.cpp:37
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-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:35:30 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:35:30 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.