summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLLabelSignals.java
blob: da121a707c453eda319159dfb16fe17815b22452 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.TQColor;
import org.kde.qt.TQFont;
import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.TQPixmap;
import org.kde.qt.TQMouseEvent;
import org.kde.qt.TQCursor;
import org.kde.qt.TQEvent;
import org.kde.qt.TQWidget;

public interface KURLLabelSignals {
	/**	
		 Emitted when the mouse has passed over the label.
			@param url The URL for this label.
		   		@short    Emitted when the mouse has passed over the label.
	*/
	void enteredURL(String url);
	/**	
		 Emitted when the mouse has passed over the label.
		   		@short    Emitted when the mouse has passed over the label.
	*/
	void enteredURL();
	/**	
		 Emitted when the mouse is no longer over the label.
			@param url The URL for this label.
		   		@short    Emitted when the mouse is no longer over the label.
	*/
	void leftURL(String url);
	/**	
		 Emitted when the mouse is no longer over the label.
		   		@short    Emitted when the mouse is no longer over the label.
	*/
	void leftURL();
	/**	
		 Emitted when the user clicked the left mouse button on this label.
			@param url The URL for this label.
		   		@short    Emitted when the user clicked the left mouse button on this label.
	*/
	void leftClickedURL(String url);
	/**	
		 Emitted when the user clicked the left mouse button on this label.
		   		@short    Emitted when the user clicked the left mouse button on this label.
	*/
	void leftClickedURL();
	/**	
		 Emitted when the user clicked the right mouse button on this label.
			@param url The URL for this label.
		   		@short    Emitted when the user clicked the right mouse button on this label.
	*/
	void rightClickedURL(String url);
	/**	
		 Emitted when the user clicked the right mouse button on this label.
		   		@short    Emitted when the user clicked the right mouse button on this label.
	*/
	void rightClickedURL();
	/**	
		 Emitted when the user clicked the middle mouse button on this label.
			@param url The URL for this label.
		   		@short    Emitted when the user clicked the middle mouse button on this label.
	*/
	void middleClickedURL(String url);
	/**	
		 Emitted when the user clicked the left mouse button on this label.
		   		@short    Emitted when the user clicked the left mouse button on this label.
	*/
	void middleClickedURL();
}