Mailcommon
tag.cpp
122 return tagName == other.tagName && textColor == other.textColor && backgroundColor == other.backgroundColor && isBold == other.isBold
123 && isItalic == other.isItalic && iconName == other.iconName && inToolbar == other.inToolbar && shortcut.toString() == other.shortcut.toString()
const QList< QKeySequence > & shortcut(StandardShortcut id)
bool fromString(const QString &descrip)
bool bold() const const
QFont font()
bool italic() const const
QString iconName() const
void setDisplayName(const QString &name)
static const char GENERIC[]
const T * attribute() const
void setItalic(bool enable)
static const char PLAIN[]
AddIfMissing
QUuid createUuid()
QString toString() const const
void addAttribute(Attribute *attribute)
QString name(StandardShortcut id)
bool isImmutable() const
void setBold(bool enable)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:58:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:58:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.