KHSSelector Class Reference
Widget for Hue/Saturation colour selection. More...
#include <kcolordialog.h>
Inheritance diagram for KHSSelector:
Public Member Functions | |
| KHSSelector (QWidget *parent=0, const char *name=0) | |
Protected Member Functions | |
| virtual void | drawPalette (QPixmap *pixmap) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | drawContents (QPainter *painter) |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
Widget for Hue/Saturation colour selection.
The actual values can be fetched using the inherited xValue and yValue methods.
KDE Hue/Saturation Selection Widget
- See also:
- KXYSelector, KValueSelector, KColorDialog
Definition at line 58 of file kcolordialog.h.
Constructor & Destructor Documentation
| KHSSelector::KHSSelector | ( | QWidget * | parent = 0, |
| const char * | name = 0 |
||
| ) |
Constructs a hue/saturation selection widget.
Definition at line 211 of file kcolordialog.cpp.
Member Function Documentation
| void KHSSelector::drawContents | ( | QPainter * | painter ) | [protected, virtual] |
Reimplemented from KXYSelector.
This drawing is buffered in a pixmap here. As real drawing routine, drawPalette() is used.
Reimplemented from KXYSelector.
Definition at line 227 of file kcolordialog.cpp.
| void KHSSelector::drawPalette | ( | QPixmap * | pixmap ) | [protected, virtual] |
Draws the contents of the widget on a pixmap, which is used for buffering.
Definition at line 232 of file kcolordialog.cpp.
The documentation for this class was generated from the following files:

