#include </home/clem/local/src/opie/libopie2/opieui/otimepicker.h>
Collaboration diagram for Opie::Ui::OTimePickerDialog:

Public Slots | |
| void | setTime (const QTime &time) |
| void | setHour (const QString &hour) |
| void | setMinute (const QString &minute) |
Public Member Functions | |
| OTimePickerDialog (QWidget *parent=0, const char *name=NULL, WFlags fl=0) | |
| ~OTimePickerDialog () | |
| QTime | time () const |
Private Attributes | |
| OTimePicker * | m_timePicker |
| QTime | m_time |
| Private * | d |
Definition at line 100 of file otimepicker.h.
|
||||||||||||||||
|
This is a modal Dialog.
Definition at line 224 of file otimepicker.cpp. References m_timePicker, setHour(), setMinute(), and setTime(). |
|
|
Definition at line 106 of file otimepicker.h. |
|
|
This method takes the current minute and tries to set hour to hour. This succeeds if the resulting date is valid
Definition at line 276 of file otimepicker.cpp. References QTime::isValid(), OTimePickerDialog::m_time, QTime::minute(), QTime::setHMS(), and OTimePickerDialog::setTime(). Referenced by OTimePickerDialog(). |
|
|
Method to set a new minute. It tries to convert the string to int and if the resulting date is valid a new date is set.
Definition at line 291 of file otimepicker.cpp. References QTime::hour(), QTime::isValid(), OTimePickerDialog::m_time, QTime::setHMS(), OTimePickerDialog::setTime(), and QString::toInt(). Referenced by OTimePickerDialog(). |
|
|
Set the time to time
Definition at line 251 of file otimepicker.cpp. References QTime::hour(), OTimePickerDialog::m_time, QTime::minute(), and QString::number(). Referenced by TaskEditorAlarms::inlineSetTime(), and OTimePickerDialog(). |
|
|
Definition at line 242 of file otimepicker.cpp. References OTimePickerDialog::m_time. Referenced by TaskEditorAlarms::inlineSetTime(). |
|
|
Definition at line 118 of file otimepicker.h. |
|
|
Definition at line 117 of file otimepicker.h. |
|
|
Definition at line 116 of file otimepicker.h. Referenced by OTimePickerDialog(). |
1.4.2