KConfigCore C++ Classes

Persistent platform-independent application settings. More...

Classes

KAuthorized

Functions in this namespace provide the core of the Kiosk action restriction system; the KIO and KXMLGui frameworks build on this

KConfig

Central class of the KDE configuration data system

KConfigBase

Interface to interact with configuration

KConfigGroup

A class for one specific group in a KConfig object

KConfigSkeletonGenericItem

Base class for storing a preferences setting of type T

KConfigSkeletonItem

Class for storing a preferences setting

KConfigWatcher

Notifies when another client has updated this config file with the Notify flag set

KCoreConfigSkeleton

Class for handling preferences settings for an application

KCoreConfigSkeleton::ItemDouble

KCoreConfigSkeleton::ItemEnum

KCoreConfigSkeleton::ItemEnum::Choice

KCoreConfigSkeleton::ItemString

KDesktopFileAction

Class for representing an Action of a desktop file

KEMailSettings

Access to e-mail settings

KPropertySkeletonItem

Class for proxying a QObject property as a preferences setting

KSharedConfig

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.