KCal::FileStorage Class Reference
#include <filestorage.h>
Inheritance diagram for KCal::FileStorage:
Public Member Functions | |
| FileStorage (Calendar *, const TQString &fileName=TQString(), CalFormat *format=0) | |
| void | setFileName (const TQString &mFileName) |
| TQString | fileName () const |
| void | setSaveFormat (CalFormat *) |
| CalFormat * | saveFormat () const |
| bool | open () |
| bool | load () |
| bool | save () |
| bool | close () |
Public Member Functions inherited from KCal::CalStorage | |
| CalStorage (Calendar *calendar) | |
| Calendar * | calendar () const |
Detailed Description
This class provides a calendar storage as a local file.
Definition at line 32 of file filestorage.h.
Member Function Documentation
◆ setSaveFormat()
| void FileStorage::setSaveFormat | ( | CalFormat * | format | ) |
FileStorage takes ownership of format object.
Definition at line 63 of file filestorage.cpp.
The documentation for this class was generated from the following files:

Public Member Functions inherited from