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;
67 void setBackgroundColor(
const QColor &color );
68 QColor backgroundColor()
const;
69 void setTextColor(
const QColor &color );
70 QColor textColor()
const;
71 void setFont(
const QString &fontKey );
73 void setInToolbar(
bool);
74 bool inToolbar()
const;
75 void setShortcut(
const QString &);
76 QString shortcut()
const;
84 void setPriority(
int priority);
93 QByteArray type()
const;
95 QByteArray serialized()
const;
96 void deserialize(
const QByteArray &data );
Provides interface for custom attributes for Entity.
Attribute that stores the properties that are used to display a tag.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Jul 21 2014 08:03:56 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.