QNodeId Class▲
-
Header: Qt3DCore/QNodeId
-
Since: Qt 5.7
-
qmake: QT += 3dcore
Detailed Description▲
Member Function Documentation▲
[static] Qt3DCore::QNodeId QNodeId::createId()▲
Returns node id.
quint64 QNodeId::id() const▲
Returns
bool QNodeId::isNull() const▲
Returns
bool QNodeId::operator bool() const▲
Returns
bool QNodeId::operator!=(Qt3DCore::QNodeId other) const▲
Returns true if this != other.
bool QNodeId::operator<(Qt3DCore::QNodeId other) const▲
Returns true if this < other.
bool QNodeId::operator==(Qt3DCore::QNodeId other) const▲
Returns true if this == other.
bool QNodeId::operator>(Qt3DCore::QNodeId other) const▲
Returns true if this > other.