You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
Java
45 lines
1.6 KiB
Java
//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();
|
|
}
|