akonadi
entityannotationsattribute.cpp
32 EntityAnnotationsAttribute::EntityAnnotationsAttribute(const QMap<QByteArray, QByteArray> &annotations)
bool contains(const Key &key) const
QList< QByteArray > split(char sep) const
QByteArray trimmed() const
void chop(int n)
bool isEmpty() const
bool startsWith(const QByteArray &ba) const
void clear()
int size() const
QList< Key > keys() const
int indexOf(char ch, int from) const
QString fromUtf8(const char *str, int size)
Attribute * clone() const
Creates a copy of this attribute.
Definition: entityannotationsattribute.cpp:68
QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: entityannotationsattribute.cpp:73
void deserialize(const QByteArray &data)
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition: entityannotationsattribute.cpp:88
QByteArray mid(int pos, int len) const
An attribute for annotations.
Definition: entityannotationsattribute.h:44
iterator insert(const Key &key, const T &value)
bool endsWith(const QByteArray &ba) const
QByteArray type() const
Returns the type of the attribute.
Definition: entityannotationsattribute.cpp:62
const T value(const Key &key) const
QByteArray toUtf8() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.