CommandThread Class
(Qt3DRender::Render::CommandThread)Inherits: | QThread |
Public Functions
CommandThread(Renderer *renderer) | |
~CommandThread() | |
void | executeCommand(Command *command) |
void | initialize(QOpenGLContext *mainContext) |
Render::Renderer * | renderer() const |
void | shutdown() |
Additional Inherited Members
- 1 property inherited from QObject
- 3 public slots inherited from QThread
- 1 public slot inherited from QObject
- 2 signals inherited from QThread
- 2 signals inherited from QObject
- 7 static public members inherited from QThread
- 11 static public members inherited from QObject
- 2 protected functions inherited from QThread
- 9 protected functions inherited from QObject
- 1 static protected member inherited from QThread
Member Function Documentation
CommandThread::CommandThread(Renderer *renderer)
Default constructs an instance of CommandThread.
CommandThread::~CommandThread()
Destroys the instance of CommandThread.