QRenderAspect Class

(Qt3D::QRenderAspect)
Inherits:

Public Types

enum RenderType { Synchronous, Threaded }

Public Functions

QRenderAspect(QObject * parent = 0)
QRenderAspect(RenderType type, QObject * parent = 0)
QVector<QAspectJobPtr> jobsToExecute(qint64 time)
void renderInitialize(QOpenGLContext * context)
void renderShutdown()
void renderSynchronous()
void sceneNodeAdded(QSceneChangePtr & e)
void sceneNodeRemoved(QSceneChangePtr & e)
qint64 time() const

Protected Functions

Member Type Documentation

enum QRenderAspect::RenderType

Member Function Documentation

QRenderAspect::QRenderAspect(QObject * parent = 0)

QRenderAspect::QRenderAspect(RenderType type, QObject * parent = 0)

QVector<QAspectJobPtr> QRenderAspect::jobsToExecute(qint64 time)

[protected] void QRenderAspect::registerBackendTypes()

void QRenderAspect::renderInitialize(QOpenGLContext * context)

void QRenderAspect::renderShutdown()

Only called when rendering with QtQuick 2 and a Scene3D item

void QRenderAspect::renderSynchronous()

void QRenderAspect::sceneNodeAdded(QSceneChangePtr & e)

void QRenderAspect::sceneNodeRemoved(QSceneChangePtr & e)

qint64 QRenderAspect::time() const

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.