libkcal
KCal::Incidence::DeleteVisitor< T > Class Template Reference
This class implements a visitor for deleting an Incidence from a resource supporting deleteEvent(), deleteTodo() and deleteJournal() calls. More...
#include <incidence.h>
Inheritance diagram for KCal::Incidence::DeleteVisitor< T >:
Public Member Functions | |
DeleteVisitor (T *r) | |
bool | visit (Journal *j) |
bool | visit (Todo *t) |
bool | visit (Event *e) |
Detailed Description
template<class T>
class KCal::Incidence::DeleteVisitor< T >
This class implements a visitor for deleting an Incidence from a resource supporting deleteEvent(), deleteTodo() and deleteJournal() calls.
Definition at line 69 of file incidence.h.
Constructor & Destructor Documentation
template<class T>
KCal::Incidence::DeleteVisitor< T >::DeleteVisitor | ( | T * | r | ) | [inline] |
Definition at line 72 of file incidence.h.
Member Function Documentation
template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit | ( | Journal * | ) | [inline, virtual] |
Reimplement this function in your concrete subclass of IncidenceBase::Visitor to perform actions on an Journal object.
Reimplemented from KCal::IncidenceBase::Visitor.
Definition at line 76 of file incidence.h.
template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit | ( | Todo * | ) | [inline, virtual] |
Reimplement this function in your concrete subclass of IncidenceBase::Visitor to perform actions on a Todo object.
Reimplemented from KCal::IncidenceBase::Visitor.
Definition at line 75 of file incidence.h.
template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit | ( | Event * | ) | [inline, virtual] |
Reimplement this function in your concrete subclass of IncidenceBase::Visitor to perform actions on an Event object.
Reimplemented from KCal::IncidenceBase::Visitor.
Definition at line 74 of file incidence.h.
The documentation for this class was generated from the following file: