QNodeId

Uniquely identifies a QNode . More

Inheritance diagram of PySide6.Qt3DCore.Qt3DCore.QNodeId

Synopsis

Functions

Static functions

Detailed Description

class PySide6.Qt3DCore.Qt3DCore.QNodeId

PySide6.Qt3DCore.Qt3DCore.QNodeId(QNodeId)

Parameters

QNodeIdPySide6.Qt3DCore.Qt3DCore.QNodeId

static PySide6.Qt3DCore.Qt3DCore.QNodeId.createId()
Return type

PySide6.Qt3DCore.Qt3DCore.QNodeId

Returns node id.

PySide6.Qt3DCore.Qt3DCore.QNodeId.id()
Return type

int

Returns

PySide6.Qt3DCore.Qt3DCore.QNodeId.isNull()
Return type

bool

Returns

PySide6.Qt3DCore.Qt3DCore.QNodeId.__ne__(other)
Parameters

otherPySide6.Qt3DCore.Qt3DCore.QNodeId

Return type

bool

Returns true if this != other.

PySide6.Qt3DCore.Qt3DCore.QNodeId.__lt__(other)
Parameters

otherPySide6.Qt3DCore.Qt3DCore.QNodeId

Return type

bool

PySide6.Qt3DCore.Qt3DCore.QNodeId.__eq__(other)
Parameters

otherPySide6.Qt3DCore.Qt3DCore.QNodeId

Return type

bool

Returns true if this == other.

PySide6.Qt3DCore.Qt3DCore.QNodeId.__gt__(other)
Parameters

otherPySide6.Qt3DCore.Qt3DCore.QNodeId

Return type

bool

Returns true if this > other.