libkcal

KCal::FileStorage Class Reference

#include <filestorage.h>

Inheritance diagram for KCal::FileStorage:
KCal::CalStorage

Public Member Functions

 FileStorage (Calendar *, const TQString &fileName=TQString(), CalFormat *format=0)
 
void setFileName (const TQString &mFileName)
 
TQString fileName () const
 
void setSaveFormat (CalFormat *)
 
CalFormatsaveFormat () const
 
bool open ()
 
bool load ()
 
bool save ()
 
bool close ()
 
- Public Member Functions inherited from KCal::CalStorage
 CalStorage (Calendar *calendar)
 
Calendarcalendar () 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: