java.lang.Object
io.qt.QtObject
io.qt.qt3d.render.QTextureImageDataGenerator.Impl
- All Implemented Interfaces:
QAbstractFunctor,QTextureImageDataGenerator,QtObjectInterface
- Enclosing interface:
QTextureImageDataGenerator
public abstract static class QTextureImageDataGenerator.Impl
extends QtObject
implements QTextureImageDataGenerator, QAbstractFunctor
Implementor class for interface QTextureImageDataGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.qt3d.core.QAbstractFunctor
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final QTextureImageDataget()Delegate forinvoke().abstract QTextureImageDatainvoke()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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
get
Delegate for
invoke().- Specified by:
getin interfaceQTextureImageDataGenerator
-
invoke
- Specified by:
invokein interfaceQTextureImageDataGenerator
-
equals
- Specified by:
equalsin interfaceQTextureImageDataGenerator
-
equals
Description copied from class:io.qt.QtObjectUsed 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.
-