|
|
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.
|
Construct a KColorGroup with all colors black
|
Construct a KColorGroup with given colors.
|
Copy-constructor
KColorGroup& |
assignment operator
~ |
KColorGroup destructor
const QColor& |
[const]
Retrieve the foreground value.
const QColor& |
[const]
Retrieve the background value.
const QColor& |
[const]
Retrieve the light value.
const QColor& |
[const]
Retrieve the mid value.
const QColor& |
[const]
Retrieve the dark value.
const QColor& |
[const]
Retrieve the text value.
const QColor& |
[const]
Retrieve the base value.
bool |
[const]
Compare two KColorGroups.
bool |
[const]
Compare two KColorGroups.
void |
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.
void |
Save color values to a KConfig object. The group "ColorGroup" is used. If pString is not 0, the value of pString is prepended to the group name.
const QColorGroup * |
[const]
Return the QColorGroup object (for drawing shades e.g.).
Generated by: prospector@porky.devel.redhat.com on Tue Aug 15 09:55:31 2000, using kdoc 2.0a36. |