Compatibility class for old Nokia Phones. More...
#include <compatibility.h>
Classes | |
class | Private |
Public Member Functions | |
CompatNokiaPhones () | |
~CompatNokiaPhones () | |
virtual void | fixAll (const KCalCore::Incidence::Ptr &incidence, Compatibility::DirectionType type) |
virtual void | fixElement (Compatibility::FixType element, const KCalCore::Incidence::Ptr &incidence, Compatibility::DirectionType type) |
Compatibility class for old Nokia Phones.
Old Nokia Phones, Symbian and N900 only understand the AALARM so they have to be modified to show those alarms.
CompatNokiaPhones::CompatNokiaPhones | ( | ) |
CompatNokiaPhones::~CompatNokiaPhones | ( | ) |
void CompatNokiaPhones::fixAll | ( | const KCalCore::Incidence::Ptr & | incidence, | |
Compatibility::DirectionType | type | |||
) | [virtual] |
Fixes all the possible errors on an incidence.
incidence | is a pointer to an Incidence object that may | |
type | if it is to import or to export need its recurrence rule fixed. |
Reimplemented from mKCal::Compatibility.
void CompatNokiaPhones::fixElement | ( | Compatibility::FixType | element, | |
const KCalCore::Incidence::Ptr & | incidence, | |||
Compatibility::DirectionType | type | |||
) | [virtual] |
Fixes one of the possible errors of an an incidence.
element | The element to fix | |
incidence | is a pointer to an Incidence object that may need | |
type | if it is to import or to export its summary fixed. |
Reimplemented from mKCal::Compatibility.