java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureGenerator.Impl
- All Implemented Interfaces:
QAbstractFunctor
,QTextureGenerator
,QtObjectInterface
- Enclosing interface:
- QTextureGenerator
public abstract static class QTextureGenerator.Impl extends QtObject implements QTextureGenerator, QAbstractFunctor
Implementor class for interface QTextureGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.qt3d.render.QAbstractFunctor
QAbstractFunctor.Impl
Nested classes/interfaces inherited from interface io.qt.qt3d.render.QTextureGenerator
QTextureGenerator.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract boolean
equals(QTextureGenerator other)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.abstract QTextureData
get()
-
Constructor Details
-
Method Details
-
get
- Specified by:
get
in interfaceQTextureGenerator
-
equals
- Specified by:
equals
in interfaceQTextureGenerator
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.
-