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