Inheritance diagram for DzColorWgt:
Properties | |
Boolean | indeterminate |
Color | value |
Constructors | |
DzColorWgt (DzWidget parent) | |
Signals | |
void | colorChanged (Color color) |
Signature: "colorChanged(const QColor&)" | |
void | editEnd () |
Signature: "editEnd()" | |
void | editStart () |
Signature: "editStart()" |
DzColorWgt::DzColorWgt | ( | DzWidget | parent | ) |
Creates a color widget as a child of the given parent widget
void DzColorWgt::colorChanged | ( | Color | color | ) | [signal] |
Signature: "colorChanged(const QColor&)"
Emitted when the Color of the slider changes, passes the new value
void DzColorWgt::editEnd | ( | ) | [signal] |
Signature: "editEnd()"
Emitted when the user stops manipulating the widget.
void DzColorWgt::editStart | ( | ) | [signal] |
Signature: "editStart()"
Emitted when the user begins manipulating the widget.
If true, the widget is considered to have an 'indeterminate' or 'Multiple' value. False by default.
Holds the current value of the widget.