Akonadi
tagcache.cpp
void tagRemoved(const Akonadi::Tag &tag)
This signal is emitted if a monitored tag is removed from the server storage.
void tagChanged(const Akonadi::Tag &tag)
This signal is emitted if a monitored tag is changed on the server.
void tagAdded(const Akonadi::Tag &tag)
This signal is emitted if a tag has been added to Akonadi storage.
Attribute that stores the properties that are used to display a tag.
Definition tagattribute.h:27
Akonadi::Tag tagByName(const QString &name) const
Returns the tag with the name name, if available.
Definition tagcache.cpp:71
QColor tagColor(const QString &tagName) const
Returns the (background) color of the tag named tagName.
Definition tagcache.cpp:90
Akonadi::Tag tagByGid(const QByteArray &gid) const
Returns the tag with the GID gid, if available.
Definition tagcache.cpp:66
void setTagColor(const QString &tagName, const QColor &color)
Sets the (background) color of the tag named tagName to color.
Definition tagcache.cpp:104
const Attribute * attribute(const QByteArray &name) const
Returns the attribute of the given type name if available, 0 otherwise.
Definition tag.cpp:123
void result(KJob *job)
Helper integration between Akonadi and Qt.
iterator insert(const Key &key, const T &value)
bool remove(const Key &key)
void setObjectName(QAnyStringView name)
bool isEmpty() const const
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
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.