QNodeId

Uniquely identifies a QNode . More

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QNodeId

Synopsis

Functions

Static functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QNodeId

PySide2.Qt3DCore.Qt3DCore.QNodeId(QNodeId)

Parameters:

QNodeIdPySide2.Qt3DCore.Qt3DCore.QNodeId

static PySide2.Qt3DCore.Qt3DCore.QNodeId.createId()
Return type:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Returns node id.

PySide2.Qt3DCore.Qt3DCore.QNodeId.id()
Return type:

int

Returns

PySide2.Qt3DCore.Qt3DCore.QNodeId.isNull()
Return type:

bool

Returns

PySide2.Qt3DCore.Qt3DCore.QNodeId.__ne__(other)
Parameters:

otherPySide2.Qt3DCore.Qt3DCore.QNodeId

Return type:

bool

Returns true if this != other .

PySide2.Qt3DCore.Qt3DCore.QNodeId.__lt__(other)
Parameters:

otherPySide2.Qt3DCore.Qt3DCore.QNodeId

Return type:

bool

PySide2.Qt3DCore.Qt3DCore.QNodeId.__eq__(other)
Parameters:

otherPySide2.Qt3DCore.Qt3DCore.QNodeId

Return type:

bool

Returns true if this == other .

PySide2.Qt3DCore.Qt3DCore.QNodeId.__gt__(other)
Parameters:

otherPySide2.Qt3DCore.Qt3DCore.QNodeId

Return type:

bool

Returns true if this > other .