KCal Library
KCal::Compat Class Reference
#include <compat.h>
Inheritance diagram for KCal::Compat:

Public Member Functions | |
Compat () | |
virtual | ~Compat () |
virtual void | fixAlarms (Incidence *incidence) |
virtual void | fixEmptySummary (Incidence *incidence) |
virtual void | fixFloatingEnd (QDate &date) |
virtual int | fixPriority (int priority) |
virtual void | fixRecurrence (Incidence *incidence) |
virtual bool | useTimeZoneShift () |
Detailed Description
This class provides compatibility to older or broken calendar files.
Constructor & Destructor Documentation
KCal::Compat::Compat | ( | ) | [inline] |
virtual KCal::Compat::~Compat | ( | ) | [inline, virtual] |
Member Function Documentation
virtual void KCal::Compat::fixAlarms | ( | Incidence * | incidence | ) | [inline, virtual] |
Fixes the alarms list an incidence.
- Parameters:
-
incidence is a pointer to an Incidence object that may need its alarms fixed.
Reimplemented in KCal::CompatOutlook9.
void Compat::fixEmptySummary | ( | Incidence * | incidence | ) | [virtual] |
Fixes an empty summary for an incidence.
- Parameters:
-
incidence is a pointer to an Incidence object that may need its summary fixed.
Definition at line 95 of file compat.cpp.
void Compat::fixFloatingEnd | ( | QDate & | date | ) | [virtual] |
Fixes the end date for floating events.
- Parameters:
-
date is the end date to fix.
Reimplemented in KCal::CompatPre31.
Definition at line 112 of file compat.cpp.
virtual int KCal::Compat::fixPriority | ( | int | priority | ) | [inline, virtual] |
void Compat::fixRecurrence | ( | Incidence * | incidence | ) | [virtual] |
Fixes the recurrence rule for an incidence.
- Parameters:
-
incidence is a pointer to an Incidence object that may need its recurrence rule fixed.
Reimplemented in KCal::CompatPre31, KCal::CompatPre32, and KCal::CompatPre35.
Definition at line 117 of file compat.cpp.
virtual bool KCal::Compat::useTimeZoneShift | ( | ) | [inline, virtual] |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:43 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.