Inherits QWidget.
Public Slots | |
void | setColor (const QColor &c) |
void | setValue (int v) |
Public Member Functions | |
int | heightForWidth (int w) const |
QSize | minimumSizeHint () const |
QwwHueSatRadialPicker (QWidget *parent=0) | |
QSize | sizeHint () const |
~QwwHueSatRadialPicker () | |
Protected Member Functions | |
virtual void | drawCrosshair (QPainter *p, const QPoint &pt) |
void | mouseMoveEvent (QMouseEvent *me) |
void | mousePressEvent (QMouseEvent *me) |
void | paintEvent (QPaintEvent *) |
void | resizeEvent (QResizeEvent *) |
Properties | |
QColor | color [] |
int | value [] |
Definition at line 22 of file qwwhuesatradialpicker.h.
QwwHueSatRadialPicker::QwwHueSatRadialPicker | ( | QWidget * | parent = 0 |
) |
void QwwHueSatRadialPicker::setColor | ( | const QColor & | c | ) | [slot] |
void QwwHueSatRadialPicker::setValue | ( | int | v | ) | [slot] |
const QColor QwwHueSatRadialPicker::color [read, write] |
int QwwHueSatRadialPicker::value [read, write] |