DzDateTimeEdit Class Reference
[Interface Widget Objects]

DAZ Script combination date and time edit widget. More...

Inheritance diagram for DzDateTimeEdit:

DzWidget List of all members.

Properties

Date date
Date dateMax
Date dateMin
String dateSeparator
Date time
Date timeMax
Date timeMin
String timeSeparator

Constructors

 DzDateTimeEdit (DzWidget parent)

Signals

void valueChanged (DateTime dateTime)
 Signature: "valueChanged(const QDateTime&)"

Detailed Description

DAZ Script combination date and time edit widget.


Constructor & Destructor Documentation

DzDateTimeEdit::DzDateTimeEdit ( DzWidget  parent  ) 

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


Member Function Documentation

void DzDateTimeEdit::valueChanged ( DateTime  dateTime  )  [signal]

Signature: "valueChanged(const QDateTime&)"

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


Member Data Documentation

QDate DzDateTimeEdit::date

Holds the date represented by the widget.

QDate DzDateTimeEdit::dateMax

Holds the maximum date value for the widget.

QDate DzDateTimeEdit::dateMin

Holds the minimum date value for the widget.

QString DzDateTimeEdit::dateSeparator

Holds the date separator used by the widget.

QTime DzDateTimeEdit::time

Holds the time represented by the widget.

QTime DzDateTimeEdit::timeMax

Holds the maximum time value for the widget.

QTime DzDateTimeEdit::timeMin

Holds the minimum time value for the widget.

QString DzDateTimeEdit::timeSeparator

Holds the time separator used by the widget.


Generated on Thu Sep 24 12:21:11 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.