QNodeId Class
(Qt3DCore::QNodeId)Uniquely identifies a 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) |
详细描述
Uniquely identifies a 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
Returns true
if this
!= other.
bool QNodeId::operator<(QNodeId other) const
Returns true
if this
< other.
bool QNodeId::operator==(QNodeId other) const
Returns true
if this
== other.
bool QNodeId::operator>(QNodeId other) const
Returns true
if this
> other.