QNodeId¶
Uniquely identifies a
QNode
. More…
Synopsis¶
Functions¶
Static functions¶
def
createId
()
Detailed Description¶
- class PySide2.Qt3DCore.Qt3DCore.QNodeId¶
PySide2.Qt3DCore.Qt3DCore.QNodeId(QNodeId)
- Parameters:
QNodeId –
PySide2.Qt3DCore.Qt3DCore.QNodeId
- static PySide2.Qt3DCore.Qt3DCore.QNodeId.createId()¶
- Return type:
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:
- Return type:
bool
Returns
true
ifthis
!=other
.
- PySide2.Qt3DCore.Qt3DCore.QNodeId.__lt__(other)¶
- Parameters:
- Return type:
bool
- PySide2.Qt3DCore.Qt3DCore.QNodeId.__eq__(other)¶
- Parameters:
- Return type:
bool
Returns
true
ifthis
==other
.
- PySide2.Qt3DCore.Qt3DCore.QNodeId.__gt__(other)¶
- Parameters:
- Return type:
bool
Returns
true
ifthis
>other
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.