QAbstractAspect¶
QAbstractAspect
is the base class for aspects that provide a vertical slice of behavior. More…
Inherited by: QRenderAspect, QLogicAspect, QInputAspect, QAnimationAspect
Synopsis¶
Functions¶
def
registerBackendType
(obj, functor)def
rootEntityId
()def
scheduleSingleShotJob
(job)def
unregisterBackendType
(arg__1)
Virtual functions¶
def
dependencies
()
Detailed Description¶
- class PySide6.Qt3DCore.Qt3DCore.QAbstractAspect([parent=None])¶
- Parameters
parent –
PySide6.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
functor –
QSharedPointer
Registers backend with obj
and functor
.
- PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.rootEntityId()¶
- Return type
Returns root entity node id.
- PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.scheduleSingleShotJob(job)¶
- Parameters
job –
QSharedPointer
- PySide6.Qt3DCore.Qt3DCore.QAbstractAspect.unregisterBackendType(arg__1)¶
- Parameters
arg__1 –
PySide6.QtCore.QMetaObject
© 2022 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.