内容表

上一话题

Qt3DCore.QNodeDestroyedChange

下一话题

Qt3DCore.QNodeIdTypePair

Qt3DCore.QNodeId

唯一标识 QNode . 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QNodeId

概要

函数

静态函数

详细描述

class PySide2.Qt3DCore.Qt3DCore. QNodeId

PySide2.Qt3DCore.Qt3DCore.QNodeId(QNodeId)

参数

QNodeId QNodeId

static PySide2.Qt3DCore.Qt3DCore.QNodeId. createId ( )
返回类型

QNodeId

Returns node id.

PySide2.Qt3DCore.Qt3DCore.QNodeId. id ( )
返回类型

quint64

返回

PySide2.Qt3DCore.Qt3DCore.QNodeId. isNull ( )
返回类型

bool

返回

PySide2.Qt3DCore.Qt3DCore.QNodeId. __ne__ ( other )
参数

other QNodeId

返回类型

bool

返回 true if this != other .

PySide2.Qt3DCore.Qt3DCore.QNodeId. __lt__ ( other )
参数

other QNodeId

返回类型

bool

PySide2.Qt3DCore.Qt3DCore.QNodeId. __eq__ ( other )
参数

other QNodeId

返回类型

bool

返回 true if this == other .

PySide2.Qt3DCore.Qt3DCore.QNodeId. __gt__ ( other )
参数

other QNodeId

返回类型

bool

返回 true if this > other .