Akonadi::SpecialCollectionAttribute
#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 |
Public Member Functions inherited from Akonadi::Attribute | |
virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
using | List = QList<Attribute *> |
Protected Member Functions inherited from Akonadi::Attribute | |
Attribute (const Attribute &)=default | |
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 28 of file specialcollectionattribute.h.
Constructor & Destructor Documentation
◆ SpecialCollectionAttribute()
|
explicit |
Creates a new special collection attribute.
Definition at line 21 of file specialcollectionattribute.cpp.
◆ ~SpecialCollectionAttribute()
|
overridedefault |
Destroys the special collection attribute.
Member Function Documentation
◆ clone()
|
overridevirtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 29 of file specialcollectionattribute.cpp.
◆ collectionType()
|
nodiscard |
Returns the special collections type of the collection.
Definition at line 55 of file specialcollectionattribute.cpp.
◆ deserialize()
|
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 45 of file specialcollectionattribute.cpp.
◆ serialized()
|
nodiscardoverridevirtual |
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 40 of file specialcollectionattribute.cpp.
◆ setCollectionType()
void SpecialCollectionAttribute::setCollectionType | ( | const QByteArray & | type | ) |
Sets the special collections type
of the collection.
Definition at line 50 of file specialcollectionattribute.cpp.
◆ type()
|
nodiscardoverridevirtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 34 of file specialcollectionattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.