Uses of Class
io.qt.qt3d.core.QNodeId
-
Uses of QNodeId in io.qt.qt3d.core
Modifier and TypeMethodDescriptionfinal QNodeId
QPropertyNodeAddedChange.addedNodeId()
QNodeId.clone()
Creates and returns a copy of this object.final QNodeId
QComponentAddedChange.componentId()
final QNodeId
QComponentRemovedChange.componentId()
static QNodeId
QNodeId.createId()
final QNodeId
QComponentAddedChange.entityId()
final QNodeId
QComponentRemovedChange.entityId()
final QNodeId
QNode.id()
final QNodeId
QNodeIdTypePair.id()
SeeQt3DCore::QNodeIdTypePair::
id final QNodeId
QNodeCreatedChangeBase.parentId()
final QNodeId
QBackendNode.peerId()
static QNodeId
Qt3DCore.qIdForNode
(QNode node) final QNodeId
QPropertyNodeRemovedChange.removedNodeId()
protected final QNodeId
QAbstractAspect.rootEntityId()
final QNodeId
QSceneChange.subjectId()
Modifier and TypeMethodDescriptionint
abstract void
final boolean
abstract QBackendNode
final void
SeeQt3DCore::QNodeIdTypePair::
id ModifierConstructorDescriptionQDynamicPropertyUpdatedChange
(QNodeId subjectId) QNodeCommand
(QNodeId id) SeeQt3DCore::QNodeId::
QNodeId(Qt3DCore::QNodeId) QNodeIdTypePair
(QNodeId _id, QMetaObject _type) SeeQt3DCore::QNodeIdTypePair::
QNodeIdTypePair(Qt3DCore::QNodeId, const QMetaObject*) QPropertyNodeAddedChange
(QNodeId subjectId, QNode node) QPropertyNodeRemovedChange
(QNodeId subjectId, QNode node) QPropertyUpdatedChange
(QNodeId subjectId) protected
QPropertyUpdatedChangeBase
(QNodeId subjectId) QPropertyValueAddedChange
(QNodeId subjectId) protected
QPropertyValueAddedChangeBase
(QNodeId subjectId) QPropertyValueRemovedChange
(QNodeId subjectId) protected
QPropertyValueRemovedChangeBase
(QNodeId subjectId) protected
QSceneChange
(Qt3DCore.ChangeFlag type, QNodeId subjectId) protected
QStaticPropertyUpdatedChangeBase
(QNodeId subjectId) protected
QStaticPropertyValueAddedChangeBase
(QNodeId subjectId) protected
QStaticPropertyValueRemovedChangeBase
(QNodeId subjectId) -
Uses of QNodeId in io.qt.qt3d.input
-
Uses of QNodeId in io.qt.qt3d.render
Modifier and TypeMethodDescriptionfinal QNodeId
QRayCasterHit.entityId()
Returns the id of the entity that was hitfinal QNodeId
QFrameGraphNodeCreatedChangeBase.parentFrameGraphNodeId()
SeeQt3DRender::QFrameGraphNodeCreatedChangeBase::
parentFrameGraphNodeId()const Modifier and TypeMethodDescriptionfinal void
SeeQt3DRender::QCameraLens::
viewAll(Qt3DCore::QNodeId) final void
QCameraLens.viewEntity
(QNodeId entityId, QNodeId cameraId) SeeQt3DRender::QCameraLens::
viewEntity(Qt3DCore::QNodeId, Qt3DCore::QNodeId) ModifierConstructorDescriptionQRayCasterHit
(QRayCasterHit.HitType type, QNodeId id, float distance, QVector3D localIntersect, QVector3D worldIntersect, int primitiveIndex, int v1, int v2, int v3) SeeQt3DRender::QRayCasterHit::
QRayCasterHit(Qt3DRender::QRayCasterHit::HitType, Qt3DCore::QNodeId, float, QVector3D, QVector3D, uint, uint, uint, uint)