![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qimage.h>#include <QtGui/qsurface.h>#include <private/qtquickglobal_p.h>#include <QtCore/qset.h>#include <QtCore/qobject.h>#include <QtCore/qcoreevent.h>
Include dependency graph for qsgrenderloop_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QSGRenderLoop |
Enumerations | |
| enum | QSGRenderLoopType { BasicRenderLoop , ThreadedRenderLoop } |
| enum | QSGCustomEvents { WM_Obscure = QEvent::User + 1 , WM_RequestSync = QEvent::User + 2 , WM_TryRelease = QEvent::User + 4 , WM_Grab = QEvent::User + 5 , WM_PostJob = QEvent::User + 6 , WM_ReleaseSwapchain = QEvent::User + 7 } |
| enum QSGCustomEvents |
| Enumerator | |
|---|---|
| WM_Obscure | |
| WM_RequestSync | |
| WM_TryRelease | |
| WM_Grab | |
| WM_PostJob | |
| WM_ReleaseSwapchain | |
Definition at line 98 of file qsgrenderloop_p.h.
| enum QSGRenderLoopType |
| Enumerator | |
|---|---|
| BasicRenderLoop | |
| ThreadedRenderLoop | |
Definition at line 92 of file qsgrenderloop_p.h.