#include <errno.h>#include <fcntl.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include <qfile.h>#include <qvector.h>#include <qpe/global.h>#include <qpe/stringutil.h>#include <qpe/timeconversion.h>#include "oconversion.h"#include "opimstate.h"#include "otimezone.h"#include "opimnotifymanager.h"#include "orecur.h"#include "otodoaccessxml.h"Include dependency graph for otodoaccessxml.cpp:

Go to the source code of this file.
Enumerations | |
| enum | MoreAttributes { FRType = OTodo::CompletedDate + 2, FRWeekdays, FRPosition, FRFreq, FRHasEndDate, FREndDate, FRStart, FREnd } |
Functions | |
| ORecur * | recur () |
| char * | strstrlen (const char *haystack, int hLen, const char *needle, int nLen) |
| QString | customToXml (const QMap< QString, QString > &customMap) |
| QString | string (const OTodo &todo) |
| int | completed (const OTodo &todo1, const OTodo &todo2) |
| int | priority (const OTodo &t1, const OTodo &t2) |
| int | description (const OTodo &t1, const OTodo &t2) |
| int | deadline (const OTodo &t1, const OTodo &t2) |
Variables | |
| time_t | rp_end |
| ORecur * | rec |
| int | snd |
|
|
Definition at line 33 of file otodoaccessxml.cpp. |
|
||||||||||||
|
Definition at line 630 of file otodoaccessxml.cpp. References OTodo::isCompleted(). |
|
|
Definition at line 507 of file otodoaccessxml.cpp. References buf, and Qtopia::escapeString(). |
|
||||||||||||
|
Definition at line 642 of file otodoaccessxml.cpp. References OTodo::dueDate(), and OTodo::hasDueDate(). |
|
||||||||||||
|
||||||||||||
|
Definition at line 636 of file otodoaccessxml.cpp. References OTodo::priority(). |
|
|
Definition at line 28 of file otodoaccessxml.cpp. |
|
|
Definition at line 625 of file otodoaccessxml.cpp. References OTodo::description(), and OTodo::summary(). |
|
||||||||||||||||||||
|
Definition at line 44 of file otodoaccessxml.cpp. |
|
|
Definition at line 27 of file otodoaccessxml.cpp. |
|
|
Definition at line 26 of file otodoaccessxml.cpp. |
|
|
Definition at line 32 of file otodoaccessxml.cpp. |
1.4.2