libkcal
KCal::Calendar::Observer Class Reference
#include <calendar.h>
Inheritance diagram for KCal::Calendar::Observer:

Detailed Description
The Observer class.
Definition at line 799 of file calendar.h.
Public Member Functions | |
virtual | ~Observer () |
virtual void | calendarModified (bool, Calendar *) |
virtual void | calendarIncidenceAdded (Incidence *) |
virtual void | calendarIncidenceChanged (Incidence *) |
virtual void | calendarIncidenceDeleted (Incidence *) |
Member Function Documentation
|
Notify the Observer that an Incidence has been inserted. First parameter is a pointer to the Incidence that was inserted. Reimplemented in KCal::ResourceCached. Definition at line 818 of file calendar.h. |
|
Notify the Observer that an Incidence has been modified. First parameter is a pointer to the Incidence that was modified. Reimplemented in KCal::ResourceCached. Definition at line 825 of file calendar.h. |
|
Notify the Observer that an Incidence has been removed. First parameter is a pointer to the Incidence that was removed. Reimplemented in KCal::ResourceCached. Definition at line 832 of file calendar.h. |
|
Notify the Observer that a Calendar has been modified.
First parameter is true if the Calendar has been modified. Definition at line 810 of file calendar.h. |
The documentation for this class was generated from the following file: