#include </home/clem/local/src/opie/noncore/unsupported/libopie/otimepicker.h>
Collaboration diagram for 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 | |
| QTime | m_time |
| Private * | d |
Definition at line 64 of file otimepicker.h.
|
||||||||||||||||
|
This is a modal Dialog.
Definition at line 172 of file otimepicker.cpp. References setHour(), setMinute(), and setTime(). |
|
|
Definition at line 72 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 222 of file otimepicker.cpp. References QTime::isValid(), m_time, QTime::minute(), QTime::setHMS(), and 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 236 of file otimepicker.cpp. References QTime::hour(), QTime::isValid(), m_time, QTime::setHMS(), setTime(), and QString::toInt(). Referenced by OTimePickerDialog(). |
|
|
Set the time to time
Definition at line 197 of file otimepicker.cpp. References QTime::hour(), m_time, QTime::minute(), and QString::number(). Referenced by OTimePickerDialog(), setHour(), Opie::Ui::OTimePickerDialog::setHour(), setMinute(), and Opie::Ui::OTimePickerDialog::setMinute(). |
|
|
Definition at line 188 of file otimepicker.cpp. References m_time. |
|
|
Definition at line 83 of file otimepicker.h. |
|
|
Definition at line 82 of file otimepicker.h. Referenced by setHour(), Opie::Ui::OTimePickerDialog::setHour(), setMinute(), Opie::Ui::OTimePickerDialog::setMinute(), setTime(), Opie::Ui::OTimePickerDialog::setTime(), time(), and Opie::Ui::OTimePickerDialog::time(). |
1.4.2