DzDial Class Reference
[Interface Widget Objects]

DAZ Script dial widget. More...

Inheritance diagram for DzDial:

DzWidget List of all members.

Properties

Number lineStep
Number max
Number min
Boolean notchesVisible
Number notchSize
Number notchTarget
Number pageStep
Boolean tracking
Number value
Boolean wrapping

Constructors

 DzDial (DzWidget parent)

Signals

void dialMoved (Number value)
 Signature: "dialMoved(int)"
void dialPressed ()
 Signature: "dialPressed()"
void dialReleased ()
 Signature: "dialReleased()"
void valueChanged (Number value)
 Signature: "valueChanged(int)"

Detailed Description

DAZ Script dial widget.

This widget provides a rounded range control like a speedometer.


Constructor & Destructor Documentation

DzDial::DzDial ( DzWidget  parent  ) 

Creates a date time edit widget as a child of the given parent widget


Member Function Documentation

void DzDial::dialMoved ( Number  value  )  [signal]

Signature: "dialMoved(int)"

Emitted when dial moves, passes the new value of the dial.

void DzDial::dialPressed (  )  [signal]

Signature: "dialPressed()"

Emitted when the dial is pressed by the user.

void DzDial::dialReleased (  )  [signal]

Signature: "dialReleased()"

Emitted when the dial is released by the user.

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

Signature: "valueChanged(int)"

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


Member Data Documentation

int DzDial::lineStep

The current line step

int DzDial::max

Holds the maximum value for the widget.

int DzDial::min

Holds the minimum value for the widget.

bool DzDial::notchesVisible

Holds whether or not to show notches.

int DzDial::notchSize

Holds the current notch size. (Read Only)

double DzDial::notchTarget

Holds the target number of pixels between notches.

int DzDial::pageStep

The current page step

bool DzDial::tracking

Holds whether or not to track the cursor, true by default.

int DzDial::value

Holds the value represented by the widget.

bool DzDial::wrapping

Holds whether or not the arrow can be rotated 360°, or if some space is left at the bottom.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.