QWindowStateChangeEvent Class
The QWindowStateChangeEvent class provides the window state before a window state change. 更多...
头文件: | #include <QWindowStateChangeEvent> |
qmake: | QT += gui |
基类: | QEvent |
公有函数
Qt::WindowStates | oldState() const |
- 6 个公有函数继承自 QEvent
其他继承的成员
详细描述
The QWindowStateChangeEvent class provides the window state before a window state change.
成员函数
Qt::WindowStates QWindowStateChangeEvent::oldState() const
Returns the state of the window before the change.