KDE PIM / Developers / API Docs / libkdepim

KPIM::ConfigManager Class Reference

Class for managing a set of config options. More...

#include <configmanager.h>

Inherits QObject.

List of all members.

Signals

Public Member Functions

Protected Member Functions


Detailed Description

Class for managing a set of config options.

Author:
Marc Mutz <mutz@kde.org>


Member Function Documentation

virtual void KPIM::ConfigManager::commit (   )  [pure virtual]
 

Commit changes to disk and emit changed() if necessary.

virtual void KPIM::ConfigManager::rollback (   )  [pure virtual]
 

Re-read the config from disk and forget changes.

virtual bool KPIM::ConfigManager::hasPendingChanges (   )  const [pure virtual]
 

Check whether there are any unsaved changes.

void KPIM::ConfigManager::changed (   )  [signal]
 

Emitted whenever a commit changes any configure option.


The documentation for this class was generated from the following files: