[kdecore Index] [kdecore Hierarchy] [Headers]
A KColorGroup provides seven colors for widgets: foreground, background, light, mid, dark, text and base - exactly as the QColorGroup More...
#include <kcolorgroup.h>
A KColorGroup provides seven colors for widgets: foreground, background, light, mid, dark, text and base - exactly as the
QColorGroup. KColorGroup adds the possibility to store the
KColorGroup via the KConfig mechanism. It would be nicer if
KColorGroup was derived from QColorGroup, but QColorGroup provides
no write access to its data members except via the constructor.
[public]
Construct a KColorGroup with all colors black
[public]
Construct a KColorGroup with given colors.
[public]
Copy-constructor
[public]
assignment operator
[public]
KColorGroup destructor
[public]
Retrieve the foreground value.
[public]
Retrieve the background value.
[public]
Retrieve the light value.
[public]
Retrieve the mid value.
[public]
Retrieve the dark value.
[public]
Retrieve the text value.
[public]
Retrieve the base value.
[public]
Compare two KColorGroups.
[public]
Compare two KColorGroups.
[public]
Load color values from a KConfig object. The group "ColorGroup"is used. If pString is not 0, the value of pString is prepended to the group name.
[public]
Save color values to a KConfig object. The group "ColorGroup" isused. If pString is not 0, the value of pString is prepended to the group name.
[public]
Return the QColorGroup object (for drawing shades e.g.).
Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:18 CEST 1999 | Kdoc |