KCal Library
KCal::Journal Class Reference
Provides a Journal in the sense of RFC2445. More...
#include <journal.h>
Inheritance diagram for KCal::Journal:

Public Types | |
| typedef ListBase< Journal > | List |
Public Member Functions | |
| Journal * | clone () |
| Journal () | |
| Journal & | operator= (const Journal &other) |
| bool | operator== (const Journal &journal) const |
| QByteArray | type () const |
| ~Journal () | |
Detailed Description
Provides a Journal in the sense of RFC2445.Definition at line 42 of file journal.h.
Member Typedef Documentation
| typedef ListBase<Journal> KCal::Journal::List |
Constructor & Destructor Documentation
| Journal::Journal | ( | ) |
| Journal::~Journal | ( | ) |
Member Function Documentation
| Journal * Journal::clone | ( | ) | [virtual] |
Returns an exact copy of this journal.
The returned object is owned by the caller.
Implements KCal::Incidence.
Definition at line 49 of file journal.cpp.
| bool Journal::operator== | ( | const Journal & | journal | ) | const |
Compare this with journal for equality.
- Parameters:
-
journal is the journal to compare.
Definition at line 60 of file journal.cpp.
| QByteArray Journal::type | ( | ) | const [virtual] |
Prints the type of Incidence as a string.
Implements KCal::IncidenceBase.
Definition at line 44 of file journal.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference