summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KDoubleNumInputSignals.java
blob: fc6261602e769cfa592ea369f7ce5f1d2b056845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//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.TQObject;
import org.trinitydesktop.qt.TQSize;
import org.trinitydesktop.qt.TQEvent;
import org.trinitydesktop.qt.TQWidget;
import org.trinitydesktop.qt.TQResizeEvent;

public interface KDoubleNumInputSignals {
	/**
		 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(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.
				@short    This is an overloaded member function, provided for  convenience.
	*/
	void relativeValueChanged(double arg1);
}