KCalendarCore::Calendar::CalendarObserver
#include <calendar.h>
Public Member Functions | |
virtual | ~CalendarObserver () |
virtual void | calendarIncidenceAboutToBeDeleted (const Incidence::Ptr &incidence) |
virtual void | calendarIncidenceAdded (const Incidence::Ptr &incidence) |
virtual void | calendarIncidenceAdditionCanceled (const Incidence::Ptr &incidence) |
virtual void | calendarIncidenceChanged (const Incidence::Ptr &incidence) |
virtual void | calendarIncidenceDeleted (const Incidence::Ptr &incidence, const Calendar *calendar) |
virtual void | calendarModified (bool modified, Calendar *calendar) |
Detailed Description
The CalendarObserver class.
Definition at line 962 of file calendar.h.
Constructor & Destructor Documentation
◆ ~CalendarObserver()
|
virtual |
Destructor.
Definition at line 572 of file calendar.cpp.
Member Function Documentation
◆ calendarIncidenceAboutToBeDeleted()
|
virtual |
Notify the Observer that an Incidence will be removed.
- Parameters
-
incidence is a pointer to the Incidence that will be removed.
Definition at line 592 of file calendar.cpp.
◆ calendarIncidenceAdded()
|
virtual |
Notify the Observer that an Incidence has been inserted.
- Parameters
-
incidence is a pointer to the Incidence that was inserted.
Definition at line 582 of file calendar.cpp.
◆ calendarIncidenceAdditionCanceled()
|
virtual |
Notify the Observer that an addition of Incidence has been canceled.
- Parameters
-
incidence is a pointer to the Incidence that was removed.
Definition at line 603 of file calendar.cpp.
◆ calendarIncidenceChanged()
|
virtual |
Notify the Observer that an Incidence has been modified.
- Parameters
-
incidence is a pointer to the Incidence that was modified.
Definition at line 587 of file calendar.cpp.
◆ calendarIncidenceDeleted()
|
virtual |
Notify the Observer that an Incidence has been removed.
- Parameters
-
incidence is a pointer to the Incidence that was removed. calendar is a pointer to the calendar where the incidence was part of, because the incidence was deleted, there is now way to determine the calendar
- Since
- 4.83.0
Definition at line 597 of file calendar.cpp.
◆ calendarModified()
|
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 576 of file calendar.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.