class QWorkspaceData {
public:
QWorkspaceChild* active;
QList<QWorkspaceChild> windows;
QList<QWorkspaceChild> focus;
QList<QWidget> icons;
QWorkspaceChild* maxWindow;
QRect maxRestore;
QFrame* maxcontrols;
int px;
int py;
QWidget *becomeActive;
QPopupMenu* popup;
int menuId;
int controlId;
};
/*!
Constructs a workspace with a \a parent and a \a name
*/