java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QAbstractFunctor
io.qt.qt3d.render.QGeometryFactory
- All Implemented Interfaces:
QtObjectInterface
public abstract class QGeometryFactory extends QAbstractFunctor
Java wrapper for Qt class Qt3DRender::QGeometryFactory
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGeometryFactory()
protected
QGeometryFactory(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QGeometry
call()
abstract boolean
equals(QGeometryFactory other)
-
Constructor Details
-
QGeometryFactory
public QGeometryFactory() -
QGeometryFactory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details