summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDockWidgetSignals.java
blob: a0c594d52b64a22f31bccd2adfe5f96967099db3 (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QPixmap;
import org.kde.qt.QPaintEvent;
import org.kde.qt.QPoint;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QEvent;
import org.kde.qt.QWidget;

public interface KDockWidgetSignals {
	/**	
				@short
	*/
	void widgetSet(QWidget arg1);
	/**	
		 Emitted when another dock widget is docking to this.
			@param dw the dockwidget that is docking to this
			@param dp the DockPosition where it wants to dock to
		   		@short    Emitted when another dock widget is docking to this.
	*/
	void docking(KDockWidget dw, int dp);
	/**	
		 Signals that the dock default position is set.
		   		@short    Signals that the dock default position is set.
	*/
	void setDockDefaultPos();
	/**	
		 Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.
		   		@short    Emitted when the close button of the panel ( KDockWidgetHeader) has been clicked.
	*/
	void headerCloseButtonClicked();
	/**	
		 Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.
		   		@short    Emitted when the dockback button of the panel ( KDockWidgetHeader) has been clicked.
	*/
	void headerDockbackButtonClicked();
	/**	
		 Emitted when the widget processes a close event.
		   		@short    Emitted when the widget processes a close event.
	*/
	void iMBeingClosed();
	/**	
		 Emitted when the widget has undocked.
		   		@short    Emitted when the widget has undocked.
	*/
	void hasUndocked();
}