21#ifndef KCAL_CALSTORAGE_H
22#define KCAL_CALSTORAGE_H
24#include "libkcal_export.h"
33class LIBKCAL_EXPORT CalStorage
40 virtual ~CalStorage() {}
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 is the main "calendar" object class.
Namespace KCal is for global classes, objects and/or functions in libkcal.
|