KDE PIM / Developers / API Docs / libkcal

KCal::Journal Class Reference

This class provides a Journal in the sense of RFC2445. More...

#include <journal.h>

Inherits KCal::Incidence.

List of all members.

Public Types

Public Member Functions


Detailed Description

This class provides a Journal in the sense of RFC2445.


Member Function Documentation

bool KCal::Journal::accept Visitor &  v  )  [inline, virtual]
 

Accept IncidenceVisitor.

A class taking part in the visitor mechanism has to provide this implementation:

        bool accept(Visitor &v) { return v.visit(this); }
      

Reimplemented from KCal::IncidenceBase.

Journal * Journal::clone  )  [virtual]
 

Return copy of this Journal.

The caller owns the returned object.

Implements KCal::Incidence.


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