QAbstractAspect

QAbstractAspect is the base class for aspects that provide a vertical slice of behavior. More

Inheritance diagram of PySide6.Qt3DCore.Qt3DCore.QAbstractAspect

Inherited by: QRenderAspect, QLogicAspect, QInputAspect, QAnimationAspect

Synopsis

Functions

Virtual functions

Detailed Description

class PySide6.Qt3DCore.Qt3DCore.QAbstractAspect([parent=None])
Parameters

parentPySide6.QtCore.QObject

Constructs a new QAbstractAspect with parent

PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.dependencies()
Return type

list of strings

PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.registerBackendType(obj, functor)
Parameters

Registers backend with obj and functor.

PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.rootEntityId()
Return type

PySide6.Qt3DCore.Qt3DCore.QNodeId

Returns root entity node id.

PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.scheduleSingleShotJob(job)
Parameters

jobQSharedPointer

PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.unregisterBackendType(arg__1)
Parameters

arg__1PySide6.QtCore.QMetaObject