KDE PIM / Developers / API Docs / libkcal

KCal::Incidence::AddVisitor< T > Class Template Reference

This class implements a visitor for adding an Incidence to a resource supporting addEvent(), addTodo() and addJournal() calls. More...

#include <incidence.h>

Inherits KCal::IncidenceBase::Visitor.

List of all members.

Public Member Functions


Detailed Description

template<class T>
class KCal::Incidence::AddVisitor< T >

This class implements a visitor for adding an Incidence to a resource supporting addEvent(), addTodo() and addJournal() calls.


Member Function Documentation

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

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

Reimplemented from KCal::IncidenceBase::Visitor.

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

Reimplement this function in your concrete subclass of IncidenceBase::Visitor to perform actions on a Todo object.

Reimplemented from KCal::IncidenceBase::Visitor.

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

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

Reimplemented from KCal::IncidenceBase::Visitor.


The documentation for this class was generated from the following file: