DzDateEdit Class Reference
[Interface Widget Objects]

DAZ Script date edit widget. More...

Inheritance diagram for DzDateEdit:

DzWidget List of all members.

Properties

Date date
Date max
Date min
String separator

Constructors

 DzDateEdit (DzWidget parent)

Signals

void valueChanged (Date date)
 Signature: "valueChanged(const QDate&)"

Detailed Description

DAZ Script date edit widget.


Constructor & Destructor Documentation

DzDateEdit::DzDateEdit ( DzWidget  parent  ) 

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


Member Function Documentation

void DzDateEdit::valueChanged ( Date  date  )  [signal]

Signature: "valueChanged(const QDate&)"

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


Member Data Documentation

QDate DzDateEdit::date

Holds the date represented by the widget.

QDate DzDateEdit::max

Holds the maximum value for the widget.

QDate DzDateEdit::min

Holds the minimum value for the widget.

QString DzDateEdit::separator

Holds the separator used by the widget.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.