Definition at line 60 of file qworkspace.h.
#include <qworkspace.h>

| enum WindowOrder |
Definition at line 70 of file qworkspace.h.
{ CreationOrder, StackingOrder };
| QWorkspace | ( | QWidget * | parent = 0 |
) | [explicit] |
| ~QWorkspace | ( | ) |
| QWidget* activeWindow | ( | ) | const |
| QWidgetList windowList | ( | WindowOrder | order =
CreationOrder |
) | const |
| bool scrollBarsEnabled | ( | ) | const |
| void setScrollBarsEnabled | ( | bool | enable | ) |
| void setBackground | ( | const QBrush & | background | ) |
| QBrush background | ( | ) | const |
| void windowActivated | ( | QWidget * | w | ) | [signal] |
| void setActiveWindow | ( | QWidget * | w | ) | [slot] |
| void cascade | ( | ) | [slot] |
| void tile | ( | ) | [slot] |
| void arrangeIcons | ( | ) | [slot] |
| void closeActiveWindow | ( | ) | [slot] |
| void closeAllWindows | ( | ) | [slot] |
| void activateNextWindow | ( | ) | [slot] |
| void activatePreviousWindow | ( | ) | [slot] |
| void paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |
Reimplemented from QWidget.
| void childEvent | ( | QChildEvent * | ) | [protected, virtual] |
Reimplemented from QObject.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
Reimplemented from QObject.
| void showEvent | ( | QShowEvent * | e | ) | [protected, virtual] |
Reimplemented from QWidget.
| void hideEvent | ( | QHideEvent * | e | ) | [protected, virtual] |
Reimplemented from QWidget.
| void wheelEvent | ( | QWheelEvent * | e | ) | [protected, virtual] |
Reimplemented from QWidget.
bool scrollBarsEnabled [read,
write] |
Definition at line 63 of file qworkspace.h.
QBrush background [read,
write] |
Definition at line 64 of file qworkspace.h.