KCal Library
21 #ifndef KCAL_RESOURCELOCALDIRDIR_H
22 #define KCAL_RESOURCELOCALDIRDIR_H
24 #include "kcal_export.h"
25 #include "resourcecached.h"
44 void readConfig(
const KConfigGroup &group );
45 void writeConfig( KConfigGroup &group );
50 bool deleteEvent(
Event *event );
53 void deleteAllEvents();
58 bool deleteTodo(
Todo *todo );
63 void deleteAllTodos();
68 bool deleteJournal(
Journal *journal );
73 void deleteAllJournals();
78 void reload(
const QString &file );
82 virtual bool doLoad(
bool syncCache );
83 virtual bool doSave(
bool syncCache );
84 bool doSave(
bool syncCache,
Incidence *incidence );
85 virtual bool doFileLoad(
CalendarLocal &cal,
const QString &fileName );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:16 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.