java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureDataUpdate
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Holds content and information required to perform partial updates of a texture content
Java wrapper for Qt class Qt3DRender::QTextureDataUpdate
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQTextureDataUpdate(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QTextureImageDatadata()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.face()inthashCode()final intlayer()final intmipLevel()final voidsetData(QTextureImageData data) final voidfinal voidsetLayer(int layer) final voidsetMipLevel(int mipLevel) final voidsetX(int x) final voidsetY(int y) final voidsetZ(int z) final voidswap(QTextureDataUpdate other) final intx()final inty()final intz()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextureDataUpdate
public QTextureDataUpdate() -
QTextureDataUpdate
-
QTextureDataUpdate
protected QTextureDataUpdate(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
data
-
face
-
layer
@QtUninvokable public final int layer() -
mipLevel
@QtUninvokable public final int mipLevel() -
setData
-
setFace
-
setLayer
@QtUninvokable public final void setLayer(int layer) -
setMipLevel
@QtUninvokable public final void setMipLevel(int mipLevel) -
setX
@QtUninvokable public final void setX(int x) -
setY
@QtUninvokable public final void setY(int y) -
setZ
@QtUninvokable public final void setZ(int z) -
swap
-
x
@QtUninvokable public final int x() -
y
@QtUninvokable public final int y() -
z
@QtUninvokable public final int z() -
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.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-