class KGradientSelector
|
The KGradientSelector widget allows the user to choose
from a one-dimensional range of colors which is given as a
gradient between two colors provided by the programmer. More... |
|
|
Public Methods
The KGradientSelector widget allows the user to choose
from a one-dimensional range of colors which is given as a
gradient between two colors provided by the programmer.
KGradientSelector ( QWidget *parent=0, const char *name=0 )
| KGradientSelector |
Constructs a horizontal color selector which
contains a gradient between white and black.
KGradientSelector ( Orientation o, QWidget *parent=0, const char *name=0 )
| KGradientSelector |
Constructs a colors selector with orientation o which
contains a gradient between white and black.
~KGradientSelector ()
| ~KGradientSelector |
Destructs the widget.
void setColors ( const QColor &col1, const QColor &col2 )
| setColors |
Sets the two colors which span the gradient.
void drawContents ( QPainter * )
| drawContents |
[protected virtual]
Reimplemented from KSelector for internal purposes..
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:05 2002, using kdoc 2.0a53. |