QNodeId Class

(Qt3DCore::QNodeId)

Uniquely identifies a QNode. More...

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

Public Functions

QNodeId()
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

Static Public Members

Qt3DCore::QNodeId createId()
typedef QNodeIdVector

Detailed Description

Uniquely identifies a QNode.

Member Function Documentation

QNodeId::QNodeId()

Default constructs an instance of QNodeId.

[static] Qt3DCore::QNodeId QNodeId::createId()

Returns node id.

quint64 QNodeId::id() const

bool QNodeId::isNull() const

bool QNodeId::operator bool() const

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

bool QNodeId::operator<(Qt3DCore::QNodeId other) const

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

bool QNodeId::operator>(Qt3DCore::QNodeId other) const

Related Non-Members

typedef Qt3DCore::QNodeIdVector

A vector of QNodeIds.