kalarm
EventId Struct Reference
#include <eventid.h>
Inheritance diagram for EventId:
Public Member Functions | |
EventId () | |
EventId (Akonadi::Collection::Id c, const QString &e) | |
EventId (const KAEvent &event) | |
EventId (const QString &resourceEventId) | |
void | clear () |
Akonadi::Collection::Id | collectionId () const |
QString | eventId () const |
bool | isEmpty () const |
void | setCollectionId (Akonadi::Collection::Id id) |
Public Member Functions inherited from QPair< Akonadi::Collection::Id, QString > | |
QPair () | |
QPair (const T1 &value1, const T2 &value2) | |
QPair< T1, T2 > & | operator= (const QPair< T1, T2 > &other) |
Additional Inherited Members | |
Public Attributes inherited from QPair< Akonadi::Collection::Id, QString > | |
typedef | first_type |
typedef | second_type |
Detailed Description
Unique event identifier for Akonadi.
This consists of the event UID within the individual calendar, plus the collection ID.
Note that the collection ID of the display calendar is -1, since it is not an Akonadi calendar.
Constructor & Destructor Documentation
|
inline |
|
explicit |
Set by event ID and optional resource ID, in the format "[rid:]eid".
Member Function Documentation
|
inline |
|
inline |
|
inline |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.