libkcal

KCal::Journal Class Reference

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

#include <journal.h>

Inheritance diagram for KCal::Journal:

List of all members.


Public Types

typedef ListBase< JournalList

Public Member Functions

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

Detailed Description

This class provides a Journal in the sense of RFC2445.

Definition at line 33 of file journal.h.


Member Typedef Documentation

Reimplemented from KCal::Incidence.

Definition at line 36 of file journal.h.


Constructor & Destructor Documentation

Journal::Journal (  ) 

Definition at line 26 of file journal.cpp.

Journal::~Journal (  ) 

Definition at line 30 of file journal.cpp.


Member Function Documentation

bool KCal::Journal::accept ( Visitor  )  [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.

Definition at line 40 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 34 of file journal.cpp.

bool Journal::operator== ( const Journal j2  )  const

Definition at line 40 of file journal.cpp.

QCString KCal::Journal::type (  )  const [inline, virtual]

Implements KCal::IncidenceBase.

Definition at line 43 of file journal.h.


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