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