wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwHueSatRadialPicker class provides a widget allowing color picking in a form of hue-saturation circle. More...
#include <QwwHueSatRadialPicker>
Inherits QWidget.
QwwHueSatRadialPicker ( QWidget * parent = 0 ) | |
const QColor | color () const |
int | value () const |
void | setColor ( const QColor & c ) |
void | setValue ( int v ) |
void | colorPicked ( QColor color ) |
void | valueChanged ( int value ) |
virtual void | drawCrosshair ( QPainter * p, const QPoint & pt ) |
The QwwHueSatRadialPicker class provides a widget allowing color picking in a form of hue-saturation circle.
This property holds property holds the currently picked color.
Access functions:
const QColor | color () const |
void | setColor ( const QColor & c ) |
This property holds property holds the Value component of colors available in the picker.
Access functions:
int | value () const |
void | setValue ( int v ) |
Constructs a radial picker widget with a given parent.
This signal is emitted whenever color is picked.
Draws the crosshair on painter p at point pt.
This signal is emitted whenever the V component of the color changes to value.
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |