• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepimlibs API Reference
  • KDE Home
  • Contact Us
 

KCalCore Library

  • KCalCore
  • Visitor
Public Member Functions | Protected Member Functions | List of all members
KCalCore::Visitor Class Reference

#include <visitor.h>

Public Member Functions

virtual ~Visitor ()
 
virtual bool visit (Event::Ptr event)
 
virtual bool visit (Todo::Ptr todo)
 
virtual bool visit (Journal::Ptr journal)
 
virtual bool visit (FreeBusy::Ptr freebusy)
 

Protected Member Functions

 Visitor ()
 

Detailed Description

This class provides the interface for a visitor of calendar components.

It serves as base class for concrete visitors, which implement certain actions on calendar components. It allows to add functions, which operate on the concrete types of calendar components, without changing the calendar component classes.

Definition at line 43 of file visitor.h.

Constructor & Destructor Documentation

Visitor::~Visitor ( )
virtual

Destruct Incidence::Visitor.

Definition at line 38 of file visitor.cpp.

Visitor::Visitor ( )
protected

Constructor is protected to prevent direct creation of visitor base class.

Definition at line 34 of file visitor.cpp.

Member Function Documentation

bool Visitor::visit ( Event::Ptr  event)
virtual

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

Parameters
eventis a pointer to a valid Event object.

Definition at line 42 of file visitor.cpp.

bool Visitor::visit ( Todo::Ptr  todo)
virtual

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

Parameters
todois a pointer to a valid Todo object.

Definition at line 48 of file visitor.cpp.

bool Visitor::visit ( Journal::Ptr  journal)
virtual

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

Parameters
journalis a pointer to a valid Journal object.

Definition at line 54 of file visitor.cpp.

bool Visitor::visit ( FreeBusy::Ptr  freebusy)
virtual

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

Parameters
freebusyis a pointer to a valid FreeBusy object.

Definition at line 60 of file visitor.cpp.


The documentation for this class was generated from the following files:
  • visitor.h
  • visitor.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KCalCore Library

Skip menu "KCalCore Library"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal