akonadi
#include <specialcollectionattribute_p.h>
Public Member Functions | |
SpecialCollectionAttribute (const QByteArray &type=QByteArray()) | |
virtual | ~SpecialCollectionAttribute () |
virtual SpecialCollectionAttribute * | clone () const |
QByteArray | collectionType () const |
virtual void | deserialize (const QByteArray &data) |
virtual QByteArray | serialized () const |
void | setCollectionType (const QByteArray &type) |
virtual QByteArray | type () const |
Public Member Functions inherited from Akonadi::Attribute | |
virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
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_p.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new special collection attribute.
Definition at line 37 of file specialcollectionattribute.cpp.
|
virtual |
Destroys the special collection attribute.
Definition at line 43 of file specialcollectionattribute.cpp.
Member Function Documentation
|
virtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 48 of file specialcollectionattribute.cpp.
QByteArray SpecialCollectionAttribute::collectionType | ( | ) | const |
Returns the special collections type of the collection.
Definition at line 74 of file specialcollectionattribute.cpp.
|
virtual |
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 64 of file specialcollectionattribute.cpp.
|
virtual |
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 59 of file specialcollectionattribute.cpp.
void SpecialCollectionAttribute::setCollectionType | ( | const QByteArray & | type | ) |
Sets the special collections type
of the collection.
Definition at line 69 of file specialcollectionattribute.cpp.
|
virtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 53 of file specialcollectionattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.