![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
WMSyncEvent (QQuickWindow *c, bool inExpose, bool force, const QRhiSwapChainProxyData &scProxyData) | |
WMSyncEvent (QQuickWindow *c, bool inExpose, bool force, const QRhiSwapChainProxyData &scProxyData) | |
Public Member Functions inherited from WMWindowEvent | |
WMWindowEvent (QQuickWindow *c, QEvent::Type type) | |
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 135 of file qsgthreadedrenderloop.cpp.
|
inline |
Definition at line 138 of file qsgthreadedrenderloop.cpp.
References WMSyncEvent(), dpr, forceRenderPass, scProxyData, and syncInExpose.
Referenced by WMSyncEvent().
|
inline |
Definition at line 138 of file qsgthreadedrenderloop.cpp.
float WMSyncEvent::dpr |
Definition at line 147 of file qsgthreadedrenderloop.cpp.
Referenced by WMSyncEvent(), and QSGRenderThread::event().
bool WMSyncEvent::forceRenderPass |
Definition at line 149 of file qsgthreadedrenderloop.cpp.
Referenced by WMSyncEvent(), and QSGRenderThread::event().
QRhiSwapChainProxyData WMSyncEvent::scProxyData |
Definition at line 150 of file qsgthreadedrenderloop.cpp.
Referenced by WMSyncEvent(), and QSGRenderThread::event().
QSize WMSyncEvent::size |
Definition at line 146 of file qsgthreadedrenderloop.cpp.
bool WMSyncEvent::syncInExpose |
Definition at line 148 of file qsgthreadedrenderloop.cpp.
Referenced by WMSyncEvent(), and QSGRenderThread::event().