KCal Library
#include <journal.h>

Public Types | |
typedef boost::shared_ptr < const Journal > | ConstPtr |
typedef ListBase< Journal > | List |
typedef boost::shared_ptr < Journal > | Ptr |
Public Member Functions | |
Journal () | |
~Journal () | |
Journal * | clone () |
Journal & | operator= (const Journal &other) |
bool | operator== (const Journal &journal) const |
QByteArray | type () const |
Detailed Description
Member Typedef Documentation
typedef boost::shared_ptr<const Journal> KCal::Journal::ConstPtr |
A shared pointer to a non-mutable Journal object.
Reimplemented from KCal::Incidence.
typedef ListBase<Journal> KCal::Journal::List |
typedef boost::shared_ptr<Journal> KCal::Journal::Ptr |
A shared pointer to a Journal object.
Reimplemented from KCal::Incidence.
Constructor & Destructor Documentation
Journal::Journal | ( | ) |
Constructs an empty journal.
Definition at line 37 of file journal.cpp.
Destroys a journal.
Definition at line 41 of file journal.cpp.
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 56 of file journal.cpp.
Assignment operator.
Definition at line 61 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 72 of file journal.cpp.
QByteArray Journal::type | ( | ) | const [virtual] |
Implements KCal::IncidenceBase.
Definition at line 45 of file journal.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:19:51 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.