libkcal Library API Documentation

KCal::Journal Class Reference

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

#include <journal.h>

Inheritance diagram for KCal::Journal:

Inheritance graph
[legend]
Collaboration diagram for KCal::Journal:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ListBase< JournalList

Public Member Functions

bool accept (Visitor &v)
bool operator== (const Journal &) const
QCString type () const
Journalclone ()

Detailed Description

This class provides a Journal in the sense of RFC2445.

Definition at line 31 of file journal.h.


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

Definition at line 38 of file journal.h.

Journal * Journal::clone  )  [virtual]
 

Return copy of this Journal.

The caller owns the returned object.

Implements KCal::Incidence.

Definition at line 33 of file journal.cpp.


The documentation for this class was generated from the following files:
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 Thu Aug 23 18:18:54 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003