|
|
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 updateContents ()
| updateContents |
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]
Reimplemented from QWidget for internal purposes..
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.