Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class QqqImage x1 where Source
QqqImage (QSize t1, QImageFormat) |
class QqqImage_nf x1 where Source
qqImage_nf :: x1 -> IO (QImage ()) Source
QqqImage_nf (QSize t1, QImageFormat) |
class QqImage_nf x1 where Source
QqImage_nf String | |
QqImage_nf () | |
QqImage_nf (QImage t1) | |
QqImage_nf (String, String) | |
QqImage_nf (Size, QImageFormat) | |
QqImage_nf (Int, Int, QImageFormat) |
bytesPerLine :: QImage a -> () -> IO Int Source
class QconvertToFormat x0 x1 where Source
convertToFormat :: x0 -> x1 -> IO (QImage ()) Source
class QconvertToFormat_nf x0 x1 where Source
convertToFormat_nf :: x0 -> x1 -> IO (QImage ()) Source
class QcreateAlphaMask x0 x1 where Source
createAlphaMask :: x0 -> x1 -> IO (QImage ()) Source
QcreateAlphaMask (QImageSc a) ImageConversionFlags | |
QcreateAlphaMask (QImageSc a) () | |
QcreateAlphaMask (QImage ()) () | |
QcreateAlphaMask (QImage ()) ImageConversionFlags |
class QcreateAlphaMask_nf x0 x1 where Source
createAlphaMask_nf :: x0 -> x1 -> IO (QImage ()) Source
dotsPerMeterX :: QImage a -> () -> IO Int Source
dotsPerMeterY :: QImage a -> () -> IO Int Source
class QqImageFromData x1 where Source
qImageFromData :: x1 -> IO (QImage ()) Source
class QqImageFromData_nf x1 where Source
qImageFromData_nf :: x1 -> IO (QImage ()) Source
class QinvertPixels x1 where Source
invertPixels :: QImage a -> x1 -> IO () Source
isGrayscale :: QImage a -> () -> IO Bool Source
class Qmirrored_nf x0 x1 where Source
mirrored_nf :: x0 -> x1 -> IO (QImage ()) Source
Qmirrored_nf (QImageSc a) Bool | |
Qmirrored_nf (QImageSc a) () | |
Qmirrored_nf (QImage ()) Bool | |
Qmirrored_nf (QImage ()) () | |
Qmirrored_nf (QImageSc a) (Bool, Bool) | |
Qmirrored_nf (QImage ()) (Bool, Bool) |
class QpixelIndex x1 where Source
pixelIndex :: QImage a -> x1 -> IO Int Source
class QrgbSwapped x0 x1 where Source
rgbSwapped :: x0 -> x1 -> IO (QImage ()) Source
QrgbSwapped (QImageSc a) () | |
QrgbSwapped (QImage ()) () |
class QrgbSwapped_nf x0 x1 where Source
rgbSwapped_nf :: x0 -> x1 -> IO (QImage ()) Source
QrgbSwapped_nf (QImageSc a) () | |
QrgbSwapped_nf (QImage ()) () |
setDotsPerMeterX :: QImage a -> Int -> IO () Source
setDotsPerMeterY :: QImage a -> Int -> IO () Source
setNumColors :: QImage a -> Int -> IO () Source
textLanguages :: QImage a -> () -> IO [String] Source
class QqImageTrueMatrix x1 xr where Source
qImageTrueMatrix :: x1 -> xr Source
QqImageTrueMatrix (QTransform t1, Int, Int) (IO (QTransform ())) | |
QqImageTrueMatrix (QMatrix t1, Int, Int) (IO (QMatrix ())) |
qImage_delete :: QImage a -> IO () Source
qImage_delete1 :: QImage a -> IO () Source