libkcal
icalformatimpl.cpp File Reference
#include <qdatetime.h>
#include <qstring.h>
#include <qptrlist.h>
#include <qfile.h>
#include <cstdlib>
#include <kdebug.h>
#include <klocale.h>
#include <kmdcodec.h>
#include <ical.h>
#include <icalparser.h>
#include <icalrestriction.h>
#include "calendar.h"
#include "journal.h"
#include "icalformat.h"
#include "icalformatimpl.h"
#include "compat.h"
Include dependency graph for icalformatimpl.cpp:
Go to the source code of this file.
Defines | |
#define | _ICAL_VERSION "2.0" |
#define | readSetByList(rrulecomp, setfunc) |
Functions | |
static void | _dumpIcaltime (const icaltimetype &t) |
static QDateTime | ICalDate2QDate (const icaltimetype &t) |
Variables | |
const int | gSecondsPerDay = gSecondsPerHour * 24 |
const int | gSecondsPerHour = gSecondsPerMinute * 60 |
const int | gSecondsPerMinute = 60 |
const int | gSecondsPerWeek = gSecondsPerDay * 7 |
Define Documentation
#define _ICAL_VERSION "2.0" |
Definition at line 45 of file icalformatimpl.cpp.
#define readSetByList | ( | rrulecomp, | |||
setfunc | ) |
Value:
index = 0; \ lst.clear(); \ while ( (i = r.rrulecomp[index++] ) != ICAL_RECURRENCE_ARRAY_MAX ) \ lst.append( i ); \ if ( !lst.isEmpty() ) recur->setfunc( lst );
Function Documentation
static void _dumpIcaltime | ( | const icaltimetype & | t | ) | [static] |
Definition at line 58 of file icalformatimpl.cpp.
static QDateTime ICalDate2QDate | ( | const icaltimetype & | t | ) | [static] |
Definition at line 50 of file icalformatimpl.cpp.
Variable Documentation
const int gSecondsPerDay = gSecondsPerHour * 24 |
Definition at line 70 of file icalformatimpl.cpp.
const int gSecondsPerHour = gSecondsPerMinute * 60 |
Definition at line 69 of file icalformatimpl.cpp.
const int gSecondsPerMinute = 60 |
Definition at line 68 of file icalformatimpl.cpp.
const int gSecondsPerWeek = gSecondsPerDay * 7 |
Definition at line 71 of file icalformatimpl.cpp.