KCalendarCore
calformat.h
Go to the documentation of this file.
89 @deprecated since 5.97, use fromString(const Calendar::Ptr &calendar, const QString &string, const QString ¬ebook) instead.
91 KCALENDARCORE_DEPRECATED_VERSION(5, 97, "use fromString(const Calendar::Ptr &calendar, const QString &string, const QString ¬ebook)")
92 virtual bool fromString(const Calendar::Ptr &calendar, const QString &string, bool deleted, const QString ¬ebook = {}) = 0;
108 bool fromString(const Calendar::Ptr &calendar, const QString &string, const QString ¬ebook = {});
124 virtual bool fromRawString(const Calendar::Ptr &calendar, const QByteArray &string, bool deleted = false, const QString ¬ebook = QString()) = 0;
136 virtual QString toString(const Calendar::Ptr &calendar, const QString ¬ebook = QString(), bool deleted = false) = 0;
virtual bool setException(ScriptableExtension *callerPrincipal, const QString &message)
Exception base class, currently used as a fancy kind of error code and not as an C++ exception.
Definition: exceptions.h:41
typedef Exception
An abstract base class that provides an interface to various calendar formats.
Definition: calformat.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.