![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Inheritance diagram for QWindowSystemInterfacePrivate::WindowStateChangedEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::WindowStateChangedEvent:Public Member Functions | |
| WindowStateChangedEvent (QWindow *_window, Qt::WindowStates _newState, Qt::WindowStates _oldState) | |
Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| WindowSystemEvent (EventType t) | |
| virtual | ~WindowSystemEvent () |
| bool | synthetic () const |
| bool | nullWindow () const |
Public Attributes | |
| QPointer< QWindow > | window |
| Qt::WindowStates | newState |
| Qt::WindowStates | oldState |
Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| EventType | type |
| int | flags |
| bool | eventAccepted |
Additional Inherited Members | |
Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| enum | { Synthetic = 0x1 , NullWindow = 0x2 } |
Definition at line 137 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 139 of file qwindowsysteminterface_p.h.
| Qt::WindowStates QWindowSystemInterfacePrivate::WindowStateChangedEvent::newState |
Definition at line 144 of file qwindowsysteminterface_p.h.
Referenced by QGuiApplicationPrivate::processWindowStateChangedEvent().
| Qt::WindowStates QWindowSystemInterfacePrivate::WindowStateChangedEvent::oldState |
Definition at line 145 of file qwindowsysteminterface_p.h.
Referenced by QGuiApplicationPrivate::processWindowStateChangedEvent().
Definition at line 143 of file qwindowsysteminterface_p.h.
Referenced by QGuiApplicationPrivate::processWindowStateChangedEvent().