libkdepim
KPIM::ConfigManager Class Reference
#include <configmanager.h>
Detailed Description
Class for managing a set of config options.
Definition at line 32 of file configmanager.h.
Signals | |
void | changed () |
Public Member Functions | |
virtual void | commit ()=0 |
virtual void | rollback ()=0 |
virtual bool | hasPendingChanges () const=0 |
Protected Member Functions | |
ConfigManager (QObject *parent=0, const char *name=0) | |
virtual | ~ConfigManager () |
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: