class KHSSelector

Widget for Hue/Saturation selection. More...

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

Public Methods

Protected Methods


Detailed Description

Widget for Hue/Saturation selection. The actual values can be fetched using the inherited xValue and yValue methods.

See also: KXYSelector, KValueSelector, KColorDialog

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

KHSSelector

Constructs a hue/saturation selection widget.

void  drawPalette ( QPixmap *pixmap )

drawPalette

[protected virtual]

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

void  resizeEvent ( QResizeEvent * )

resizeEvent

[protected virtual]

void  drawContents ( QPainter *painter )

drawContents

[protected virtual]

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

Reimplemented from KXYSelector.

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]

Reimplemented from KXYSelector.