QNodeId Class
class Qt3DCore::QNodeIdUniquely identifies a QNode. More...
Header: | #include <Qt3DCore/QNodeId> |
qmake: | QT += 3dcore |
Public Functions
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() |
Related Non-Members
typedef | QNodeIdVector |
uint | qHash(Qt3DCore::QNodeId id, uint seed = 0) |
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.
Related Non-Members
typedef QNodeIdVector
A vector of QNodeIds.
uint qHash(Qt3DCore::QNodeId id, uint seed = 0)
Returns hash of node with id and optional seed.
© 2024 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.