KCal Library
filestorage.h
Go to the documentation of this file.
This file is part of the API for handling calendar data and defines the CalStorage abstract base clas...
An abstract base class that provides an interface to various calendar formats.
Definition calformat.h:52
Calendar * calendar() const
Returns a pointer to the calendar whose storage is being managed.
Definition calstorage.cpp:62
CalStorage(Calendar *calendar)
Construcst a new storage object for a calendar.
Definition calstorage.cpp:52
FileStorage(Calendar *calendar, const QString &fileName=QString(), CalFormat *format=0)
Constructs a new FileStorage object for Calendar calendar with format format, and storage to file fil...
Definition filestorage.cpp:63
QString fileName() const
Returns a string containing the name of the calendar file.
Definition filestorage.cpp:80
CalFormat * saveFormat() const
Returns a pointer to the CalFormat object used by this storage.
Definition filestorage.cpp:91
void setSaveFormat(CalFormat *format)
Sets the CalFormat object to use for this storage.
Definition filestorage.cpp:85
void setFileName(const QString &fileName)
Sets the name of the file that contains the calendar data.
Definition filestorage.cpp:75
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.