org.kde.koala
Interface KDualColorButtonSignals


public interface KDualColorButtonSignals


Method Summary
 void bgChanged(org.kde.qt.QColor c)
          Emitted when the background color is changed.
 void currentChanged(int s)
          Emitted when the user changes the current color selection.
 void fgChanged(org.kde.qt.QColor c)
          Emitted when the foreground color is changed.
 

Method Detail

fgChanged

void fgChanged(org.kde.qt.QColor c)
Emitted when the foreground color is changed.


bgChanged

void bgChanged(org.kde.qt.QColor c)
Emitted when the background color is changed.


currentChanged

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