KDEUI
kcolorscheme.h
Go to the documentation of this file.
319 explicit KColorScheme(QPalette::ColorGroup, ColorSet = View, KSharedConfigPtr = KSharedConfigPtr());
ForegroundRole
This enumeration describes the foreground color being selected from the given set.
Definition kcolorscheme.h:199
@ ActiveText
Third color; for example items which are new, active, requesting attention, etc.
Definition kcolorscheme.h:215
@ NeutralText
Seventh color; for example, warnings, secure/encrypted content.
Definition kcolorscheme.h:238
@ InactiveText
Second color; for example, comments, items which are old, inactive or disabled.
Definition kcolorscheme.h:210
@ NegativeText
Sixth color; for example, errors, untrusted content, deletions, etc.
Definition kcolorscheme.h:234
@ PositiveText
Eigth color; for example, additions, success messages, trusted content.
Definition kcolorscheme.h:243
ShadeRole
This enumeration describes the color shade being selected from the given set.
Definition kcolorscheme.h:275
@ LightShade
The light color is lighter than dark() or shadow() and contrasts with the base color.
Definition kcolorscheme.h:280
@ ShadowShade
The shadow color is darker than light() or midlight() and contrasts the base color.
Definition kcolorscheme.h:297
BackgroundRole
This enumeration describes the background color being selected from the given set.
Definition kcolorscheme.h:130
@ PositiveBackground
Eigth color; for example, success messages, trusted content.
Definition kcolorscheme.h:180
@ NeutralBackground
Seventh color; for example, warnings, secure/encrypted content.
Definition kcolorscheme.h:176
@ AlternateBackground
Alternate background; for example, for use in lists.
Definition kcolorscheme.h:141
@ ActiveBackground
Third color; for example, items which are new, active, requesting attention, etc.
Definition kcolorscheme.h:151
@ NegativeBackground
Sixth color; for example, errors, untrusted content, etc.
Definition kcolorscheme.h:172
ColorSet
This enumeration describes the color set for which a color is being selected.
Definition kcolorscheme.h:81
KColorScheme(const KColorScheme &)
Construct a copy of another KColorScheme.
Definition kcolorscheme.cpp:406
DecorationRole
This enumeration describes the decoration color being selected from the given set.
Definition kcolorscheme.h:255
@ HoverColor
Color used to draw decorations for items which will be activated by clicking.
Definition kcolorscheme.h:264
@ FocusColor
Color used to draw decorations for items which have input focus.
Definition kcolorscheme.h:259
QBrush brush(QPalette::ColorGroup) const
Retrieve the brush for the specified widget state.
Definition kcolorscheme.cpp:627
KStatefulBrush & operator=(const KStatefulBrush &)
Standard assignment operator.
Definition kcolorscheme.cpp:619
KSharedPtr< KSharedConfig > KSharedConfigPtr
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.