Uses of Class
io.qt.qt3d.core.QAbstractAspect
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core | |
io.qt.qt3d.extras | |
io.qt.qt3d.extras.quick | |
io.qt.qt3d.input | |
io.qt.qt3d.logic | |
io.qt.qt3d.render |
-
Uses of QAbstractAspect in io.qt.qt3d.animation
Subclasses of QAbstractAspect in io.qt.qt3d.animation Modifier and Type Class Description class
QAnimationAspect
Provides key-frame animation capabilities to Qt 3D -
Uses of QAbstractAspect in io.qt.qt3d.core
Methods in io.qt.qt3d.core that return types with arguments of type QAbstractAspect Modifier and Type Method Description QVector<QAbstractAspect>
QAspectEngine. aspects()
Methods in io.qt.qt3d.core with parameters of type QAbstractAspect Modifier and Type Method Description void
QAspectEngine. registerAspect(QAbstractAspect aspect)
void
QAspectEngine. unregisterAspect(QAbstractAspect aspect)
-
Uses of QAbstractAspect in io.qt.qt3d.extras
Methods in io.qt.qt3d.extras with parameters of type QAbstractAspect Modifier and Type Method Description void
Qt3DWindow. registerAspect(QAbstractAspect aspect)
-
Uses of QAbstractAspect in io.qt.qt3d.extras.quick
Methods in io.qt.qt3d.extras.quick with parameters of type QAbstractAspect Modifier and Type Method Description void
Qt3DQuickWindow. registerAspect(QAbstractAspect aspect)
-
Uses of QAbstractAspect in io.qt.qt3d.input
Subclasses of QAbstractAspect in io.qt.qt3d.input Modifier and Type Class Description class
QInputAspect
Responsible for creating physical devices and handling associated jobs -
Uses of QAbstractAspect in io.qt.qt3d.logic
Subclasses of QAbstractAspect in io.qt.qt3d.logic Modifier and Type Class Description class
QLogicAspect
Responsible for handling frame synchronization jobs -
Uses of QAbstractAspect in io.qt.qt3d.render
Subclasses of QAbstractAspect in io.qt.qt3d.render Modifier and Type Class Description class
QRenderAspect
Class