#include <unistd.h>#include <opie2/odebug.h>#include <opie2/opimrecurrence.h>#include <opie2/opimnotifymanager.h>#include <opie2/otodoaccessvcal.h>#include <opie2/oapplicationfactory.h>#include <qpe/applnk.h>#include <qpe/config.h>#include <qpe/ir.h>#include <qpe/qpemessagebox.h>#include <qpe/alarmserver.h>#include <qpe/qpeapplication.h>#include <qaction.h>#include <qlayout.h>#include <qmenubar.h>#include <qmessagebox.h>#include <qpushbutton.h>#include <qstringlist.h>#include <qtimer.h>#include <qwhatsthis.h>#include "quickeditimpl.h"#include "todotemplatemanager.h"#include "templatedialogimpl.h"#include "tableview.h"#include "textviewshow.h"#include "todoeditor.h"#include "newtaskdlg.h"#include "mainwindow.h"Include dependency graph for mainwindow.cpp:

Go to the source code of this file.
Functions | |
| OPimNotifyManager::Alarms | findNonMatching (const OPimNotifyManager::Alarms &oldAls, const OPimNotifyManager::Alarms &newAls) |
| void | addAlarms (const OPimNotifyManager::Alarms &als, int uid) |
| void | removeAlarms (const OPimNotifyManager::Alarms &als, int uid) |
Variables | |
| static const char * | beamfile = "/tmp/opie-todo.vcs" |
|
||||||||||||
|
Definition at line 774 of file mainwindow.cpp. References AlarmServer::addAlarm(). |
|
||||||||||||
|
Definition at line 755 of file mainwindow.cpp. References QValueList< T >::append(), QValueList< T >::begin(), and QValueList< T >::end(). |
|
||||||||||||
|
Definition at line 781 of file mainwindow.cpp. References QValueList< T >::begin(), AlarmServer::deleteAlarm(), and QValueList< T >::end(). |
|
|
Definition at line 346 of file mainwindow.cpp. |
1.4.2