kconfigbackend.h
KLockFile::Ptr lockFile(bool bGlobal=false)
Returns a lock file object for the configuration file or 0 if the backend does not support locking...
Definition: kconfig.cpp:280
TQString fileName() const
Returns the filename as passed to the constructor.
Definition: kconfigbackend.h:120
bool checkConfigFilesWritable(bool warnUser)
Check whether the config files are writable.
Definition: kconfigbase.cpp:1942
virtual KConfigBase::ConfigState getConfigState() const
Returns the state of the app-config object.
Definition: kconfigbackend.h:113
void setFileWriteMode(int mode)
Set the file mode for newly created files.
Definition: kconfig.cpp:275
virtual void sync()
Flushes all changes that currently reside only in memory back to disk / permanent storage...
Definition: kconfigbase.cpp:1776
virtual bool parseConfigFiles()=0
Parses all configuration files for a configuration object.
virtual void parseConfigFiles()
Parses all configuration files for a configuration object.
Definition: kconfigbase.cpp:1764
Class for KDE INI-style configuration file loading/saving.
Definition: kconfigbackend.h:191
const char * resource() const
Returns the resource type as passed to the constructor.
Definition: kconfigbackend.h:126
Abstract base class for KDE configuration file loading/saving.
Definition: kconfigbackend.h:48
KLocale provides support for country specific stuff like the national language.
Definition: klocale.h:124
void setLocaleString(const TQCString &_localeString)
Set the locale string that defines the current language.
Definition: kconfigbackend.h:133
KConfigINIBackEnd(KConfigBase *_config, const TQString &_fileName, const char *_resType, bool _useKDEGlobals=true)
Constructs an ini-style configuration back end.
Definition: kconfigbackend.h:210