java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureDataUpdate
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QTextureDataUpdate extends QtObject implements Cloneable
Holds content and information required to perform partial updates of a texture content
Java wrapper for Qt class Qt3DRender::QTextureDataUpdate
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTextureDataUpdate()
QTextureDataUpdate(QTextureDataUpdate other)
protected
QTextureDataUpdate(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTextureDataUpdate
clone()
QTextureImageData
data()
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.QAbstractTexture.CubeMapFace
face()
int
hashCode()
int
layer()
int
mipLevel()
void
setData(QTextureImageData data)
void
setFace(QAbstractTexture.CubeMapFace face)
void
setLayer(int layer)
void
setMipLevel(int mipLevel)
void
setX(int x)
void
setY(int y)
void
setZ(int z)
void
swap(QTextureDataUpdate other)
int
x()
int
y()
int
z()
-
Constructor Details
-
QTextureDataUpdate
public QTextureDataUpdate() -
QTextureDataUpdate
-
QTextureDataUpdate
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
data
-
face
-
layer
-
mipLevel
-
setData
-
setFace
-
setLayer
-
setMipLevel
-
setX
-
setY
-
setZ
-
swap
-
x
-
y
-
z
-
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. -
hashCode
-
clone
-