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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
final void
assign
(QOpenGLPixelTransferOptions arg__1) SeeQOpenGLPixelTransferOptions::
operator=(QOpenGLPixelTransferOptions) clone()
Creates and returns a copy of this object.final int
final boolean
final boolean
final int
final void
setAlignment
(int alignment) final void
setImageHeight
(int imageHeight) final void
setLeastSignificantByteFirst
(boolean lsbFirst) final void
setRowLength
(int rowLength) final void
setSkipImages
(int skipImages) final void
setSkipPixels
(int skipPixels) final void
setSkipRows
(int skipRows) final void
setSwapBytesEnabled
(boolean swapBytes) final int
final int
final int
skipRows()
final void
swap
(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.
See
QOpenGLPixelTransferOptions::
QOpenGLPixelTransferOptions(QOpenGLPixelTransferOptions)
-