头: | #include <Qt3DCore/QNodeId> |
qmake: | QT += 3dcore |
quint64 | id () const |
bool | isNull () const |
bool | operator bool () const |
bool | operator!= (Qt3DCore::QNodeId other ) const |
bool | operator< (Qt3DCore::QNodeId other ) const |
bool | operator== (Qt3DCore::QNodeId other ) const |
bool | operator> (Qt3DCore::QNodeId other ) const |
Qt3DCore::QNodeId | createId () |
typedef | QNodeIdVector |
uint | qHash (Qt3DCore::QNodeId id , uint seed = 0) |
[static]
Qt3DCore::QNodeId
QNodeId::
createId
()
Returns node id.
返回
返回
返回
返回
true
if
this
!=
other
.
返回
true
if
this
<
other
.
返回
true
if
this
==
other
.
返回
true
if
this
>
other
.
A vector of QNodeId 。
Returns hash of node with id 和可选 seed .