KCal Library
#include <calendar.h>

Public Member Functions | |
| virtual | ~CalendarObserver () | 
| virtual void | calendarIncidenceAdded (Incidence *incidence) | 
| virtual void | calendarIncidenceChanged (Incidence *incidence) | 
| virtual void | calendarIncidenceDeleted (Incidence *incidence) | 
| virtual void | calendarModified (bool modified, Calendar *calendar) | 
Detailed Description
The CalendarObserver class.
Definition at line 966 of file calendar.h.
Constructor & Destructor Documentation
      
  | 
  inlinevirtual | 
Destructor.
Definition at line 972 of file calendar.h.
Member Function Documentation
      
  | 
  virtual | 
Notify the Observer that an Incidence has been inserted.
- Parameters
 - 
  
incidence is a pointer to the Incidence that was inserted.  
Reimplemented in KCal::ResourceCached.
Definition at line 1092 of file calendar.cpp.
      
  | 
  virtual | 
Notify the Observer that an Incidence has been modified.
- Parameters
 - 
  
incidence is a pointer to the Incidence that was modified.  
Reimplemented in KCal::ResourceCached.
Definition at line 1097 of file calendar.cpp.
      
  | 
  virtual | 
Notify the Observer that an Incidence has been removed.
- Parameters
 - 
  
incidence is a pointer to the Incidence that was removed.  
Reimplemented in KCal::ResourceCached.
Definition at line 1102 of file calendar.cpp.
      
  | 
  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.  
Definition at line 1086 of file calendar.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference