java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureImageDataGenerator.Impl
- All Implemented Interfaces:
io.qt.qt3d.core.QAbstractFunctor,QTextureImageDataGenerator,io.qt.QtObjectInterface
- Enclosing interface:
- QTextureImageDataGenerator
public abstract static class QTextureImageDataGenerator.Impl
extends io.qt.QtObject
implements QTextureImageDataGenerator, io.qt.qt3d.core.QAbstractFunctor
Implementor class for interface QTextureImageDataGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.qt3d.core.QAbstractFunctor
io.qt.qt3d.core.QAbstractFunctor.ImplNested classes/interfaces inherited from interface io.qt.qt3d.render.QTextureImageDataGenerator
QTextureImageDataGenerator.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanequals(QTextureImageDataGenerator other) booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.abstract QTextureImageDataget()Methods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
protected Impl(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
get
- Specified by:
getin interfaceQTextureImageDataGenerator
-
equals
- Specified by:
equalsin interfaceQTextureImageDataGenerator
-
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-