Akonadi
tagattribute.h
QString displayName() const
Returns the name that should be used for display.
Definition tagattribute.cpp:33
TagAttribute * clone() const override
Creates a copy of this attribute.
Definition tagattribute.cpp:59
void setDisplayName(const QString &name)
Sets the name that should be used for display.
Definition tagattribute.cpp:38
QByteArray serialized() const override
Returns a QByteArray representation of the attribute which will be storaged.
Definition tagattribute.cpp:73
void setIconName(const QString &name)
Sets the icon name for the default icon.
Definition tagattribute.cpp:48
QString iconName() const
Returns the icon name of the icon returned by icon().
Definition tagattribute.cpp:43
void deserialize(const QByteArray &data) override
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition tagattribute.cpp:121
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.