QGeometryLoaderFactory Class

(Qt3DRender::QGeometryLoaderFactory)
Inherits: QObject and QFactoryInterface

Public Functions

QGeometryLoaderFactory(QObject *parent = nullptr)
virtual ~QGeometryLoaderFactory()
virtual QGeometryLoaderInterface *create(const QString &ext) = 0

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Member Function Documentation

QGeometryLoaderFactory::QGeometryLoaderFactory(QObject *parent = nullptr)

Default constructs an instance of QGeometryLoaderFactory.

[virtual] QGeometryLoaderFactory::~QGeometryLoaderFactory()

Destroys the instance of QGeometryLoaderFactory. The destructor is virtual.

[pure virtual] QGeometryLoaderInterface *QGeometryLoaderFactory::create(const QString &ext)