KCalCore Library
#include <journal.h>

Static Public Member Functions | |
| static QLatin1String | journalMimeType () |
Static Public Member Functions inherited from KCalCore::Incidence | |
| static QStringList | mimeTypes () |
Static Public Member Functions inherited from KCalCore::IncidenceBase | |
| static quint32 | magicSerializationIdentifier () |
Static Public Member Functions inherited from KCalCore::CustomProperties | |
| static QByteArray | customPropertyName (const QByteArray &app, const QByteArray &key) |
Protected Member Functions | |
| virtual IncidenceBase & | assign (const IncidenceBase &other) |
| bool | equals (const IncidenceBase &journal) const |
| virtual void | virtual_hook (int id, void *data) |
Protected Member Functions inherited from KCalCore::Incidence | |
| Incidence (const Incidence &other) | |
| void | deserialize (QDataStream &in) |
| void | serialize (QDataStream &out) |
Protected Member Functions inherited from KCalCore::IncidenceBase | |
| IncidenceBase (const IncidenceBase &ib) | |
| virtual void | customPropertyUpdate () |
| virtual void | customPropertyUpdated () |
| void | setFieldDirty (IncidenceBase::Field field) |
Additional Inherited Members | |
Protected Types inherited from KCalCore::IncidenceBase | |
| enum | VirtualHook { SerializerHook, DeserializerHook } |
Protected Attributes inherited from KCalCore::IncidenceBase | |
| bool | mReadOnly |
Detailed Description
Member Typedef Documentation
| typedef QVector<Ptr> KCalCore::Journal::List |
| typedef QSharedPointer<Journal> KCalCore::Journal::Ptr |
Constructor & Destructor Documentation
| Journal::Journal | ( | ) |
Constructs an empty journal.
Definition at line 39 of file journal.cpp.
| Journal::~Journal | ( | ) |
Destroys a journal.
Definition at line 43 of file journal.cpp.
Member Function Documentation
|
protectedvirtual |
Reimplemented from KCalCore::Incidence.
Definition at line 62 of file journal.cpp.
|
virtual |
Returns an exact copy of this journal.
The returned object is owned by the caller.
Implements KCalCore::Incidence.
Definition at line 57 of file journal.cpp.
|
virtual |
IncidenceBase::dateTime(DateTimeRole)const
Implements KCalCore::IncidenceBase.
Definition at line 78 of file journal.cpp.
|
protectedvirtual |
Compare this with journal for equality.
- Parameters
-
journal is the journal to compare.
Reimplemented from KCalCore::Incidence.
Definition at line 68 of file journal.cpp.
|
virtual |
|
static |
Returns the Akonadi specific sub MIME type of a KCalCore::Journal.
Definition at line 125 of file journal.cpp.
|
virtual |
Implements KCalCore::IncidenceBase.
Definition at line 119 of file journal.cpp.
|
virtual |
IncidenceBase::setDateTime(const KDateTime &, DateTimeRole )
Implements KCalCore::IncidenceBase.
Definition at line 92 of file journal.cpp.
|
virtual |
Implements KCalCore::IncidenceBase.
Definition at line 47 of file journal.cpp.
|
virtual |
Implements KCalCore::IncidenceBase.
Definition at line 52 of file journal.cpp.
|
protectedvirtual |
Implements KCalCore::IncidenceBase.
Definition at line 105 of file journal.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Types inherited from