ConfigManager Class Reference
Class for managing a set of config options. More...
#include <configmanager.h>
Inheritance diagram for ConfigManager:

Signals | |
void | changed () |
Public Methods | |
virtual void | commit ()=0 |
virtual void | rollback ()=0 |
virtual bool | hasPendingChanges () const=0 |
Protected Methods | |
ConfigManager (QObject *parent=0, const char *name=0) | |
virtual | ~ConfigManager () |
Detailed Description
Class for managing a set of config options.
- Author:
- Marc Mutz <mutz@kde.org>
Definition at line 28 of file configmanager.h.
Member Function Documentation
|
Commit changes to disk and emit changed() if necessary.
Implemented in IdentityManager. |
|
Re-read the config from disk and forget changes.
Implemented in IdentityManager. |
|
Check whether there are any unsaved changes.
Implemented in IdentityManager. |
|
Emitted whenever a commit changes any configure option.
Referenced by IdentityManager::commit(). |
The documentation for this class was generated from the following files: