org.kde.qt
public class QWorkspace extends QWidget
| Field Summary | |
|---|---|
| static int | CreationOrder |
| static int | StackingOrder |
| Constructor Summary | |
|---|---|
| protected | QWorkspace(Class dummy) |
| QWorkspace(QWidget parent, String name) | |
| QWorkspace(QWidget parent) | |
| QWorkspace() | |
| Method Summary | |
|---|---|
| void | activateNextWindow() |
| void | activatePrevWindow() |
| QWidget | activeWindow() |
| void | cascade() |
| protected void | childEvent(QChildEvent arg1) |
| String | className() |
| void | closeActiveWindow() |
| void | closeAllWindows() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | eventFilter(QObject arg1, QEvent arg2) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | hideEvent(QHideEvent e) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| protected void | resizeEvent(QResizeEvent arg1) |
| boolean | scrollBarsEnabled() |
| void | setPaletteBackgroundColor(QColor arg1) |
| void | setPaletteBackgroundPixmap(QPixmap arg1) |
| void | setScrollBarsEnabled(boolean enable) |
| void | showEvent(QShowEvent e) |
| QSize | sizeHint() |
| void | styleChange(QStyle arg1) |
| void | tile() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| protected void | wheelEvent(QWheelEvent e) |
| ArrayList | windowList() |
| ArrayList | windowList(int order) |