KAlarm Library
kacalendar.h
78 };
102 };
120 KALARMCAL_EXPORT int updateVersion(KCal::CalendarLocal& calendar, const QString& localFile, QString& versionString);
162 };
168 KALARMCAL_EXPORT void setStatus(const KCalCore::Event::Ptr&, Type, const QString& param = QString());
QSharedPointer< Calendar > Ptr
QSharedPointer< Event > Ptr
QSharedPointer< FileStorage > Ptr
Type type(const QString &mimeType)
Return the alarm Type for a mime type string.
Definition: kacalendar.cpp:469
QString mimeType(Type type)
Return the mime type string corresponding to an alarm Type.
Definition: kacalendar.cpp:495
QStringList mimeTypes(Types types)
Return the mime type strings corresponding to alarm Types.
Definition: kacalendar.cpp:506
Types types(const QStringList &mimeTypes)
Return the alarm Types for a list of mime type strings.
Definition: kacalendar.cpp:480
int updateVersion(const FileStorage::Ptr &fileStorage, QString &versionString)
Check the version of KAlarm which wrote a calendar file, and convert it in memory to the current KAla...
Definition: kacalendar.cpp:127
void setProductId(const QByteArray &progName, const QByteArray &progVersion)
Set the program name and version for use in calendars.
Definition: kacalendar.cpp:95
QByteArray icalProductId()
Return the product ID string for use in calendars.
Definition: kacalendar.cpp:100
const QByteArray APPNAME
The application name ("KALARM") used in calendar properties.
void setKAlarmVersion(const Calendar::Ptr &calendar)
Set the KAlarm version custom property for a calendar.
Definition: kacalendar.cpp:109
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.