QtGui/qworkspace.h Source File
Go to the documentation of this file.
53 #ifndef QT_NO_WORKSPACE
56 class QWorkspaceChild;
58 class QWorkspacePrivate;
63 Q_PROPERTY(
bool scrollBarsEnabled READ scrollBarsEnabled WRITE setScrollBarsEnabled)
73 QWidgetList windowList(WindowOrder order = CreationOrder)
const;
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);
99 void closeActiveWindow();
100 void closeAllWindows();
101 void activateNextWindow();
102 void activatePreviousWindow();
113 #ifndef QT_NO_WHEELEVENT
128 friend class QWorkspaceChild;
131 #endif // QT_NO_WORKSPACE
137 #endif // QWORKSPACE_H
virtual bool eventFilter(QObject *, QEvent *)
#define Q_PRIVATE_SLOT(d, signature)
#define QT_BEGIN_NAMESPACE
GLuint const GLchar * name
GLubyte GLubyte GLubyte GLubyte w
virtual void childEvent(QChildEvent *)