QAbstractNodeFactory Class

(Qt3DCore::QAbstractNodeFactory)

Public Functions

virtual ~QAbstractNodeFactory()
virtual QNode *createNode(const char *type) = 0

Static Public Members

T *createNode(const char *type)
QList<QAbstractNodeFactory *> nodeFactories()
void registerNodeFactory(QAbstractNodeFactory *factory)

Member Function Documentation

[virtual] QAbstractNodeFactory::~QAbstractNodeFactory()

Destroys the instance of QAbstractNodeFactory. The destructor is virtual.

[pure virtual] QNode *QAbstractNodeFactory::createNode(const char *type)

[static] T *QAbstractNodeFactory::createNode(const char *type)

[static] QList<QAbstractNodeFactory *> QAbstractNodeFactory::nodeFactories()

[static] void QAbstractNodeFactory::registerNodeFactory(QAbstractNodeFactory *factory)

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