QGeometryFactory Class

(Qt3DRender::QGeometryFactory)
Inherits: Qt3DRender::QAbstractFunctor

Public Functions

virtual ~QGeometryFactory()
virtual Qt3DRender::QGeometry * operator()() = 0
virtual bool operator==(const Qt3DRender::QGeometryFactory &other) const = 0

Member Function Documentation

[virtual] QGeometryFactory::~QGeometryFactory()

Destroys the instance of QGeometryFactory. The destructor is virtual.

[pure virtual] Qt3DRender::QGeometry *QGeometryFactory::operator()()

Returns the generated geometry.

[pure virtual] bool QGeometryFactory::operator==(const Qt3DRender::QGeometryFactory &other) const

Compares the factory with the factory specified in other. Returns true if they are equal.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.11/qt3drender-qgeometryfactory.html