java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureDataUpdate
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Holds content and information required to perform partial updates of a texture content
Java wrapper for Qt's class Qt3DRender::QTextureDataUpdate
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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
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: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. -
hashCode
-
clone
-