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

import org.kde.qt.QColor;
import org.kde.qt.QFont;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QPoint;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QWidget;
import org.kde.qt.QResizeEvent;

public interface KMdiChildAreaSignals {
	/**	
		 Signals that there aren't maximized child frames any more
			 		@short    Signals that there aren't maximized child frames any more
	*/
	void noMaximizedChildFrmLeft(KMdiChildFrm arg1);
	/**	
		 Signals that the child frames are maximized now
			 		@short    Signals that the child frames are maximized now
	*/
	void nowMaximized(boolean arg1);
	/**	
		 Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the
		 menubar (only in Maximize mode) must be updated to another MDI view because the focused
		 MDI view has changed
				 		@short    Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the  menubar (only in Maximize mode) must be updated to another MDI view because the focused  MDI view has changed
	*/
	void sysButtonConnectionsMustChange(KMdiChildFrm arg1, KMdiChildFrm arg2);
	/**	
		 Signals a KMdiMainFrm that the 'Window' popup menu must be shown
				 		@short    Signals a KMdiMainFrm that the 'Window' popup menu must be shown
	*/
	void popupWindowMenu(QPoint arg1);
	/**	
		 Signals that the last attached (docked) MDI view has been closed.
		 Note: Detached MDI views can remain.
			 		@short    Signals that the last attached (docked) MDI view has been closed.
	*/
	void lastChildFrmClosed();
}