org.kde.koala

Interface KDoubleNumInputSignals

public interface KDoubleNumInputSignals

Method Summary
voidrelativeValueChanged(double arg1)
This is an overloaded member function, provided for convenience.
voidvalueChanged(double arg1)
Emitted every time the value changes (by calling setValue() or by user interaction).

Method Detail

relativeValueChanged

public void relativeValueChanged(double arg1)
This is an overloaded member function, provided for convenience. It essentially behaves like the above function. Contains the value in units of referencePoint.

UNKNOWN: This is an overloaded member function, provided for convenience.

valueChanged

public void valueChanged(double arg1)
Emitted every time the value changes (by calling setValue() or by user interaction).

UNKNOWN: Emitted every time the value changes (by calling setValue() or by user interaction).