org.kde.koala

Class KDateTimeWidget

public class KDateTimeWidget extends QWidget

This widget can be used to display or allow user selection of date and time. \image html kdatetimewidget.png "KDE Date Time Widget" See KDateTimeWidgetSignals for signals emitted by KDateTimeWidget

Version: $Id: KDateTimeWidget.java 473384 2005-10-23 14:17:09Z rdale $

Author: Hans Petter Bieker

See Also: KDateWidget

UNKNOWN: A combination of a date and a time selection widget.

Constructor Summary
protected KDateTimeWidget(Class dummy)
KDateTimeWidget(QWidget parent, String name)
Constructs a date and time selection widget.
KDateTimeWidget(QWidget parent)
KDateTimeWidget()
KDateTimeWidget(Calendar datetime, QWidget parent, String name)
Constructs a date and time selection widget with the initial date and time set to datetime.
KDateTimeWidget(Calendar datetime, QWidget parent)
KDateTimeWidget(Calendar datetime)
Method Summary
StringclassName()
CalendardateTime()
Returns the currently selected date and time.
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetDateTime(Calendar datetime)
Changes the selected date and time to datetime.

Constructor Detail

KDateTimeWidget

protected KDateTimeWidget(Class dummy)

KDateTimeWidget

public KDateTimeWidget(QWidget parent, String name)
Constructs a date and time selection widget.

UNKNOWN: Constructs a date and time selection widget.

KDateTimeWidget

public KDateTimeWidget(QWidget parent)

KDateTimeWidget

public KDateTimeWidget()

KDateTimeWidget

public KDateTimeWidget(Calendar datetime, QWidget parent, String name)
Constructs a date and time selection widget with the initial date and time set to datetime.

UNKNOWN: Constructs a date and time selection widget with the initial date and time set to datetime.

KDateTimeWidget

public KDateTimeWidget(Calendar datetime, QWidget parent)

KDateTimeWidget

public KDateTimeWidget(Calendar datetime)

Method Detail

className

public String className()

dateTime

public Calendar dateTime()
Returns the currently selected date and time.

UNKNOWN: Returns the currently selected date and time.

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setDateTime

public void setDateTime(Calendar datetime)
Changes the selected date and time to datetime.

UNKNOWN: Changes the selected date and time to datetime.