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
◆ Compat()
◆ ~Compat()
Member Function Documentation
◆ fixAlarms()
|
inlinevirtual |
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.
◆ fixEmptySummary()
|
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.
◆ fixFloatingEnd()
|
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.
◆ fixPriority()
|
inlinevirtual |
◆ fixRecurrence()
|
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::CompatPre35, KCal::CompatPre32, and KCal::CompatPre31.
Definition at line 117 of file compat.cpp.
◆ useTimeZoneShift()
|
inlinevirtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.