KTimeWidget Class Reference
This widget can be used to display or allow user selection of time. A combination of a time selection widget. More...
#include <ktimewidget.h>
Inheritance diagram for KTimeWidget:


| Public Slots | |
| void | setTime (const QTime &time) | 
| Signals | |
| void | valueChanged (const QTime &time) | 
| Public Member Functions | |
| KTimeWidget (QWidget *parent=0, const char *name=0) | |
| KTimeWidget (const QTime &time, QWidget *parent=0, const char *name=0) | |
| virtual | ~KTimeWidget () | 
| QTime | time () const | 
Detailed Description
This widget can be used to display or allow user selection of time. A combination of a time selection widget.
 
KDE Time Widget
- Author:
- Hans Petter Bieker <bieker@kde.org>
- Version:
- Id
- ktimewidget.h,v 1.5 2003/08/16 19:45:03 coolo Exp
 
- Since:
- 3.2
Definition at line 35 of file ktimewidget.h.
Constructor & Destructor Documentation
| 
 | ||||||||||||
| Constructs a time selection widget. 
 Definition at line 15 of file ktimewidget.cpp. | 
| 
 | ||||||||||||||||
| 
Constructs a time selection widget with the initial time set to  
 Definition at line 21 of file ktimewidget.cpp. References setTime(). | 
| 
 | 
| Destructs the time selection widget. 
 Definition at line 30 of file ktimewidget.cpp. | 
Member Function Documentation
| 
 | 
| Returns the currently selected time. 
 Definition at line 53 of file ktimewidget.cpp. | 
| 
 | 
| 
Changes the selected time to  
 Definition at line 48 of file ktimewidget.cpp. Referenced by KTimeWidget(). | 
| 
 | 
| Emitted whenever the time of the widget is changed, either with setTime() or via user selection. 
 | 
The documentation for this class was generated from the following files:

