#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <unistd.h>#include <qasciidict.h>#include <qfile.h>#include <qtopia/global.h>#include <qtopia/stringutil.h>#include <qtopia/timeconversion.h>#include "opimnotifymanager.h"#include "orecur.h"#include "otimezone.h"#include "odatebookaccessbackend_xml.h"Include dependency graph for odatebookaccessbackend_xml.cpp:

Go to the source code of this file.
Enumerations | |
| enum | Attribute { FDescription = 0, FLocation, FCategories, FUid, FType, FAlarm, FSound, FRType, FRWeekdays, FRPosition, FRFreq, FRHasEndDate, FREndDate, FRStart, FREnd, FNote, FCreated, FTimeZone, FRecParent, FRecChildren, FExceptions } |
Functions | |
| char * | strstrlen (const char *haystack, int hLen, const char *needle, int nLen) |
| ORecur * | recur () |
| void | save (const OEvent &ev, QString &buf) |
| bool | forAll (const QMap< int, OEvent > &list, QFile &file) |
Variables | |
| time_t | start |
| time_t | end |
| time_t | created |
| time_t | rp_end |
| ORecur * | rec |
| int | alarmTime |
| int | snd |
|
|
Definition at line 63 of file odatebookaccessbackend_xml.cpp. |
|
||||||||||||
|
Definition at line 150 of file odatebookaccessbackend_xml.cpp. References QMap< Key, T >::begin(), buf, QMap< Key, T >::end(), QCString::length(), save(), str, QString::utf8(), and QFile::writeBlock(). Referenced by ODateBookAccessBackend_XML::save(). |
|
|
Definition at line 55 of file odatebookaccessbackend_xml.cpp. |
|
||||||||||||
|
Definition at line 88 of file odatebookaccessbackend_xml.cpp. References OTimeZone::current(), OPimNotify::dateTime(), Qtopia::escapeString(), OTimeZone::fromUTCDateTime(), i, Qtopia::Record::idsToString(), OPimAlarm::Loud, QString::number(), qWarning(), OPimAlarm::sound(), OTimeZone::toDateTime(), and OTimeZone::utc(). |
|
||||||||||||||||||||
|
Definition at line 27 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 61 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 53 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 53 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 54 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 53 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 62 of file odatebookaccessbackend_xml.cpp. |
|
|
Definition at line 53 of file odatebookaccessbackend_xml.cpp. |
1.4.2