Source Code (Use browser search to find items of interest.)

Class Index

qt'QWorkspaceData (./qt-2.1.0/src/widgets/qworkspace.cpp:416)

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
 */