org.kde.koala
public class KSimpleConfig extends KConfig
See Also: KConfigBase KConfig
UNKNOWN: KDE Configuration Management class with deletion ability.
| Constructor Summary | |
|---|---|
| protected | KSimpleConfig(Class dummy) |
| KSimpleConfig(String fileName, boolean bReadOnly)
Construct a KSimpleConfig object and make it either read-write
or read-only. | |
| KSimpleConfig(String fileName) | |
| KSimpleConfig(KConfigBackEnd backEnd, boolean bReadOnly) | |
| KSimpleConfig(KConfigBackEnd backEnd) | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| void | sync() |
Parameters: fileName The file used for saving the config data. Either a full path can be specified or just the filename. If only a filename is specified, the default directory for "config" files is used. bReadOnly Whether the object should be read-only.
UNKNOWN: Construct a KSimpleConfig object and make it either read-write or read-only.