KCal Library
resourcelocaldir.h
This class provides a calendar stored as a local file.
Definition calendarlocal.h:44
Provides the abstract base class common to non-FreeBusy (Events, To-dos, Journals) calendar component...
Definition incidence.h:70
virtual Journal * journal(const QString &uid)
Return Journal with given unique id.
Definition resourcecached.cpp:325
Event * event(const QString &UniqueStr)
Retrieves an event on the basis of the unique string ID.
Definition resourcecached.cpp:250
Todo * todo(const QString &uid)
Searches todolist for an event with this unique string identifier, returns a pointer or null.
Definition resourcecached.cpp:310
virtual bool doLoad(bool syncCache)=0
Do the actual loading of the resource data.
Incidence * incidence(const QString &uid)
Return incidence with given unique id.
Definition resourcecalendar.cpp:99
virtual bool doSave(bool syncCache)=0
Do the actual saving of the resource data.
bool deleteJournal(Journal *journal)
Remove a journal from the journallist.
Definition resourcelocaldir.cpp:264
virtual bool doSave(bool syncCache)
Do the actual saving of the resource data.
Definition resourcelocaldir.cpp:176
virtual bool doLoad(bool syncCache)
Do the actual loading of the resource data.
Definition resourcelocaldir.cpp:126
bool deleteEvent(Event *event)
deletes an event from this calendar.
Definition resourcelocaldir.cpp:225
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.