KAlarm Library
Enumerations | |
enum | Type { EMPTY = 0, ACTIVE = 0x01, ARCHIVED = 0x02, TEMPLATE = 0x04, DISPLAYING = 0x08 } |
Functions | |
QString | mimeType (Type) |
QStringList | mimeTypes (Types) |
void | setStatus (const Event::Ptr &event, Type status, const QString ¶m) |
Type | status (const Event::Ptr &event, QString *param) |
Type | type (const QString &mimeType) |
Types | types (const QStringList &mimeTypes) |
QString | uid (const QString &id, Type status) |
Detailed Description
Class representing type attributes of a KAlarm event.
CalEvent provides methods to manipulate a KAEvent UID according to its category (active, archived or template). It also provides methods to access KAEvent mime types.
Enumeration Type Documentation
The category of an event, indicated by the middle part of its UID.
Enumerator | |
---|---|
EMPTY |
the event has no alarms |
ACTIVE |
the event is currently active |
ARCHIVED |
the event is archived |
TEMPLATE |
the event is an alarm template |
DISPLAYING |
the event is currently being displayed |
Definition at line 155 of file kacalendar.h.
Function Documentation
KALARMCAL_EXPORT QString KAlarmCal::CalEvent::mimeType | ( | Type | ) |
Return the mime type string corresponding to an alarm Type.
Definition at line 495 of file kacalendar.cpp.
KALARMCAL_EXPORT QStringList KAlarmCal::CalEvent::mimeTypes | ( | Types | ) |
Return the mime type strings corresponding to alarm Types.
Definition at line 506 of file kacalendar.cpp.
Return the alarm Type for a mime type string.
Definition at line 469 of file kacalendar.cpp.
KALARMCAL_EXPORT Types KAlarmCal::CalEvent::types | ( | const QStringList & | mimeTypes | ) |
Return the alarm Types for a list of mime type strings.
Definition at line 480 of file kacalendar.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.