java.lang.Object
io.qt.QtObject
io.qt.qt3d.render.QGeometryFactory.Impl
- All Implemented Interfaces:
QAbstractFunctor
,QGeometryFactory
,QtObjectInterface
- Enclosing interface:
QGeometryFactory
public abstract static class QGeometryFactory.Impl
extends QtObject
implements QGeometryFactory, QAbstractFunctor
Implementor class for interface QGeometryFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.qt3d.render.QAbstractFunctor
QAbstractFunctor.Impl
Nested classes/interfaces inherited from interface io.qt.qt3d.render.QGeometryFactory
QGeometryFactory.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
equals
(QGeometryFactory other) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final QGeometry
get()
Delegate forinvoke()
.abstract QGeometry
invoke()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
get
Delegate for
invoke()
.- Specified by:
get
in interfaceQGeometryFactory
-
invoke
- Specified by:
invoke
in interfaceQGeometryFactory
-
equals
- Specified by:
equals
in interfaceQGeometryFactory
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation.
-