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

Detailed Description
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.
KDE Gradient Selector Widget
Definition at line 293 of file kselect.h.
Public Member Functions | |
| 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 | setText (const QString &t1, const QString &t2) |
| void | setFirstColor (const QColor &col) |
| void | setSecondColor (const QColor &col) |
| void | setFirstText (const QString &t) |
| void | setSecondText (const QString &t) |
| const QColor | firstColor () const |
| const QColor | secondColor () const |
| const QString | firstText () const |
| const QString | secondText () const |
Protected Member Functions | |
| virtual void | drawContents (QPainter *) |
| virtual QSize | minimumSize () const |
| virtual void | virtual_hook (int id, void *data) |
Properties | |
| QColor | firstColor [] |
| QColor | secondColor [] |
| QString | firstText [] |
| QString | secondText [] |
Constructor & Destructor Documentation
| KGradientSelector::KGradientSelector | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Constructs a horizontal color selector which contains a gradient between white and black.
Definition at line 406 of file kselect.cpp.
| KGradientSelector::KGradientSelector | ( | Orientation | o, | |
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
Constructs a colors selector with orientation o which contains a gradient between white and black.
Definition at line 413 of file kselect.cpp.
| KGradientSelector::~KGradientSelector | ( | ) |
Member Function Documentation
| void KGradientSelector::drawContents | ( | QPainter * | ) | [protected, virtual] |
Override this function to draw the contents of the control.
The default implementation does nothing.
Draw only within contentsRect().
Reimplemented from KSelector.
Definition at line 434 of file kselect.cpp.
| void KGradientSelector::setFirstColor | ( | const QColor & | col | ) | [inline] |
| void KGradientSelector::setFirstText | ( | const QString & | t | ) | [inline] |
The documentation for this class was generated from the following files:

