21#ifndef KCAL_CALSTORAGE_H
22#define KCAL_CALSTORAGE_H
24#include "libkcal_export.h"
42 Calendar *calendar() const { return mCalendar; }
44 virtual bool open() = 0;
45 virtual bool load() = 0;
46 virtual bool save() = 0;
47 virtual bool close() = 0;
This class provides the interface to the storage of a calendar.
This is the main "calendar" object class.
Namespace KCal is for global classes, objects and/or functions in libkcal.
|