QComponentAddedChange¶
The
QComponentAddedChangeclass is used to notify when a component is added to an entity. More…

Synopsis¶
Functions¶
def
componentId()def
componentMetaObject()def
entityId()
Detailed Description¶
- class PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange(component, entity)¶
Note
This constructor is deprecated.
PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange(entity, component)
Note
This constructor is deprecated.
- param component:
- param entity:
Constructs a new
QComponentAddedChangewhich will notifycomponentthat it was added toentityConstructs a new
QComponentAddedChangewhich will notifyentitythatcomponentwas added
- PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.componentId()¶
- Return type:
Returns the id of the component added.
- PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.componentMetaObject()¶
- Return type:
Returns the metaobject.
- PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.entityId()¶
- Return type:
Returns the id of the entity the component was added to.
© 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.