org.kde.koala

Interface KCModuleSignals

public interface KCModuleSignals

Method Summary
voidchanged(boolean state)
Indicate that the state of the modules contents has changed.
voidquickHelpChanged()
Indicate that the module's quickhelp has changed.

Method Detail

changed

public void changed(boolean state)
Indicate that the state of the modules contents has changed. This signal is emitted whenever the state of the configuration shown in the module changes. It allows the control center to keep track of unsaved changes.

UNKNOWN: Indicate that the state of the modules contents has changed.

quickHelpChanged

public void quickHelpChanged()
Indicate that the module's quickhelp has changed. Emit this signal whenever the module's quickhelp changes. Modules implemented as tabbed dialogs might want to implement per-tab quickhelp for example.

UNKNOWN: Indicate that the module's quickhelp has changed.