Uses of Class
io.qt.qt3d.core.QNodeId
Package | Description |
---|---|
io.qt.qt3d.core | |
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
QNodeId. clone()
static QNodeId
QNodeId. createId()
QNodeId
QNode. id()
QNodeId
QNodeIdTypePair. id()
QNodeId
QBackendNode. peerId()
static QNodeId
Qt3DCore. qIdForNode(QNode node)
protected QNodeId
QAbstractAspect. rootEntityId()
Methods in io.qt.qt3d.core with parameters of type QNodeId Modifier and Type Method Description int
QNodeId. compareTo(QNodeId other)
abstract QBackendNode
QBackendNodeMapper. create(QNodeId id)
abstract void
QBackendNodeMapper. destroy(QNodeId id)
abstract QBackendNode
QBackendNodeMapper. get(QNodeId id)
QNode
QAspectEngine. lookupNode(QNodeId id)
static long
Qt3DCore. qHash(QNodeId id)
Overloaded function forQt3DCore.qHash(io.qt.qt3d.core.QNodeId, long)
withseed = 0
.static long
Qt3DCore. qHash(QNodeId id, long seed)
void
QNodeIdTypePair. setId(QNodeId id)
Method parameters in io.qt.qt3d.core with type arguments of type QNodeId Modifier and Type Method Description QList<QNode>
QAspectEngine. lookupNodes(Collection<QNodeId> ids)
Constructors in io.qt.qt3d.core with parameters of type QNodeId Constructor Description QNodeIdTypePair(QNodeId _id, QMetaObject _type)
-
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 hitMethods 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)