KCalCore Library
KCalCore::IncidenceBase::IncidenceObserver Class Referenceabstract
#include <incidencebase.h>
Inheritance diagram for KCalCore::IncidenceBase::IncidenceObserver:
Public Member Functions | |
virtual | ~IncidenceObserver () |
virtual void | incidenceUpdate (const QString &uid, const KDateTime &recurrenceId)=0 |
virtual void | incidenceUpdated (const QString &uid, const KDateTime &recurrenceId)=0 |
Detailed Description
The IncidenceObserver class.
Definition at line 199 of file incidencebase.h.
Constructor & Destructor Documentation
|
virtual |
Destroys the IncidenceObserver.
Definition at line 744 of file incidencebase.cpp.
Member Function Documentation
|
pure virtual |
The IncidenceObserver interface.
This function is called before any changes are made.
- Parameters
-
uid is the string containing the incidence uid. recurrenceId is possible recurrenceid of incidence.
Implemented in KCalCore::MemoryCalendar.
|
pure virtual |
The IncidenceObserver interface.
This function is called after changes are completed.
- Parameters
-
uid is the string containing the incidence uid. recurrenceId is possible recurrenceid of incidence.
Implemented in KCalCore::Calendar, and KCalCore::MemoryCalendar.
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.