QNodeId Class

( Qt3DCore::QNodeId )

唯一標識 QNode 更多...

頭: #include <Qt3DCore/QNodeId>
qmake: QT += 3dcore

公共函數

QNodeId ()
quint64 id () const
bool isNull () const
operator bool () const
bool operator!= (QNodeId other ) const
bool operator< (QNodeId other ) const
bool operator== (QNodeId other ) const
bool operator> (QNodeId other ) const

靜態公共成員

QNodeId createId ()
uint qHash (QNodeId id , uint seed = 0)

詳細描述

唯一標識 QNode

成員函數文檔編製

QNodeId:: QNodeId ()

Default constructs an instance of QNodeId.

[static] QNodeId QNodeId:: createId ()

Returns node id.

quint64 QNodeId:: id () const

Returns TODO

bool QNodeId:: isNull () const

Returns TODO

QNodeId:: operator bool () const

TODO

bool QNodeId:: operator!= ( QNodeId other ) const

返迴 true if this != other .

bool QNodeId:: operator< ( QNodeId other ) const

返迴 true if this < other .

bool QNodeId:: operator== ( QNodeId other ) const

返迴 true if this == other .

bool QNodeId:: operator> ( QNodeId other ) const

返迴 true if this > other .

相關非成員

uint Qt3DCore:: qHash ( QNodeId id , uint seed = 0)

Returns hash of node with id 和可選 seed .