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

import org.kde.qt.Qt;

/**
 See {@link QDesktopWidgetSignals} for signals emitted by QDesktopWidget
*/
public class QDesktopWidget extends QWidget  {
	protected QDesktopWidget(Class dummy){super((Class) null);}
	public native QMetaObject metaObject();
	public native String className();
	public QDesktopWidget() {
		super((Class) null);
		newQDesktopWidget();
	}
	private native void newQDesktopWidget();
	public native boolean isVirtualDesktop();
	public native int numScreens();
	public native int primaryScreen();
	public native int screenNumber(QWidget widget);
	public native int screenNumber();
	public native int screenNumber(QPoint arg1);
	public native QWidget screen(int screen);
	public native QWidget screen();
	public native QRect screenGeometry(int screen);
	public native QRect screenGeometry();
	public native QRect screenGeometry(QWidget widget);
	public native QRect screenGeometry(QPoint point);
	public native QRect availableGeometry(int screen);
	public native QRect availableGeometry();
	public native QRect availableGeometry(QWidget widget);
	public native QRect availableGeometry(QPoint point);
	public native void insertChild(QObject arg1);
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	protected native void resizeEvent(QResizeEvent 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();
}