Documentation
class QqOpenGLPixelTransferOptions x1 where #
qOpenGLPixelTransferOptions :: x1 -> IO (QOpenGLPixelTransferOptions ()) #
Instances
QqOpenGLPixelTransferOptions () # | |
Defined in Qtc.Gui.QOpenGLPixelTransferOptions qOpenGLPixelTransferOptions :: () -> IO (QOpenGLPixelTransferOptions ()) # | |
QqOpenGLPixelTransferOptions (QOpenGLPixelTransferOptions t1) # | |
Defined in Qtc.Gui.QOpenGLPixelTransferOptions |
class QqOpenGLPixelTransferOptions_nf x1 where #
qOpenGLPixelTransferOptions_nf :: x1 -> IO (QOpenGLPixelTransferOptions ()) #
Instances
QqOpenGLPixelTransferOptions_nf () # | |
Defined in Qtc.Gui.QOpenGLPixelTransferOptions qOpenGLPixelTransferOptions_nf :: () -> IO (QOpenGLPixelTransferOptions ()) # | |
QqOpenGLPixelTransferOptions_nf (QOpenGLPixelTransferOptions t1) # | |
Defined in Qtc.Gui.QOpenGLPixelTransferOptions |
imageHeight :: QOpenGLPixelTransferOptions a -> () -> IO Int #
isLeastSignificantBitFirst :: QOpenGLPixelTransferOptions a -> () -> IO Bool #
isSwapBytesEnabled :: QOpenGLPixelTransferOptions a -> () -> IO Bool #
rowLength :: QOpenGLPixelTransferOptions a -> () -> IO Int #
setImageHeight :: QOpenGLPixelTransferOptions a -> Int -> IO () #
setLeastSignificantByteFirst :: QOpenGLPixelTransferOptions a -> Bool -> IO () #
setRowLength :: QOpenGLPixelTransferOptions a -> Int -> IO () #
setSkipImages :: QOpenGLPixelTransferOptions a -> Int -> IO () #
setSkipPixels :: QOpenGLPixelTransferOptions a -> Int -> IO () #
setSkipRows :: QOpenGLPixelTransferOptions a -> Int -> IO () #
setSwapBytesEnabled :: QOpenGLPixelTransferOptions a -> Bool -> IO () #
skipImages :: QOpenGLPixelTransferOptions a -> () -> IO Int #
skipPixels :: QOpenGLPixelTransferOptions a -> () -> IO Int #
skipRows :: QOpenGLPixelTransferOptions a -> () -> IO Int #
qOpenGLPixelTransferOptions_delete :: QOpenGLPixelTransferOptions a -> IO () #