org.kde.koala

Class KTimeWidget

public class KTimeWidget extends QWidget

This widget can be used to display or allow user selection of time. \image html ktimewidget.png "KDE Time Widget" See KTimeWidgetSignals for signals emitted by KTimeWidget

Author: Hans Petter Bieker

UNKNOWN: A time selection widget.

Constructor Summary
protected KTimeWidget(Class dummy)
KTimeWidget(QWidget parent, String name)
Constructs a time selection widget.
KTimeWidget(QWidget parent)
KTimeWidget()
KTimeWidget(Date time, QWidget parent, String name)
Constructs a time selection widget with the initial time set to time.
KTimeWidget(Date time, QWidget parent)
KTimeWidget(Date time)
Method Summary
StringclassName()
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()
voidsetTime(Date time)
Changes the selected time to time.
Datetime()
Returns the currently selected time.

Constructor Detail

KTimeWidget

protected KTimeWidget(Class dummy)

KTimeWidget

public KTimeWidget(QWidget parent, String name)
Constructs a time selection widget.

UNKNOWN: Constructs a time selection widget.

KTimeWidget

public KTimeWidget(QWidget parent)

KTimeWidget

public KTimeWidget()

KTimeWidget

public KTimeWidget(Date time, QWidget parent, String name)
Constructs a time selection widget with the initial time set to time.

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

KTimeWidget

public KTimeWidget(Date time, QWidget parent)

KTimeWidget

public KTimeWidget(Date time)

Method Detail

className

public String className()

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()

setTime

public void setTime(Date time)
Changes the selected time to time.

UNKNOWN: Changes the selected time to time.

time

public Date time()
Returns the currently selected time.

UNKNOWN: Returns the currently selected time.