org.kde.koala

Class KConfigGroup

public class KConfigGroup extends KConfigBase

A KConfigBase derived class for one specific group in a KConfig object.

UNKNOWN: A KConfigBase derived class for one specific group in a KConfig object.

Constructor Summary
protected KConfigGroup(Class dummy)
KConfigGroup(KConfigBase master, String group)
Construct a config group corresponding to group in master. group is the group name encoded in UTF-8.
Method Summary
voiddeleteGroup(boolean bGlobal)
Delete all entries in the entire group
voiddeleteGroup()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleangroupIsImmutable()
Checks whether it is possible to change this group.
booleanisDisposed()
Has the wrapped C++ instance been deleted?
KEntrylookupData(KEntryKey _key)
voidputData(KEntryKey _key, KEntry _data, boolean _checkGroup)
voidputData(KEntryKey _key, KEntry _data)
voidsetDirty(boolean b)
voidsync()

Constructor Detail

KConfigGroup

protected KConfigGroup(Class dummy)

KConfigGroup

public KConfigGroup(KConfigBase master, String group)
Construct a config group corresponding to group in master. group is the group name encoded in UTF-8.

UNKNOWN: Construct a config group corresponding to group in master.

Method Detail

deleteGroup

public void deleteGroup(boolean bGlobal)
Delete all entries in the entire group

Parameters: bGlobal If bGlobal is true, the entries are not removed from the application specific config file, but from the global KDE config file.

UNKNOWN: Delete all entries in the entire group

deleteGroup

public void deleteGroup()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

groupIsImmutable

public boolean groupIsImmutable()
Checks whether it is possible to change this group.

Returns: whether changes may be made to this group in this configuration file.

UNKNOWN: Checks whether it is possible to change this group.

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

lookupData

public KEntry lookupData(KEntryKey _key)

putData

public void putData(KEntryKey _key, KEntry _data, boolean _checkGroup)

putData

public void putData(KEntryKey _key, KEntry _data)

setDirty

public void setDirty(boolean b)

sync

public void sync()