summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QWorkspace.java
blob: 96762dd88ce0b0cde7b801fce3c4d62635a714a5 (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;
import java.util.ArrayList;

/**
 See {@link TQWorkspaceSignals} for signals emitted by TQWorkspace
*/
public class TQWorkspace extends TQWidget  {
	protected TQWorkspace(Class dummy){super((Class) null);}
	public static final int CreationOrder = 0;
	public static final int StackingOrder = 1;

	public native TQMetaObject metaObject();
	public native String className();
	public TQWorkspace(TQWidget parent, String name) {
		super((Class) null);
		newTQWorkspace(parent,name);
	}
	private native void newTQWorkspace(TQWidget parent, String name);
	public TQWorkspace(TQWidget parent) {
		super((Class) null);
		newTQWorkspace(parent);
	}
	private native void newTQWorkspace(TQWidget parent);
	public TQWorkspace() {
		super((Class) null);
		newTQWorkspace();
	}
	private native void newTQWorkspace();
	public native TQWidget activeWindow();
	public native ArrayList windowList();
	public native ArrayList windowList(int order);
	public native TQSize sizeHint();
	public native boolean scrollBarsEnabled();
	public native void setScrollBarsEnabled(boolean enable);
	public native void setPaletteBackgroundColor(TQColor arg1);
	public native void setPaletteBackgroundPixmap(TQPixmap arg1);
	public native void cascade();
	public native void tile();
	public native void closeActiveWindow();
	public native void closeAllWindows();
	public native void activateNextWindow();
	public native void activatePrevWindow();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	public native void styleChange(TQStyle arg1);
	protected native void childEvent(TQChildEvent arg1);
	protected native void resizeEvent(TQResizeEvent arg1);
	public native boolean eventFilter(TQObject arg1, TQEvent arg2);
	public native void showEvent(TQShowEvent e);
	protected native void hideEvent(TQHideEvent e);
	protected native void wheelEvent(TQWheelEvent e);
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}