Public Types | |
| enum | ShadeType { RedShade, GreenShade, BlueShade, RGBShade } |
Signals | |
| void | colorsChanged () |
Public Member Functions | |
| ShadeWidget (ShadeType type, QWidget *parent) | |
| void | setGradientStops (const QGradientStops &stops) |
| void | setPointsFromGradientStops (const QGradientStops &stops) |
| void | paintEvent (QPaintEvent *e) |
| QSize | sizeHint () const |
| QPolygonF | points () const |
| HoverPoints * | hoverPoints () const |
| uint | colorAt (int x) |
Definition at line 23 of file gradient.h.
1.6.3