libkcal Library API Documentation

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 >:

Inheritance graph
[legend]
Collaboration diagram for KCal::Incidence::DeleteVisitor< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DeleteVisitor (T *r)
bool visit (Event *e)
bool visit (Todo *t)
bool visit (Journal *j)

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 102 of file incidence.h.


Member Function Documentation

template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit Event e  )  [inline, virtual]
 

Reimplement this function in your concrete subclass of IncidenceVisitor to perform actions on an Event object.

Reimplemented from KCal::Incidence::Visitor.

Definition at line 107 of file incidence.h.

template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit Todo t  )  [inline, virtual]
 

Reimplement this function in your concrete subclass of IncidenceVisitor to perform actions on an Todo object.

Reimplemented from KCal::Incidence::Visitor.

Definition at line 108 of file incidence.h.

template<class T>
bool KCal::Incidence::DeleteVisitor< T >::visit Journal j  )  [inline, virtual]
 

Reimplement this function in your concrete subclass of IncidenceVisitor to perform actions on an Journal object.

Reimplemented from KCal::Incidence::Visitor.

Definition at line 109 of file incidence.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for libkcal Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Jul 25 11:17:39 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003