![]() |
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 | |
| QSGSoftwareSyncEvent (QQuickWindow *c, bool inExpose, bool force) | |
| QSGSoftwareSyncEvent (QQuickWindow *c, bool inExpose, bool force) | |
| Public Member Functions inherited from QSGSoftwareWindowEvent | |
| QSGSoftwareWindowEvent (QQuickWindow *c, QEvent::Type type) | |
| QSGSoftwareWindowEvent (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 |
| Public Attributes inherited from QSGSoftwareWindowEvent | |
| QQuickWindow * | window |
Definition at line 51 of file qsgsoftwarethreadedrenderloop.cpp.
|
inline |
Definition at line 54 of file qsgsoftwarethreadedrenderloop.cpp.
References QSGSoftwareSyncEvent(), dpr, forceRenderPass, and syncInExpose.
Referenced by QSGSoftwareSyncEvent().
|
inline |
Definition at line 54 of file qsgsoftwarethreadedrenderloop.cpp.
| float QSGSoftwareSyncEvent::dpr |
Definition at line 61 of file qsgsoftwarethreadedrenderloop.cpp.
Referenced by QSGSoftwareSyncEvent().
| bool QSGSoftwareSyncEvent::forceRenderPass |
Definition at line 63 of file qsgsoftwarethreadedrenderloop.cpp.
Referenced by QSGSoftwareSyncEvent(), and QSGSoftwareRenderThread::event().
| QSize QSGSoftwareSyncEvent::size |
Definition at line 60 of file qsgsoftwarethreadedrenderloop.cpp.
| bool QSGSoftwareSyncEvent::syncInExpose |
Definition at line 62 of file qsgsoftwarethreadedrenderloop.cpp.
Referenced by QSGSoftwareSyncEvent(), and QSGSoftwareRenderThread::event().