45 #include <QtGui/qwidget.h> 53 #ifndef QT_NO_WORKSPACE 79 bool scrollBarsEnabled()
const;
80 void setScrollBarsEnabled(
bool enable);
84 QT3_SUPPORT
void setPaletteBackgroundColor(
const QColor &);
85 QT3_SUPPORT
void setPaletteBackgroundPixmap(
const QPixmap &);
88 void setBackground(
const QBrush &background);
92 void windowActivated(
QWidget* w);
95 void setActiveWindow(
QWidget *w);
99 void closeActiveWindow();
100 void closeAllWindows();
101 void activateNextWindow();
102 void activatePreviousWindow();
113 #ifndef QT_NO_WHEELEVENT 131 #endif // QT_NO_WORKSPACE 137 #endif // QWORKSPACE_H The QColor class provides colors based on RGB, HSV or CMYK values.
bool scrollBarsEnabled
whether the workspace provides scroll bars
#define QT_END_NAMESPACE
This macro expands to.
The QWheelEvent class contains parameters that describe a wheel event.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
The QObject class is the base class of all Qt objects.
WindowOrder
Specifies the order in which child windows are returned from windowList().
The QWorkspace widget provides a workspace window that can be used in an MDI application.
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual void childEvent(QChildEvent *)
This event handler can be reimplemented in a subclass to receive child events.
The QHideEvent class provides an event which is sent after a widget is hidden.
The QResizeEvent class contains event parameters for resize events.
The QShowEvent class provides an event that is sent when a widget is shown.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
The QChildEvent class contains event parameters for child object events.
The QBrush class defines the fill pattern of shapes drawn by QPainter.
The QPoint class defines a point in the plane using integer precision.
QBrush background
the workspace's background
The QPixmap class is an off-screen image representation that can be used as a paint device...
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QPaintEvent class contains event parameters for paint events.
The QEvent class is the base class of all event classes.
The QAction class provides an abstract user interface action that can be inserted into widgets...
The QList class is a template class that provides lists.