KConfigCore C++ Classes
Persistent platform-independent application settings. More...
Classes
Functions in this namespace provide the core of the Kiosk action restriction system; the KIO and KXMLGui frameworks build on this | |
Central class of the KDE configuration data system | |
Interface to interact with configuration | |
A class for one specific group in a KConfig object | |
Base class for storing a preferences setting of type T | |
Class for storing a preferences setting | |
Notifies when another client has updated this config file with the Notify flag set | |
Class for handling preferences settings for an application | |
Class for representing an Action of a desktop file | |
Access to e-mail settings | |
Class for proxying a QObject property as a preferences setting | |
KConfig variant using shared memory |
Detailed Description
KConfigCore provides access to the configuration files themselves. It features:
- Code generation: describe your configuration in an XML file, and use kconfig_compiler to generate classes that read and write configuration entries.
- Cascading configuration files (global settings overridden by local settings).
- Optional shell expansion support.
- The ability to lock down configuration options.