summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDoubleNumInputSignals.java
blob: 1905387bee3ae95d62a7490f9203f9fa8443a424 (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.kde.koala;

import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.TQObject;
import org.kde.qt.TQSize;
import org.kde.qt.TQEvent;
import org.kde.qt.TQWidget;
import org.kde.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);
}