akonadi
#include <entityannotationsattribute.h>
Public Member Functions | |
EntityAnnotationsAttribute (const QMap< QByteArray, QByteArray > &annotations) | |
QMap< QByteArray, QByteArray > | annotations () const |
Attribute * | clone () const |
bool | contains (const QByteArray &key) const |
void | deserialize (const QByteArray &data) |
void | insert (const QByteArray &key, const QString &value) |
QByteArray | serialized () const |
void | setAnnotations (const QMap< QByteArray, QByteArray > &annotations) |
QByteArray | type () const |
QString | value (const QByteArray &key) |
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 for annotations.
The attribute is inspired by RFC5257(IMAP ANNOTATION) and RFC5464(IMAP METADATA), but serves the purpose of RFC5257.
For a private note annotation the entry name is: /private/comment for a shared note: /shared/comment
- Since
- 4.13
Definition at line 44 of file entityannotationsattribute.h.
Member Function Documentation
|
virtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 68 of file entityannotationsattribute.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 88 of file entityannotationsattribute.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 73 of file entityannotationsattribute.cpp.
|
virtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 62 of file entityannotationsattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.