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 class Qt3DRender::QTextureDataUpdate
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QTextureImageData
data()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.face()
int
hashCode()
final int
layer()
final int
mipLevel()
final void
setData
(QTextureImageData data) final void
final void
setLayer
(int layer) final void
setMipLevel
(int mipLevel) final void
setX
(int x) final void
setY
(int y) final void
setZ
(int z) final void
swap
(QTextureDataUpdate other) final int
x()
final int
y()
final int
z()
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: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
-