![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for WMSyncEvent:
Collaboration diagram for WMSyncEvent:Public Member Functions | |
| WMSyncEvent (QQuickWindow *c, bool inExpose, bool force, const QRhiSwapChainProxyData &scProxyData) | |
Public Member Functions inherited from WMWindowEvent | |
| WMWindowEvent (QQuickWindow *c, QEvent::Type type) | |
Public Member Functions inherited from QEvent | |
| QEvent (Type type) | |
| Constructs an event object of type type. | |
| virtual | ~QEvent () |
| Destroys the event. | |
| Type | type () const |
| Returns the event type. | |
| bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false. | |
| virtual void | setAccepted (bool accepted) |
| bool | isAccepted () const |
| void | accept () |
| Sets the accept flag of the event object, the equivalent of calling setAccepted(true). | |
| void | ignore () |
| Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). | |
| bool | isInputEvent () const noexcept |
| bool | isPointerEvent () const noexcept |
| bool | isSinglePointEvent () const noexcept |
| virtual QEvent * | clone () const |
| Creates and returns an identical copy of this event. | |
Public Attributes | |
| QSize | size |
| float | dpr |
| bool | syncInExpose |
| bool | forceRenderPass |
| QRhiSwapChainProxyData | scProxyData |
Public Attributes inherited from WMWindowEvent | |
| QQuickWindow * | window |
Definition at line 134 of file qsgthreadedrenderloop.cpp.
|
inline |
Definition at line 137 of file qsgthreadedrenderloop.cpp.
| float WMSyncEvent::dpr |
Definition at line 146 of file qsgthreadedrenderloop.cpp.
Referenced by QSGRenderThread::event().
| bool WMSyncEvent::forceRenderPass |
Definition at line 148 of file qsgthreadedrenderloop.cpp.
Referenced by QSGRenderThread::event().
| QRhiSwapChainProxyData WMSyncEvent::scProxyData |
Definition at line 149 of file qsgthreadedrenderloop.cpp.
Referenced by QSGRenderThread::event().
| QSize WMSyncEvent::size |
Definition at line 145 of file qsgthreadedrenderloop.cpp.
Referenced by QSGRenderThread::event().
| bool WMSyncEvent::syncInExpose |
Definition at line 147 of file qsgthreadedrenderloop.cpp.
Referenced by QSGRenderThread::event().