org.kde.koala

Interface KDualColorButtonSignals

public interface KDualColorButtonSignals

Method Summary
voidbgChanged(QColor c)
Emitted when the background color is changed.
voidcurrentChanged(int s)
Emitted when the user changes the current color selection.
voidfgChanged(QColor c)
Emitted when the foreground color is changed.

Method Detail

bgChanged

public void bgChanged(QColor c)
Emitted when the background color is changed.

UNKNOWN: Emitted when the background color is changed.

currentChanged

public void currentChanged(int s)
Emitted when the user changes the current color selection.

UNKNOWN: Emitted when the user changes the current color selection.

fgChanged

public void fgChanged(QColor c)
Emitted when the foreground color is changed.

UNKNOWN: Emitted when the foreground color is changed.