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...

Definition#include <kselect.h>
InheritsKSelector [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


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.

 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  setText ( const QString &t1, const QString &t2 )

setText

void  setFirstColor ( const QColor &col )

setFirstColor

Set each color on its own.

void  setSecondColor ( const QColor &col )

setSecondColor

void  setFirstText ( const QString &t )

setFirstText

Set each description on its own

void  setSecondText ( const QString &t )

setSecondText

const QColor  firstColor ()

firstColor

[const]

const QColor  secondColor ()

secondColor

[const]

const QString  firstText ()

firstText

[const]

const QString  secondText ()

secondText

[const]

void  drawContents ( QPainter * )

drawContents

[protected virtual]

Reimplemented from KSelector for internal purposes..

QSize  minimumSize ()

minimumSize

[protected const virtual]

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]

Reimplemented from KSelector.


Generated by: dfaure on faure on Tue Apr 16 08:49:25 2002, using kdoc 2.0a53.