org.kde.koala

Interface KColorDialogSignals

public interface KColorDialogSignals

Method Summary
voidcolorSelected(QColor col)
Emitted when a color is selected.

Method Detail

colorSelected

public void colorSelected(QColor col)
Emitted when a color is selected. Connect to this to monitor the color as it as selected if you are not running modal.

UNKNOWN: Emitted when a color is selected.