22#ifndef KCAL_RESOURCELOCAL_H
23#define KCAL_RESOURCELOCAL_H
26#include <tqdatetime.h>
33#include "calendarlocal.h"
34#include "libkcal_export.h"
36#include "resourcecached.h"
50 friend class ResourceLocalConfig;
63 virtual void writeConfig( TDEConfig* config );
67 TQString fileName() const;
68 bool setFileName( const TQString &fileName );
69 bool setValue( const TQString &key, const TQString &value );
87 TQDateTime readLastModified();
virtual bool doReload() Called by reload() to reload the resource, if it is already open.
virtual bool doSave() Do the actual saving of the resource data.
bool setValue(const TQString &key, const TQString &value) Sets a particular value of the resource's configuration.
ResourceLocal(const TDEConfig *) Create resource from configuration information stored in a TDEConfig object.
virtual bool doLoad() Do the actual loading of the resource data.
TDEABC::Lock * lock() Return object for locking the resource.
Namespace KCal is for global classes, objects and/or functions in libkcal.
|