java.lang.Object
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
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QTextureDataUpdate other) clone()
final QTextureImageData
data()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
setData
-
setFace
-
setLayer
-
setMipLevel
-
setX
-
setY
-
setZ
-
swap
-
x
-
y
-
z
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-