KCalendarCore
vcalformat.h
Go to the documentation of this file.
90 KCALENDARCORE_DEPRECATED_VERSION(5, 97, "use fromString(const Calendar::Ptr &calendar, const QString &string, const QString ¬ebook)")
91 bool fromString(const Calendar::Ptr &calendar, const QString &string, bool deleted, const QString ¬ebook = QString()) override;
99 Q_REQUIRED_RESULT QString toString(const Calendar::Ptr &calendar, const QString ¬ebook = QString(), bool deleted = false) override;
106 fromRawString(const Calendar::Ptr &calendar, const QByteArray &string, bool deleted = false, const QString ¬ebook = QString()) override;
Q_SCRIPTABLE CaptureState status()
An abstract base class that provides an interface to various calendar formats.
Definition: calformat.h:38
virtual bool fromString(const Calendar::Ptr &calendar, const QString &string, bool deleted, const QString ¬ebook={})=0
Loads a calendar from a string.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:00:46 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:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.