DzTimeEdit Class Reference
[Interface Widget Objects]

DAZ Script time edit widget. More...

Inheritance diagram for DzTimeEdit:

DzWidget List of all members.

Properties

Date max
Date min
String separator
Date time

Constructors

 DzTimeEdit (DzWidget parent)

Signals

void valueChanged (DzTime)
 Signature: "valueChanged(const QTime&)"

Detailed Description

DAZ Script time edit widget.


Constructor & Destructor Documentation

DzTimeEdit::DzTimeEdit ( DzWidget  parent  ) 

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


Member Function Documentation

void DzTimeEdit::valueChanged ( DzTime   )  [signal]

Signature: "valueChanged(const QTime&)"

Emitted when the time in the widget has changed, passes the new time.


Member Data Documentation

QTime DzTimeEdit::max

Holds the maximum value for the widget.

QTime DzTimeEdit::min

Holds the minimum value for the widget.

QString DzTimeEdit::separator

Holds the separator used by the widget.

QTime DzTimeEdit::time

Holds the time represented by the widget.


Generated on Thu Sep 24 12:21:16 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.