QComponentRemovedChange¶
The
QComponentRemovedChange
class is used to notify when a component is removed from an entity. More…
Synopsis¶
Functions¶
def
componentId
()def
componentMetaObject
()def
entityId
()
Detailed Description¶
- class PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange(component, entity)¶
Note
This constructor is deprecated.
PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange(entity, component)
Note
This constructor is deprecated.
- param component:
- param entity:
Constructs a new
QComponentRemovedChange
which will notifycomponent
that it was removed fromentity
Constructs a new
QComponentRemovedChange
which will notifyentity
thatcomponent
was removed.
- PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.componentId()¶
- Return type:
Returns the id of the component removed.
- PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.componentMetaObject()¶
- Return type:
Returns the metaobject.
- PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.entityId()¶
- Return type:
Returns the id of the entity the component was removed from.
© 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.