OPimMainWindow Class Reference
#include <opimmainwindow.h>
Inheritance diagram for OPimMainWindow:


Public Types | |
| enum | TransPort { BlueTooth = 0, IrDa } |
Public Member Functions | |
| OPimMainWindow (const QString &service, QWidget *parent=0, const char *name=0, WFlags f=WType_TopLevel) | |
| virtual | ~OPimMainWindow () |
Protected Slots | |
| virtual void | doSetDocument (const QString &) |
| virtual void | flush ()=0 |
| virtual void | reload ()=0 |
| virtual int | create ()=0 |
| create a new Records and return the uid | |
| virtual bool | remove (int uid)=0 |
| remove a record with UID == uid | |
| virtual void | beam (int uid)=0 |
| beam the record with UID = uid | |
| virtual void | show (int uid)=0 |
| show the record with UID == uid | |
| virtual void | edit (int uid)=0 |
| edit the record | |
| virtual void | add (const OPimRecord &)=0 |
| make a copy of it! | |
| virtual void | doAlarm (const QDateTime &, int uid) |
| QCopChannel * | channel () |
Protected Member Functions | |
| void | startAlarm (int count=10) |
| start to play soundAlarm() | |
| void | killAlarm () |
| void | timerEvent (QTimerEvent *) |
Member Enumeration Documentation
|
|
Definition at line 27 of file opimmainwindow.h. |
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
Definition at line 12 of file opimmainwindow.cpp. References QObject::connect(), flush(), and reload(). |
|
|
Definition at line 32 of file opimmainwindow.cpp. |
Member Function Documentation
|
|
Definition at line 38 of file opimmainwindow.cpp. |
|
|
Referenced by OPimMainWindow(). |
|
|
Referenced by OPimMainWindow(). |
|
|
create a new Records and return the uid
|
|
|
remove a record with UID == uid
|
|
|
beam the record with UID = uid
|
|
|
show the record with UID == uid
|
|
|
edit the record
|
|
|
make a copy of it!
|
|
||||||||||||
|
Definition at line 131 of file opimmainwindow.cpp. |
|
|
Definition at line 35 of file opimmainwindow.cpp. |
|
|
start to play soundAlarm()
Definition at line 134 of file opimmainwindow.cpp. References Sound::soundAlarm(), and QObject::startTimer(). |
|
|
Definition at line 140 of file opimmainwindow.cpp. References QObject::killTimer(). |
|
|
Reimplemented from QObject. Definition at line 143 of file opimmainwindow.cpp. References QObject::killTimer(), Sound::soundAlarm(), and QTimerEvent::timerId(). |
The documentation for this class was generated from the following files:
