|
|
void | setColor (const QColor &color) |
| |
|
|
void | colorSelected (const QColor &color) |
| |
|
void | colorChanged (const QColor &color) |
| |
|
|
| ColorWheel (QWidget *parent=0) |
| |
|
virtual QSize | sizeHint () const |
| |
|
virtual QSize | minimumSizeHint () const |
| |
|
QColor | color () |
| |
|
|
void | mousePressEvent (QMouseEvent *event) |
| |
|
void | mouseMoveEvent (QMouseEvent *event) |
| |
|
void | mouseReleaseEvent (QMouseEvent *) |
| |
|
void | resizeEvent (QResizeEvent *event) |
| |
|
void | paintEvent (QPaintEvent *) |
| |
|
|
void | changeColor (const QColor &color) |
| |
|
void | hueChanged (const int &hue) |
| |
|
void | svChanged (const QColor &newcolor) |
| |
|
void | alphaChanged (const int &alpha) |
| |
|
QColor | pickColor (const QPoint &point) |
| |
|
void | drawHueIndicator (const int &hue) |
| |
|
void | drawPicker (const QColor &color) |
| |
|
void | drawWheelImage (const QSize &newSize) |
| |
|
void | drawSquareImage (const int &hue) |
| |
|
void | composeWheel (QPixmap &pixmap) |
| |
|
|
QSize | m_initSize |
| |
|
QImage | m_wheelImage |
| |
|
QImage | m_squareImage |
| |
|
QPixmap | m_wheelPixmap |
| |
|
int | m_wheelThickness |
| |
|
QRegion | m_wheelRegion |
| |
|
QRegion | m_squareRegion |
| |
|
QColor | m_currentColor |
| |
|
bool | m_isInWheel |
| |
|
bool | m_isInSquare |
| |
Definition at line 23 of file colorwheel.h.
The documentation for this class was generated from the following files: