#include </home/clem/local/src/opie/core/pim/todo/taskeditoralarms.h>
Collaboration diagram for TaskEditorAlarms:

Public Types | |
| enum | Type { Alarm = 0, Reminders } |
Public Member Functions | |
| TaskEditorAlarms (QWidget *parent=0, int type=Alarm, const char *name=0, WFlags fl=0) | |
| ~TaskEditorAlarms () | |
| void | load (const OPimTodo &) |
| void | save (OPimTodo &) |
Protected Slots | |
| void | slotNew () |
| void | slotEdit () |
| void | slotDelete () |
| void | inlineEdit (QListViewItem *, const QPoint &p, int) |
Private Member Functions | |
| QPopupMenu * | popup (int column) |
| void | inlineSetDate (AlarmItem *, const QPoint &p) |
| void | inlineSetTime (AlarmItem *) |
| void | inlineSetType (AlarmItem *, const QPoint &p) |
Private Attributes | |
| QListView * | lstAlarms |
| QPopupMenu * | m_date |
| QPopupMenu * | m_time |
| QPopupMenu * | m_type |
| DateBookMonth * | m_dbMonth |
|
|
Definition at line 50 of file taskeditoralarms.h. |
|
||||||||||||||||||||
|
Definition at line 74 of file taskeditoralarms.cpp. References inlineEdit(), Opie::Core::OResource::loadPixmap(), lstAlarms, m_date, m_time, m_type, slotDelete(), slotEdit(), slotNew(), Opie::Core::OResource::SmallIcon, and tr. |
|
|
Definition at line 111 of file taskeditoralarms.cpp. |
|
||||||||||||||||
|
Definition at line 157 of file taskeditoralarms.cpp. References inlineSetDate(), inlineSetTime(), and inlineSetType(). Referenced by TaskEditorAlarms(). |
|
||||||||||||
|
Definition at line 173 of file taskeditoralarms.cpp. References AlarmItem::alarm(), Opie::OPimNotify::dateTime(), m_dbMonth, popup(), DateBookMonth::selectedDate(), AlarmItem::setAlarm(), QDateTime::setDate(), DateBookMonth::setDate(), and Opie::OPimNotify::setDateTime(). Referenced by inlineEdit(). |
|
|
Definition at line 199 of file taskeditoralarms.cpp. References Opie::OPimNotify::dateTime(), Opie::OPimNotify::setDateTime(), QDateTime::setTime(), Opie::Ui::OTimePickerDialog::setTime(), Opie::Ui::OTimePickerDialog::time(), and QDateTime::time(). Referenced by inlineEdit(). |
|
||||||||||||
|
Definition at line 184 of file taskeditoralarms.cpp. References popup(), Opie::OPimAlarm::setSound(), and type. Referenced by inlineEdit(). |
|
|
Definition at line 130 of file taskeditoralarms.cpp. References QValueList< T >::begin(), QValueList< T >::end(), QValueList< T >::isEmpty(), and lstAlarms. Referenced by OTaskEditor::load(). |
|
|
Definition at line 211 of file taskeditoralarms.cpp. References m_date, m_dbMonth, m_type, tr, and TRUE. Referenced by inlineSetDate(), and inlineSetType(). |
|
|
Definition at line 144 of file taskeditoralarms.cpp. References AlarmItem::alarm(), QValueList< T >::append(), lstAlarms, Opie::OPimTodo::notifiers(), and Opie::OPimNotifyManager::setAlarms(). Referenced by OTaskEditor::todo(). |
|
|
Definition at line 121 of file taskeditoralarms.cpp. References lstAlarms. Referenced by TaskEditorAlarms(). |
|
|
Definition at line 118 of file taskeditoralarms.cpp. Referenced by TaskEditorAlarms(). |
|
|
Definition at line 114 of file taskeditoralarms.cpp. References QDateTime::currentDateTime(), and lstAlarms. Referenced by TaskEditorAlarms(). |
|
|
Definition at line 64 of file taskeditoralarms.h. Referenced by load(), save(), slotDelete(), slotNew(), and TaskEditorAlarms(). |
|
|
Definition at line 65 of file taskeditoralarms.h. Referenced by popup(), and TaskEditorAlarms(). |
|
|
Definition at line 68 of file taskeditoralarms.h. Referenced by inlineSetDate(), and popup(). |
|
|
Definition at line 66 of file taskeditoralarms.h. Referenced by TaskEditorAlarms(). |
|
|
Definition at line 67 of file taskeditoralarms.h. Referenced by popup(), and TaskEditorAlarms(). |
1.4.2