korganizer
KOrg::IncidenceChangerBase Class Reference
Inheritance diagram for KOrg::IncidenceChangerBase:

Detailed Description
Definition at line 36 of file incidencechangerbase.h.
Signals | |
| void | incidenceAdded (Incidence *) |
| void | incidenceChanged (Incidence *oldInc, Incidence *newInc, int) |
| void | incidenceChanged (Incidence *oldInc, Incidence *newInc) |
| void | incidenceToBeDeleted (Incidence *) |
| void | incidenceDeleted (Incidence *) |
| void | schedule (Scheduler::Method method, Incidence *incidence) |
Public Member Functions | |
| IncidenceChangerBase (Calendar *cal, QObject *parent=0) | |
| virtual | ~IncidenceChangerBase () |
| virtual bool | sendGroupwareMessage (Incidence *incidence, KCal::Scheduler::Method method, bool deleting=false)=0 |
| virtual bool | beginChange (Incidence *incidence)=0 |
| virtual bool | endChange (Incidence *incidence)=0 |
| virtual bool | addIncidence (Incidence *incidence, QWidget *parent=0)=0 |
| virtual bool | changeIncidence (Incidence *newinc, Incidence *oldinc, int action=-1)=0 |
| virtual bool | deleteIncidence (Incidence *incidence)=0 |
| virtual bool | cutIncidence (Incidence *incidence)=0 |
Protected Attributes | |
| Calendar * | mCalendar |
The documentation for this class was generated from the following file:

