java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QTextureImageData
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Stores data representing a texture
Java wrapper for Qt class Qt3DRender::QTextureImageData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceJava wrapper for Qt function pointer std::function<QByteArray(QByteArray,int,int,int)>Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal voidcleanup()clone()final QByteArraydata()Overloaded function fordata(int, int, int)final QByteArraydata(int layer) Overloaded function fordata(int, int, int)final QByteArraydata(int layer, int face) Overloaded function fordata(int, int, int)withmipmapLevel = 0.final QByteArraydata(int layer, int face, int mipmapLevel) final intdepth()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final intfaces()format()inthashCode()final intheight()final booleanfinal intlayers()final intfinal QOpenGLTexture.PixelTypefinal voidsetAlignment(int alignment) final voidsetData(QByteArray data, int blockSize) Overloaded function forsetData(io.qt.core.QByteArray, int, boolean)withisCompressed = false.final voidsetData(QByteArray data, int blockSize, boolean isCompressed) final voidsetData(QByteArray data, QTextureImageData.DataConverter arg__2) Overloaded function forsetData(io.qt.core.QByteArray, io.qt.qt3d.render.QTextureImageData.DataConverter, boolean)withisCompressed = false.final voidsetData(QByteArray data, QTextureImageData.DataConverter arg__2, boolean isCompressed) final voidsetDepth(int depth) final voidsetFaces(int faces) final voidfinal voidsetHeight(int height) final voidfinal voidsetLayers(int layers) final voidsetMipLevels(int mipLevels) final voidsetPixelFormat(QOpenGLTexture.PixelFormat pixelFormat) final voidsetPixelType(QOpenGLTexture.PixelType pixelType) final voidsetTarget(QOpenGLTexture.Target target) final voidsetWidth(int width) final QOpenGLTexture.Targettarget()final intwidth()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTextureImageData
public QTextureImageData() -
QTextureImageData
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
alignment
-
cleanup
-
data
Overloaded function for
data(int, int, int)withmipmapLevel = 0. -
data
-
data
-
data
-
depth
-
faces
-
format
-
height
-
isCompressed
-
layers
-
mipLevels
-
pixelFormat
-
pixelType
-
setAlignment
-
setData
Overloaded function for
setData(io.qt.core.QByteArray, int, boolean)withisCompressed = false. -
setData
-
setData
Overloaded function for
setData(io.qt.core.QByteArray, io.qt.qt3d.render.QTextureImageData.DataConverter, boolean)withisCompressed = false. -
setData
@QtUninvokable public final void setData(QByteArray data, QTextureImageData.DataConverter arg__2, boolean isCompressed) -
setDepth
-
setFaces
-
setFormat
-
setHeight
-
setImage
-
setLayers
-
setMipLevels
-
setPixelFormat
-
setPixelType
-
setTarget
-
setWidth
-
target
-
width
-
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
-