org.kde.koala

Interface KCMultiDialogSignals

public interface KCMultiDialogSignals

Method Summary
voidconfigCommitted()
Emitted after all KCModules have been told to save their configuration.
voidconfigCommitted(String instanceName)
Emitted after the KCModules have been told to save their configuration.

Method Detail

configCommitted

public void configCommitted()
Emitted after all KCModules have been told to save their configuration. The applyClicked and okClicked signals are emitted before the configuration is saved.

UNKNOWN: Emitted after all KCModules have been told to save their configuration.

configCommitted

public void configCommitted(String instanceName)
Emitted after the KCModules have been told to save their configuration. It is emitted once for every instance the KCMs that were changed belong to. You can make use of this if you have more than one component in your application. instanceName tells you the instance that has to reload its configuration. The applyClicked and okClicked signals are emitted before the configuration is saved.

Parameters: instanceName The name of the instance that needs to reload its configuration.

UNKNOWN: Emitted after the KCModules have been told to save their configuration.