#include <opie2/opimnotifymanager.h>#include <opie2/opimrecurrence.h>#include <opie2/opimtimezone.h>#include <opie2/odatebookaccessbackend_xml.h>#include <opie2/odebug.h>#include <qtopia/global.h>#include <qtopia/stringutil.h>#include <qtopia/timeconversion.h>#include <qasciidict.h>#include <qfile.h>#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 dependency graph for odatebookaccessbackend_xml.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Opie |
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) |
| static OPimRecurrence * | recur () |
| static void | save (const OPimEvent &ev, QString &buf) |
| static bool | saveEachEvent (const QMap< int, OPimEvent > &list, QFile &file) |
Variables | |
| time_t | start |
| time_t | end |
| time_t | created |
| time_t | rp_end |
| OPimRecurrence * | rec |
| int | alarmTime |
| int | snd |
|
|
Definition at line 99 of file odatebookaccessbackend_xml.cpp. |
|
|
||||||||||||
|
||||||||||||
|
Definition at line 194 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 Opie::ODateBookAccessBackend_XML::save(). |
|
||||||||||||||||||||
|
Definition at line 63 of file odatebookaccessbackend_xml.cpp. Referenced by OTodoAccessXML::load(), Opie::OPimTodoAccessXML::load(), ODateBookAccessBackend_XML::loadFile(), and Opie::ODateBookAccessBackend_XML::loadFile(). |
|
|
|
|
|
|
|
1.4.2