KCalCore Library
#include <calendar.h>
The CalendarObserver class.
Definition at line 1325 of file calendar.h.
virtual KCalCore::Calendar::CalendarObserver::~CalendarObserver |
( |
| ) |
|
|
virtual |
virtual void KCalCore::Calendar::CalendarObserver::calendarIncidenceAdded |
( |
const Incidence::Ptr & |
incidence | ) |
|
|
virtual |
Notify the Observer that an Incidence has been inserted.
- Parameters
-
incidence | is a pointer to the Incidence that was inserted. |
virtual void KCalCore::Calendar::CalendarObserver::calendarIncidenceAdditionCanceled |
( |
const Incidence::Ptr & |
incidence | ) |
|
|
virtual |
Notify the Observer that an addition of Incidence has been canceled.
- Parameters
-
incidence | is a pointer to the Incidence that was removed. |
virtual void KCalCore::Calendar::CalendarObserver::calendarIncidenceChanged |
( |
const Incidence::Ptr & |
incidence | ) |
|
|
virtual |
Notify the Observer that an Incidence has been modified.
- Parameters
-
incidence | is a pointer to the Incidence that was modified. |
virtual void KCalCore::Calendar::CalendarObserver::calendarIncidenceDeleted |
( |
const Incidence::Ptr & |
incidence | ) |
|
|
virtual |
Notify the Observer that an Incidence has been removed.
- Parameters
-
incidence | is a pointer to the Incidence that was removed. |
virtual void KCalCore::Calendar::CalendarObserver::calendarModified |
( |
bool |
modified, |
|
|
Calendar * |
calendar |
|
) |
| |
|
virtual |
Notify the Observer that a Calendar has been modified.
- Parameters
-
modified | set if the calendar has been modified. |
calendar | is a pointer to the Calendar object that is being observed. |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Sun Apr 26 2015 01:50:02 by
doxygen 1.8.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.