summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/KDockWidgetSignals.java
blob: 93f76607f547d81130045bc9c3536830963c41af (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.trinitydesktop.koala;

import org.trinitydesktop.qt.TQMetaObject;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQPixmap;
import org.trinitydesktop.qt.TQPaintEvent;
import org.trinitydesktop.qt.TQPoint;
import org.trinitydesktop.qt.TQMouseEvent;
import org.trinitydesktop.qt.TQEvent;
import org.trinitydesktop.qt.TQWidget;

public interface KDockWidgetSignals {
	/**
				@short
	*/
	void widgetSet(TQWidget 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();
}