QBackendNodeFunctor Class

(Qt3DCore::QBackendNodeFunctor)

Public Functions

virtual ~QBackendNodeFunctor()
virtual QBackendNode *create(QNode *frontend, const QBackendNodeFactory *factory) const = 0
virtual void destroy(const QNodeId &id) const = 0
virtual QBackendNode *get(const QNodeId &id) const = 0

Member Function Documentation

[virtual] QBackendNodeFunctor::~QBackendNodeFunctor()

Destroys the instance of QBackendNodeFunctor. The destructor is virtual.

[pure virtual] QBackendNode *QBackendNodeFunctor::create(QNode *frontend, const QBackendNodeFactory *factory) const

[pure virtual] void QBackendNodeFunctor::destroy(const QNodeId &id) const

[pure virtual] QBackendNode *QBackendNodeFunctor::get(const QNodeId &id) const

© 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.