#include <specialcollectionattribute.h>

Public Member Functions | |
SpecialCollectionAttribute (const QByteArray &type=QByteArray()) | |
~SpecialCollectionAttribute () override | |
SpecialCollectionAttribute * | clone () const override |
QByteArray | collectionType () const |
void | deserialize (const QByteArray &data) override |
QByteArray | serialized () const override |
void | setCollectionType (const QByteArray &type) |
QByteArray | type () const override |
![]() | |
virtual | ~Attribute () |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute * > | List |
Detailed Description
An Attribute that stores the special collection type of a collection.
All collections registered with SpecialCollections must have this attribute set.
- Since
- 4.4
Definition at line 39 of file specialcollectionattribute.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new special collection attribute.
Definition at line 34 of file specialcollectionattribute.cpp.
|
override |
Destroys the special collection attribute.
Definition at line 40 of file specialcollectionattribute.cpp.
Member Function Documentation
|
overridevirtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 45 of file specialcollectionattribute.cpp.
QByteArray SpecialCollectionAttribute::collectionType | ( | ) | const |
Returns the special collections type of the collection.
Definition at line 71 of file specialcollectionattribute.cpp.
|
overridevirtual |
Sets the data of this attribute, using the same encoding as returned by toByteArray().
- Parameters
-
data The encoded attribute data.
Implements Akonadi::Attribute.
Definition at line 61 of file specialcollectionattribute.cpp.
|
overridevirtual |
Returns a QByteArray representation of the attribute which will be storaged.
This can be raw binary data, no encoding needs to be applied.
Implements Akonadi::Attribute.
Definition at line 56 of file specialcollectionattribute.cpp.
void SpecialCollectionAttribute::setCollectionType | ( | const QByteArray & | type | ) |
Sets the special collections type
of the collection.
Definition at line 66 of file specialcollectionattribute.cpp.
|
overridevirtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 50 of file specialcollectionattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 8 2019 03:45:45 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.