akonadi
21#ifndef AKONADI_TAGATTRIBUTE_H
22#define AKONADI_TAGATTRIBUTE_H
27#include <akonadi/attribute.h>
48 void setDisplayName(
const QString &name);
54 QString displayName()
const;
59 void setIconName(
const QString &name);
64 QString iconName()
const;
66 void setBackgroundColor(
const QColor &color);
67 QColor backgroundColor()
const;
68 void setTextColor(
const QColor &color);
69 QColor textColor()
const;
70 void setFont(
const QString &fontKey);
72 void setInToolbar(
bool);
73 bool inToolbar()
const;
74 void setShortcut(
const QString &);
75 QString shortcut()
const;
83 void setPriority(
int priority);
92 QByteArray type()
const;
94 QByteArray serialized()
const;
95 void deserialize(
const QByteArray &data);
Provides interface for custom attributes for Entity.
Attribute that stores the properties that are used to display a tag.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.