DzColorWgt Class Reference
[Interface Widget Objects]

DAZ Script color widget. More...

Inheritance diagram for DzColorWgt:

DzWidget List of all members.

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()"

Detailed Description

DAZ Script color widget.


Constructor & Destructor Documentation

DzColorWgt::DzColorWgt ( DzWidget  parent  ) 

Creates a color widget as a child of the given parent widget


Member Function Documentation

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.


Member Data Documentation

Boolean DzColorWgt::indeterminate

If true, the widget is considered to have an 'indeterminate' or 'Multiple' value. False by default.

Color DzColorWgt::value

Holds the current value of the widget.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.