KCal::ResourceLocal Class Reference
This class provides a calendar resource stored as a local file. More...
#include <resourcelocal.h>
Inheritance diagram for KCal::ResourceLocal:

Public Member Functions | |
ResourceLocal (const KConfig *) | |
ResourceLocal (const QString &fileName) | |
virtual void | writeConfig (KConfig *config) |
KABC::Lock * | lock () |
QString | fileName () const |
void | dump () const |
Protected Slots | |
void | reload () |
Protected Member Functions | |
bool | doOpen () |
void | doClose () |
bool | doLoad () |
bool | doSave () |
QDateTime | readLastModified () |
Detailed Description
This class provides a calendar resource stored as a local file.
Definition at line 43 of file resourcelocal.h.
Constructor & Destructor Documentation
|
Create resource from configuration information stored in a KConfig object.
|
|
Create resource for file named fileName.
|
Member Function Documentation
|
Return object for locking the resource.
Implements KCal::ResourceCalendar. |
|
clears out the current calendar, freeing all used memory etc. etc. |
|
Do the actual loading of the resource data. Called by load(). Implements KCal::ResourceCalendar. |
|
Do the actual saving of the resource data. Called by save(). Implements KCal::ResourceCalendar. |
The documentation for this class was generated from the following file: