Akonadi
collectionidentificationattribute.cpp
26CollectionIdentificationAttribute::CollectionIdentificationAttribute(const QByteArray &identifier,
99 return new CollectionIdentificationAttribute(d->mIdentifier, d->mFolderNamespace, d->mName, d->mOrganizationUnit, d->mMail);
Attribute that stores additional information on a collection that can be used for searching.
Definition collectionidentificationattribute.h:27
void setCollectionNamespace(const QByteArray &ns)
Sets a namespace the collection is in.
Definition collectionidentificationattribute.cpp:82
QByteArray type() const override
Returns the type of the attribute.
Definition collectionidentificationattribute.cpp:92
void deserialize(const QByteArray &data) override
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition collectionidentificationattribute.cpp:113
void setIdentifier(const QByteArray &identifier)
Sets an identifier for the collection.
Definition collectionidentificationattribute.cpp:42
Attribute * clone() const override
Creates a copy of this attribute.
Definition collectionidentificationattribute.cpp:97
QByteArray serialized() const override
Returns a QByteArray representation of the attribute which will be storaged.
Definition collectionidentificationattribute.cpp:102
Helper integration between Akonadi and Qt.
QString name(GameStandardAction id)
QAction * mail(const QObject *recvr, const char *slot, QObject *parent)
qsizetype size() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.