java.lang.Object
io.qt.QtObject
io.qt.opengl.QOpenGLPixelTransferOptions
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Describes the pixel storage modes that affect the unpacking of pixels during texture upload
Java wrapper for Qt class QOpenGLPixelTransferOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal voidassign(QOpenGLPixelTransferOptions arg__1) SeeQOpenGLPixelTransferOptions::operator=(QOpenGLPixelTransferOptions) clone()Creates and returns a copy of this object.final intfinal booleanfinal booleanfinal intfinal voidsetAlignment(int alignment) final voidsetImageHeight(int imageHeight) final voidsetLeastSignificantByteFirst(boolean lsbFirst) final voidsetRowLength(int rowLength) final voidsetSkipImages(int skipImages) final voidsetSkipPixels(int skipPixels) final voidsetSkipRows(int skipRows) final voidsetSwapBytesEnabled(boolean swapBytes) final intfinal intfinal intskipRows()final voidswap(QOpenGLPixelTransferOptions other) SeeQOpenGLPixelTransferOptions::swap(QOpenGLPixelTransferOptions&) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLPixelTransferOptions
public QOpenGLPixelTransferOptions() -
QOpenGLPixelTransferOptions
-
-
Method Details
-
alignment
-
imageHeight
-
isLeastSignificantBitFirst
-
isSwapBytesEnabled
-
assign
See
QOpenGLPixelTransferOptions::operator=(QOpenGLPixelTransferOptions) -
rowLength
-
setAlignment
-
setImageHeight
-
setLeastSignificantByteFirst
-
setRowLength
-
setSkipImages
-
setSkipPixels
-
setSkipRows
-
setSwapBytesEnabled
-
skipImages
-
skipPixels
-
skipRows
-
swap
See
QOpenGLPixelTransferOptions::swap(QOpenGLPixelTransferOptions&) -
clone
Creates and returns a copy of this object.
-