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