You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/tdejava/koala/org/trinitydesktop/koala/KIntNumInputSignals.java

24 lines
748 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;
import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQSize;
import org.trinitydesktop.qt.TQWidget;
import org.trinitydesktop.qt.TQResizeEvent;
public interface KIntNumInputSignals {
/**
Emitted every time the value changes (by calling setValue() or
by user interaction).
@short Emitted every time the value changes (by calling setValue() or by user interaction).
*/
void valueChanged(int arg1);
/**
Emitted whenever valueChanged is. Contains the change
relative to the referencePoint.
@short Emitted whenever valueChanged is.
*/
void relativeValueChanged(double arg1);
}