KValueSelector Class Reference
#include <kcolordialog.h>
Inheritance diagram for KValueSelector:

Detailed Description
Widget for color value selection.
- See also:
- KHSSelector, KColorDialog
Definition at line 102 of file kcolordialog.h.
Public Member Functions | |
KValueSelector (QWidget *parent=0, const char *name=0) | |
KValueSelector (Orientation o, QWidget *parent=0, const char *name=0) | |
int | hue () const |
void | setHue (int h) |
int | saturation () const |
void | setSaturation (int s) |
void | updateContents () |
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) |
Constructor & Destructor Documentation
KValueSelector::KValueSelector | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
KValueSelector::KValueSelector | ( | Orientation | o, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Constructs a widget for color selection with a given orientation.
Definition at line 269 of file kcolordialog.cpp.
Member Function Documentation
void KValueSelector::drawPalette | ( | QPixmap * | pixmap | ) | [protected, virtual] |
Draws the contents of the widget on a pixmap, which is used for buffering.
Definition at line 292 of file kcolordialog.cpp.
void KValueSelector::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.
Definition at line 287 of file kcolordialog.cpp.
The documentation for this class was generated from the following files: