#include <configmanager.h>
Inherits TQObject.
Class for managing a set of config options.
- Author
- Marc Mutz mutz@.nosp@m.kde..nosp@m.org
Definition at line 32 of file configmanager.h.
◆ ConfigManager()
ConfigManager::ConfigManager |
( |
TQObject * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
|
protected |
◆ ~ConfigManager()
ConfigManager::~ConfigManager |
( |
| ) |
|
|
protectedvirtual |
◆ changed
void KPIM::ConfigManager::changed |
( |
| ) |
|
|
signal |
Emitted whenever a commit changes any configure option.
◆ commit()
virtual void KPIM::ConfigManager::commit |
( |
| ) |
|
|
pure virtual |
Commit changes to disk and emit changed() if necessary.
◆ hasPendingChanges()
virtual bool KPIM::ConfigManager::hasPendingChanges |
( |
| ) |
const |
|
pure virtual |
Check whether there are any unsaved changes.
◆ rollback()
virtual void KPIM::ConfigManager::rollback |
( |
| ) |
|
|
pure virtual |
Re-read the config from disk and forget changes.
The documentation for this class was generated from the following files: