DzFloatSlider Class Reference
[Interface Widget Objects]

DAZ Script floating point (decimal) slider widget. More...

Inheritance diagram for DzFloatSlider:

DzWidget List of all members.

Properties

Boolean clamped
Boolean displayAsPercent
Boolean indeterminate
String label
Boolean labelVisible
Number max
Number min
Number sensitivity
String text
Boolean textEditable
Boolean textVisible
Number value

Constructors

 DzFloatSlider (DzWidget parent)

Signals

void editEnd ()
 Signature: "editEnd()"
void editStart ()
 Signature: "editStart()"
void valueChanged (Number value)
 Signature: "valueChanged(float)"

Detailed Description

DAZ Script floating point (decimal) slider widget.


Constructor & Destructor Documentation

DzFloatSlider::DzFloatSlider ( DzWidget  parent  ) 

Creates a slider as a child of the given parent widget


Member Function Documentation

void DzFloatSlider::editEnd (  )  [signal]

Signature: "editEnd()"

Emitted when the user releases the slider.

void DzFloatSlider::editStart (  )  [signal]

Signature: "editStart()"

Emitted when the user starts dragging the slider.

void DzFloatSlider::valueChanged ( Number  value  )  [signal]

Signature: "valueChanged(float)"

Emitted when the value of the slider changes, passes the new value.


Member Data Documentation

Boolean DzFloatSlider::clamped

Holds whether or not the slider obeys its limits. False by default.

Boolean DzFloatSlider::displayAsPercent

Holds whether or not the slider text is displayed as a percentage value. False by default.

Boolean DzFloatSlider::indeterminate

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

String DzFloatSlider::label

Holds the label text for the slider.

Boolean DzFloatSlider::labelVisible

Holds whether the slider's label is visible.

Number DzFloatSlider::max

Holds the maximum value of the slider.

Number DzFloatSlider::min

Holds the minimum value of the slider.

Number DzFloatSlider::sensitivity

Holds the sensitivity of the slider.

String DzFloatSlider::text

Holds the text of the slider. (Read Only)

Boolean DzFloatSlider::textEditable

Holds whether or not the slider text is editable by the user. False by default.

Boolean DzFloatSlider::textVisible

Holds whether or not the slider text is visible to the user. true by default.

Number DzFloatSlider::value

Holds the current value of the slider.


Generated on Thu Sep 24 12:21:12 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.