KCalCore Library
calformat.cpp
Go to the documentation of this file.
This file is part of the API for handling calendar data and defines the CalFormat abstract base class...
An abstract base class that provides an interface to various calendar formats.
Definition calformat.h:49
void setLoadedProductId(const QString &id)
Sets the PRODID string loaded from calendar file.
Definition calformat.cpp:118
QString loadedProductId()
Returns the PRODID string loaded from calendar file.
Definition calformat.cpp:113
virtual void virtual_hook(int id, void *data)
Definition calformat.cpp:144
static void setApplication(const QString &application, const QString &productID)
Sets the application name for use in unique IDs and error messages, and product ID for incidence PROD...
Definition calformat.cpp:96
static const QString & application()
Returns the application name used in unique IDs and error messages.
Definition calformat.cpp:103
Exception * exception() const
Returns an exception, if there is any, containing information about the last error that occurred.
Definition calformat.cpp:91
static const QString & productId()
Returns the our library's PRODID string to write into calendar files.
Definition calformat.cpp:108
void setException(Exception *error)
Sets an exception that is to be used by the functions of this class to report errors.
Definition calformat.cpp:85
Exception base class, currently used as a fancy kind of error code and not as an C++ exception.
Definition exceptions.h:51
This file is part of the API for handling calendar data and defines the Exception class.
static uint qHash(const KDateTime &dt)
Private class that helps to provide binary compatibility between releases.
Definition occurrenceiterator.cpp:157
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.