kpilot
vcalRecord.cc File Reference
#include "options.h"
#include <libkcal/calendar.h>
#include <libkcal/calendarlocal.h>
#include <libkcal/recurrence.h>
#include <libkcal/vcalformat.h>
#include "pilot.h"
#include "pilotDateEntry.h"
#include "kcalRecord.h"
#include "vcalRecord.h"
Include dependency graph for vcalRecord.cc:
Go to the source code of this file.
Functions | |
static void | setAlarms (PilotDateEntry *de, const KCal::Event *e) |
static void | setAlarms (KCal::Event *e, const PilotDateEntry *de) |
static void | setExceptions (PilotDateEntry *dateEntry, const KCal::Event *vevent) |
static void | setExceptions (KCal::Event *vevent, const PilotDateEntry *dateEntry) |
static void | setRecurrence (PilotDateEntry *dateEntry, const KCal::Event *event) |
static void | setRecurrence (KCal::Event *event, const PilotDateEntry *dateEntry) |
static void | setStartEndTimes (PilotDateEntry *de, const KCal::Event *e) |
static void | setStartEndTimes (KCal::Event *e, const PilotDateEntry *de) |
Function Documentation
static void setAlarms | ( | PilotDateEntry * | de, | |
const KCal::Event * | e | |||
) | [static] |
Definition at line 258 of file vcalRecord.cc.
static void setAlarms | ( | KCal::Event * | e, | |
const PilotDateEntry * | de | |||
) | [static] |
Definition at line 64 of file vcalRecord.cc.
static void setExceptions | ( | PilotDateEntry * | dateEntry, | |
const KCal::Event * | vevent | |||
) | [static] |
Definition at line 429 of file vcalRecord.cc.
static void setExceptions | ( | KCal::Event * | vevent, | |
const PilotDateEntry * | dateEntry | |||
) | [static] |
Definition at line 207 of file vcalRecord.cc.
static void setRecurrence | ( | PilotDateEntry * | dateEntry, | |
const KCal::Event * | event | |||
) | [static] |
Definition at line 321 of file vcalRecord.cc.
static void setRecurrence | ( | KCal::Event * | event, | |
const PilotDateEntry * | dateEntry | |||
) | [static] |
Definition at line 105 of file vcalRecord.cc.
static void setStartEndTimes | ( | PilotDateEntry * | de, | |
const KCal::Event * | e | |||
) | [static] |
Definition at line 237 of file vcalRecord.cc.
static void setStartEndTimes | ( | KCal::Event * | e, | |
const PilotDateEntry * | de | |||
) | [static] |
Definition at line 44 of file vcalRecord.cc.