#include <kselect.h>
Inheritance diagram for KGradientSelector:

Public Methods | |
| KGradientSelector (QWidget *parent=0, const char *name=0) | |
| KGradientSelector (Orientation o, QWidget *parent=0, const char *name=0) | |
| ~KGradientSelector () | |
| void | setColors (const QColor &col1, const QColor &col2) |
| void | setFirstColor (const QColor &col) |
| void | setFirstText (const QString &t) |
Protected Methods | |
| virtual void | drawContents (QPainter *) |
| virtual QSize | minimumSize () const |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 284 of file kselect.h.
|
||||||||||||
|
Constructs a horizontal color selector which contains a gradient between white and black. |
|
||||||||||||||||
|
Constructs a colors selector with orientation o which contains a gradient between white and black. |
|
|
Destructs the widget. |
|
|
@reimplemented Reimplemented from KSelector. |
|
|
@reimplemented |
|
||||||||||||
|
Sets the two colors which span the gradient. |
|
|
Set each color on its own. |
|
|
Set each description on its own |
1.2.18