java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QOpenGLPixelTransferOptions
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QOpenGLPixelTransferOptions extends QtObject implements Cloneable
Describes the pixel storage modes that affect the unpacking of pixels during texture upload
Java wrapper for Qt class QOpenGLPixelTransferOptions
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QOpenGLPixelTransferOptions()
QOpenGLPixelTransferOptions(QOpenGLPixelTransferOptions arg__1)
protected
QOpenGLPixelTransferOptions(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
alignment()
QOpenGLPixelTransferOptions
clone()
int
imageHeight()
boolean
isLeastSignificantBitFirst()
boolean
isSwapBytesEnabled()
int
rowLength()
void
setAlignment(int alignment)
void
setImageHeight(int imageHeight)
void
setLeastSignificantByteFirst(boolean lsbFirst)
void
setRowLength(int rowLength)
void
setSkipImages(int skipImages)
void
setSkipPixels(int skipPixels)
void
setSkipRows(int skipRows)
void
setSwapBytesEnabled(boolean swapBytes)
int
skipImages()
int
skipPixels()
int
skipRows()
void
swap(QOpenGLPixelTransferOptions other)
-
Constructor Details
-
QOpenGLPixelTransferOptions
public QOpenGLPixelTransferOptions() -
QOpenGLPixelTransferOptions
-
QOpenGLPixelTransferOptions
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details