QBackendNodeMapper Class
(Qt3DCore::QBackendNodeMapper)Creates and maps backend nodes to their respective frontend nodes More...
Header: | #include <QBackendNodeMapper> |
qmake: | QT += 3dcore |
Public Functions
virtual | ~QBackendNodeMapper() |
virtual QBackendNode * | create(const QNodeCreatedChangeBasePtr &change) const = 0 |
virtual void | destroy(QNodeId id) const = 0 |
virtual QBackendNode * | get(QNodeId id) const = 0 |
Detailed Description
Creates and maps backend nodes to their respective frontend nodes
Member Function Documentation
[virtual]
QBackendNodeMapper::~QBackendNodeMapper()
Destroys the instance of QBackendNodeMapper. The destructor is virtual.
[pure virtual]
QBackendNode *QBackendNodeMapper::create(const QNodeCreatedChangeBasePtr &change) const
TODO
change
Returns created node.
[pure virtual]
void QBackendNodeMapper::destroy(QNodeId id) const
Destroys the backend node for the given node id.
[pure virtual]
QBackendNode *QBackendNodeMapper::get(QNodeId id) const
Returns backend node for the given node id.
© 2017 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.