class KConfigBackEnd


abstract class

Table of contents
Modules
kdecore Classes
All Classes
Module kdecore
Namespace global
Class KConfigBackEnd
Inherits

Abstract base class for KDE configuration file loading/saving.

This class forms the base for all classes that implement some manner of loading/saving to configuration files. It is an abstract base class, meaning that you cannot directly instantiate objects of this class. As of right now, the only back end available is one to read/write to INI-style files, but in the future, other formats may be available, such as XML or a database.

Author Preston Brown , Matthias Kalle Dalheimer KDE Configuration file loading/saving abstract base class



methods