KCalCore Library
#include <compat.h>

Public Member Functions | |
Compat () | |
virtual | ~Compat () |
virtual void | fixAlarms (const Incidence::Ptr &incidence) |
virtual void | fixEmptySummary (const Incidence::Ptr &incidence) |
virtual void | fixFloatingEnd (QDate &date) |
virtual int | fixPriority (int priority) |
virtual void | fixRecurrence (const Incidence::Ptr &incidence) |
virtual bool | useTimeZoneShift () |
Detailed Description
This class provides compatibility to older or broken calendar files.
Constructor & Destructor Documentation
Compat::Compat | ( | ) |
Constructor.
Definition at line 94 of file compat.cpp.
|
virtual |
Destructor.
Definition at line 98 of file compat.cpp.
Member Function Documentation
|
virtual |
Fixes the alarms list an incidence.
- Parameters
-
incidence is a pointer to an Incidence object that may need its alarms fixed.
Reimplemented in KCalCore::CompatOutlook9.
Definition at line 119 of file compat.cpp.
|
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 102 of file compat.cpp.
|
virtual |
Fixes the end date for floating events.
- Parameters
-
date is the end date to fix.
Reimplemented in KCalCore::CompatPre31.
Definition at line 124 of file compat.cpp.
|
virtual |
Fixes the priority.
- Parameters
-
priority is the priority value to fix.
- Returns
- an integer representing a valid priority value.
Reimplemented in KCalCore::CompatPre34.
Definition at line 136 of file compat.cpp.
|
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 KCalCore::CompatPre31, KCalCore::CompatPre32, and KCalCore::CompatPre35.
Definition at line 129 of file compat.cpp.
|
virtual |
Returns true if a timezone shift should be used; false otherwise.
Reimplemented in KCalCore::Compat32PrereleaseVersions.
Definition at line 141 of file compat.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed Nov 28 2012 21:41:16 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.