java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QBufferDataGenerator.Impl
- All Implemented Interfaces:
QAbstractFunctor
,QBufferDataGenerator
,QtObjectInterface
- Enclosing interface:
- QBufferDataGenerator
public abstract static class QBufferDataGenerator.Impl extends QtObject implements QBufferDataGenerator, QAbstractFunctor
Implementor class for interface QBufferDataGenerator
-
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.QBufferDataGenerator
QBufferDataGenerator.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(QBufferDataGenerator 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 QByteArray
get()
-
Constructor Details
-
Method Details
-
get
- Specified by:
get
in interfaceQBufferDataGenerator
-
equals
- Specified by:
equals
in interfaceQBufferDataGenerator
-
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.
-