OPimNotify Class Reference
This is the base class of Notifiers. More...
#include <opimnotify.h>
Inheritance diagram for OPimNotify:

Public Types | |
| typedef QValueList< OPimNotify > | ValueList |
Public Member Functions | |
| OPimNotify (const QDateTime &start=QDateTime(), int duration=0, int parent=0) | |
| OPimNotify (const OPimNotify &) | |
| virtual | ~OPimNotify () |
| OPimNotify & | operator= (const OPimNotify &) |
| bool | operator== (const OPimNotify &) |
| virtual QString | type () const=0 |
| QDateTime | dateTime () const |
| start date | |
| QString | service () const |
| int | parent () const |
| RETURN the parent uid. | |
| int | duration () const |
| in Seconds | |
| QDateTime | endTime () const |
| Start Time + Duration. | |
| void | setDateTime (const QDateTime &) |
| void | setDuration (int dur) |
| void | setParent (int uid) |
| void | setService (const QString &) |
Detailed Description
This is the base class of Notifiers.Possible notifiers would be Alarms, Reminders What they share is that they have A DateTime, Type, Duration This is what this base class takes care of on top of that it's shared
Definition at line 20 of file opimnotify.h.
Member Typedef Documentation
|
|
Definition at line 22 of file opimnotify.h. |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 15 of file opimnotify.cpp. |
|
|
Definition at line 21 of file opimnotify.cpp. |
|
|
Definition at line 26 of file opimnotify.cpp. |
Member Function Documentation
|
|
Definition at line 33 of file opimnotify.cpp. References data. Referenced by OPimReminder::operator=(), and OPimAlarm::operator=(). |
|
|
Definition at line 40 of file opimnotify.cpp. References data. Referenced by OPimReminder::operator==(), and OPimAlarm::operator==(). |
|
|
Implemented in OPimAlarm, and OPimReminder. Referenced by OPimNotifyManager::add(), OPimNotifyManager::remove(), and OPimNotifyManager::replace(). |
|
|
start date
Definition at line 49 of file opimnotify.cpp. Referenced by save(), and OEvent::toMap(). |
|
|
Definition at line 52 of file opimnotify.cpp. |
|
|
RETURN the parent uid.
Definition at line 55 of file opimnotify.cpp. |
|
|
in Seconds
Definition at line 58 of file opimnotify.cpp. |
|
|
Start Time + Duration.
Definition at line 61 of file opimnotify.cpp. |
|
|
Definition at line 64 of file opimnotify.cpp. |
|
|
Definition at line 68 of file opimnotify.cpp. |
|
|
Definition at line 72 of file opimnotify.cpp. |
|
|
Definition at line 76 of file opimnotify.cpp. |
The documentation for this class was generated from the following files:
