org.kde.qt

Class QWorkspace

public class QWorkspace extends QWidget

See QWorkspaceSignals for signals emitted by QWorkspace
Field Summary
static intCreationOrder
static intStackingOrder
Constructor Summary
protected QWorkspace(Class dummy)
QWorkspace(QWidget parent, String name)
QWorkspace(QWidget parent)
QWorkspace()
Method Summary
voidactivateNextWindow()
voidactivatePrevWindow()
QWidgetactiveWindow()
voidcascade()
protected voidchildEvent(QChildEvent arg1)
StringclassName()
voidcloseActiveWindow()
voidcloseAllWindows()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleaneventFilter(QObject arg1, QEvent arg2)
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidhideEvent(QHideEvent e)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidresizeEvent(QResizeEvent arg1)
booleanscrollBarsEnabled()
voidsetPaletteBackgroundColor(QColor arg1)
voidsetPaletteBackgroundPixmap(QPixmap arg1)
voidsetScrollBarsEnabled(boolean enable)
voidshowEvent(QShowEvent e)
QSizesizeHint()
voidstyleChange(QStyle arg1)
voidtile()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
protected voidwheelEvent(QWheelEvent e)
ArrayListwindowList()
ArrayListwindowList(int order)

Field Detail

CreationOrder

public static final int CreationOrder

StackingOrder

public static final int StackingOrder

Constructor Detail

QWorkspace

protected QWorkspace(Class dummy)

QWorkspace

public QWorkspace(QWidget parent, String name)

QWorkspace

public QWorkspace(QWidget parent)

QWorkspace

public QWorkspace()

Method Detail

activateNextWindow

public void activateNextWindow()

activatePrevWindow

public void activatePrevWindow()

activeWindow

public QWidget activeWindow()

cascade

public void cascade()

childEvent

protected void childEvent(QChildEvent arg1)

className

public String className()

closeActiveWindow

public void closeActiveWindow()

closeAllWindows

public void closeAllWindows()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

eventFilter

public boolean eventFilter(QObject arg1, QEvent arg2)

finalize

protected void finalize()
Deletes the wrapped C++ instance

hideEvent

protected void hideEvent(QHideEvent e)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

resizeEvent

protected void resizeEvent(QResizeEvent arg1)

scrollBarsEnabled

public boolean scrollBarsEnabled()

setPaletteBackgroundColor

public void setPaletteBackgroundColor(QColor arg1)

setPaletteBackgroundPixmap

public void setPaletteBackgroundPixmap(QPixmap arg1)

setScrollBarsEnabled

public void setScrollBarsEnabled(boolean enable)

showEvent

public void showEvent(QShowEvent e)

sizeHint

public QSize sizeHint()

styleChange

public void styleChange(QStyle arg1)

tile

public void tile()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

wheelEvent

protected void wheelEvent(QWheelEvent e)

windowList

public ArrayList windowList()

windowList

public ArrayList windowList(int order)