A Time Picker. More...
#include <Wt/WTimePicker>

Public Member Functions | |
| WTimePicker (WContainerWidget *parent=0) | |
| Creates a new time picker. | |
| WTimePicker (const WTime &time, WContainerWidget *parent=0) | |
| Creates a new time picker. | |
| void | setTime (const WTime &time) |
| sets the time | |
| int | minuteStep () const |
| returns the minutes step | |
| void | setMinuteStep (int step) |
| sets the minute step | |
| void | setSecondStep (int step) |
| sets the second step | |
| Signal & | selectionChanged () |
| Signal emitted when the value is changed. | |
1.7.6.1