class KValueSelector

Dialog for colour value selection. More...

Definition#include <kcolordialog.h>
InheritsKSelector
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Dialog for colour value selection.

See also: KHSSelector, KColorDialog

 KValueSelector ( QWidget *parent=0, const char *name=0 )

Constructs a widget for color selection.

 KValueSelector ( Orientation o, QWidget *parent = 0, const char *name = 0 )

Constructs a widget for color selection with a given orientation

void  drawPalette ( QPixmap *pixmap )

[protected virtual]

Draws the contents of the widget on a pixmap, which is used for buffering.

void  resizeEvent ( QResizeEvent * )

[protected virtual]

@reimplemented

Reimplemented from QWidget

void  drawContents ( QPainter *painter )

[protected virtual]

Reimplemented from KSelector. The drawing is buffered in a pixmap here. As real drawing routine, drawPalette() is used.

Reimplemented from KSelector