Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsgrenderloop_p.h File Reference

(9dd45fff835a7c261dacc9ee6239d42ef1a74bbe)

#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
}
 

Enumeration Type Documentation

◆ QSGCustomEvents

Enumerator
WM_Obscure 
WM_RequestSync 
WM_TryRelease 
WM_Grab 
WM_PostJob 
WM_ReleaseSwapchain 

Definition at line 98 of file qsgrenderloop_p.h.

◆ QSGRenderLoopType

Enumerator
BasicRenderLoop 
ThreadedRenderLoop 

Definition at line 92 of file qsgrenderloop_p.h.