Qt3DCore.QNodeId¶
Uniquely identifies a
QNode
. More…

Detailed Description¶
-
class
PySide2.Qt3DCore.Qt3DCore.
QNodeId
¶ PySide2.Qt3DCore.Qt3DCore.QNodeId(QNodeId)
- Parameters
QNodeId –
QNodeId
-
static
PySide2.Qt3DCore.Qt3DCore.QNodeId.
createId
()¶ - Return type
QNodeId
Returns node id.
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
id
()¶ - Return type
quint64
Returns
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
isNull
()¶ - Return type
bool
Returns
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
__ne__
(other)¶ - Parameters
other –
QNodeId
- Return type
bool
Returns
true
ifthis
!=other
.
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
__lt__
(other)¶ - Parameters
other –
QNodeId
- Return type
bool
Returns
true
ifthis
<other
.
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
__eq__
(other)¶ - Parameters
other –
QNodeId
- Return type
bool
Returns
true
ifthis
==other
.
-
PySide2.Qt3DCore.Qt3DCore.QNodeId.
__gt__
(other)¶ - Parameters
other –
QNodeId
- Return type
bool
Returns
true
ifthis
>other
.