QAbstractAspect¶
QAbstractAspect
is the base class for aspects that provide a vertical slice of behavior. More…
Inherited by: QAnimationAspect, QInputAspect, QLogicAspect, QRenderAspect
Synopsis¶
Functions¶
def
rootEntityId
()def
scheduleSingleShotJob
(job)def
unregisterBackendType
(arg__1)
Detailed Description¶
- class PySide2.Qt3DCore.Qt3DCore.QAbstractAspect([parent=None])¶
- param parent:
Constructs a new
QAbstractAspect
withparent
- PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.rootEntityId()¶
- Return type:
Returns root entity node id.
- PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.scheduleSingleShotJob(job)¶
- Parameters:
job –
QSharedPointer
- PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.unregisterBackendType(arg__1)¶
- Parameters:
arg__1 –
PySide2.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.