QEntityPrivate Class
(Qt3DCore::QEntityPrivate)Inherits: | QNodePrivate |
Public Functions
QEntityPrivate() | |
QNodeId | parentEntityId() const |
- 6 public functions inherited from Qt3DCore::QNodePrivate
- 1 public function inherited from Qt3DCore::QObservableInterface
Additional Inherited Members
- 2 static public members inherited from Qt3DCore::QNodePrivate
- 1 protected function inherited from Qt3DCore::QObservableInterface
Member Function Documentation
QEntityPrivate::QEntityPrivate()
Default constructs an instance of QEntityPrivate.
QNodeId QEntityPrivate::parentEntityId() const
Returns the Qt3DCore::QNodeId id of the parent Qt3DCore::QEntity instance of the current Qt3DCore::QEntity object. The QNodeId isNull method will return true if there is no Qt3DCore::QEntity parent of the current Qt3DCore::QEntity in the scene hierarchy.