Libplasma
theme.h
67 HighlightedTextColor = 7, /**< color contrasting with HighlightColor, to be used for instance with */
68 PositiveTextColor = 8, /**< color of foreground objects with a "positive message" connotation (usually green) */
69 NeutralTextColor = 9, /**< color of foreground objects with a "neutral message" connotation (usually yellow) */
70 NegativeTextColor = 10, /**< color of foreground objects with a "negative message" connotation (usually red) */
void defaultFontChanged()
Notifier for change of defaultFont property.
void smallestFontChanged()
Notifier for change of smallestFont property.
@ PositiveTextColor
color of foreground objects with a "positive message" connotation (usually green)
Definition theme.h:68
@ HighlightedTextColor
color contrasting with HighlightColor, to be used for instance with
Definition theme.h:67
@ HighlightColor
the text highlight color to be used by items resting on the background
Definition theme.h:61
@ NeutralTextColor
color of foreground objects with a "neutral message" connotation (usually yellow)
Definition theme.h:69
@ NegativeTextColor
color of foreground objects with a "negative message" connotation (usually red)
Definition theme.h:70
QFont font()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 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:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.