QWindowStateChangeEvent Class
The QWindowStateChangeEvent class provides the window state before a window state change. More...
| Header: | #include <QWindowStateChangeEvent> |
| Inherits: | QEvent |
Public Functions
| QWindowStateChangeEvent(Qt::WindowStates oldState, bool isOverride = false) | |
| bool | isOverride() const |
| Qt::WindowStates | oldState() const |
Detailed Description
\ingroupevents \inmodule QtGui
Member Function Documentation
[explicit] QWindowStateChangeEvent::QWindowStateChangeEvent(Qt::WindowStates oldState, bool isOverride = false)
\internal
bool QWindowStateChangeEvent::isOverride() const
\internal
Qt::WindowStates QWindowStateChangeEvent::oldState() const
Returns the state of the window before the change.