otodoaccessxml.cpp File Reference
#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 |
Enumeration Type Documentation
|
|
Definition at line 33 of file otodoaccessxml.cpp. |
Function Documentation
|
|
Definition at line 28 of file otodoaccessxml.cpp. References rec. |
|
||||||||||||||||||||
|
Definition at line 44 of file otodoaccessxml.cpp. Referenced by OTodoAccessXML::load(). |
|
|
Definition at line 507 of file otodoaccessxml.cpp. References QMap::begin(), QMap::end(), and Qtopia::escapeString(). |
|
|
Definition at line 625 of file otodoaccessxml.cpp. References OTodo::description(), QString::isEmpty(), QString::left(), and OTodo::summary(). Referenced by description(). |
|
||||||||||||
|
Definition at line 630 of file otodoaccessxml.cpp. References OTodo::isCompleted(). |
|
||||||||||||
|
Definition at line 636 of file otodoaccessxml.cpp. References OTodo::priority(). Referenced by OTodo::operator<(), OTodo::operator<=(), OTodo::operator>(), and OTodo::operator>=(). |
|
||||||||||||
|
Definition at line 639 of file otodoaccessxml.cpp. References QString::compare(), and string(). Referenced by OEvent::toMap(), OEvent::toRichText(), and OEvent::toShortText(). |
|
||||||||||||
|
Definition at line 642 of file otodoaccessxml.cpp. References QDate::daysTo(), OTodo::dueDate(), and OTodo::hasDueDate(). |
Variable Documentation
|
|
Definition at line 26 of file otodoaccessxml.cpp. Referenced by OTodoAccessXML::load(). |
|
|
Definition at line 27 of file otodoaccessxml.cpp. Referenced by OTodoAccessXML::load(), and recur(). |
|
|
Definition at line 32 of file otodoaccessxml.cpp. |
