java.lang.Object
io.qt.internal.NativeUtility.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's class QOpenGLPixelTransferOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal intclone()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) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLPixelTransferOptions
public QOpenGLPixelTransferOptions() -
QOpenGLPixelTransferOptions
-
QOpenGLPixelTransferOptions
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details