kdeui
KValueSelector Class Reference
Widget for color value selection. More...
#include <kcolordialog.h>

Public Member Functions | |
| int | hue () const |
| KValueSelector (Orientation o, QWidget *parent=0, const char *name=0) | |
| KValueSelector (QWidget *parent=0, const char *name=0) | |
| int | saturation () const |
| void | setHue (int h) |
| void | setSaturation (int s) |
| void | updateContents () |
Protected Member Functions | |
| virtual void | drawContents (QPainter *painter) |
| virtual void | drawPalette (QPixmap *pixmap) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
Widget for color value selection.
- See also:
- KHSSelector, KColorDialog
Definition at line 102 of file kcolordialog.h.
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::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.
| 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.
| int KValueSelector::hue | ( | ) | const [inline] |
Definition at line 116 of file kcolordialog.h.
| void KValueSelector::resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
| int KValueSelector::saturation | ( | ) | const [inline] |
Definition at line 120 of file kcolordialog.h.
| void KValueSelector::setHue | ( | int | h | ) | [inline] |
Definition at line 118 of file kcolordialog.h.
| void KValueSelector::setSaturation | ( | int | s | ) | [inline] |
Definition at line 122 of file kcolordialog.h.
| void KValueSelector::updateContents | ( | ) |
Definition at line 277 of file kcolordialog.cpp.
| void KValueSelector::virtual_hook | ( | int | id, | |
| void * | data | |||
| ) | [protected, virtual] |
The documentation for this class was generated from the following files:
KDE 3.5 API Reference