Uses of Class
io.qt.qt3d.core.QNodeId
Package | Description |
---|---|
io.qt.qt3d.core | |
io.qt.qt3d.input | |
io.qt.qt3d.render |
-
Uses of QNodeId in io.qt.qt3d.core
Methods in io.qt.qt3d.core that return QNodeId Modifier and Type Method Description QNodeId
QPropertyNodeAddedChange. addedNodeId()
QNodeId
QNodeId. clone()
QNodeId
QComponentAddedChange. componentId()
QNodeId
QComponentRemovedChange. componentId()
static QNodeId
QNodeId. createId()
QNodeId
QComponentAddedChange. entityId()
QNodeId
QComponentRemovedChange. entityId()
QNodeId
QNode. id()
QNodeId
QNodeIdTypePair. id()
QNodeId
QNodeCreatedChange. parentId()
QNodeId
QBackendNode. peerId()
static QNodeId
Qt3DCore. qIdForNode(QNode node)
QNodeId
QPropertyNodeRemovedChange. removedNodeId()
protected QNodeId
QAbstractAspect. rootEntityId()
QNodeId
QSceneChange. subjectId()
Methods in io.qt.qt3d.core with parameters of type QNodeId Modifier and Type Method Description int
QNodeId. compareTo(QNodeId other)
abstract void
QBackendNodeMapper. destroy(QNodeId id)
abstract QBackendNode
QBackendNodeMapper. get(QNodeId id)
void
QNodeIdTypePair. setId(QNodeId id)
-
Uses of QNodeId in io.qt.qt3d.input
Methods in io.qt.qt3d.input that return types with arguments of type QNodeId Modifier and Type Method Description QVector<QNodeId>
QPhysicalDeviceCreatedChange. axisSettingIds()
-
Uses of QNodeId in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QNodeId Modifier and Type Method Description QNodeId
QRayCasterHit. entityId()
Returns the id of the entity that was hitQNodeId
QFrameGraphNodeCreatedChange. parentFrameGraphNodeId()
Methods in io.qt.qt3d.render with parameters of type QNodeId Modifier and Type Method Description void
QCameraLens. viewAll(QNodeId cameraId)
void
QCameraLens. viewEntity(QNodeId entityId, QNodeId cameraId)
Constructors in io.qt.qt3d.render with parameters of type QNodeId Constructor Description QRayCasterHit(QRayCasterHit.HitType type, QNodeId id, float distance, QVector3D localIntersect, QVector3D worldIntersect, int primitiveIndex, int v1, int v2, int v3)