KCalCore Library
KCalCore::CompatPre35 Class Reference
#include <compat.h>
Inheritance diagram for KCalCore::CompatPre35:
Public Member Functions | |
virtual void | fixRecurrence (const Incidence::Ptr &incidence) |
Public Member Functions inherited from KCalCore::Compat | |
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 | setCreatedToDtStamp (const Incidence::Ptr &incidence, const KDateTime &dtstamp) |
virtual bool | useTimeZoneShift () |
Detailed Description
Compatibility class for KOrganizer pre-3.5 calendar files.
Before kde 3.5, the start date was not automatically a recurring date. So, if the start date doesn't match the recurrence rule, we need to add an ex-date for the date start. If a duration was given, the DTSTART was only counted if it matched, so by accident this was already the correct behavior, so we don't need to adjust the duration.
Member Function Documentation
|
virtual |
Reimplemented from KCalCore::Compat.
Reimplemented in KCalCore::CompatPre31, and KCalCore::CompatPre32.
Definition at line 214 of file compat.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.