Documentation
Instances
QqqImage (QSize t1, QImage_Format) # | |
Defined in Qtc.Gui.QImage qqImage :: (QSize t1, QImage_Format) -> IO (QImage ()) # |
Instances
class QqqImage_nf x1 where #
qqImage_nf :: x1 -> IO (QImage ()) #
Instances
QqqImage_nf (QSize t1, QImage_Format) # | |
Defined in Qtc.Gui.QImage qqImage_nf :: (QSize t1, QImage_Format) -> IO (QImage ()) # |
class QqImage_nf x1 where #
Instances
alphaChannel :: QImage a -> () -> IO (QImage ()) #
alphaChannel_nf :: QImage a -> () -> IO (QImage ()) #
bitPlaneCount :: QImage a -> () -> IO Int #
constBits :: QImage a -> () -> IO (QConstUnsignedCharPtr ()) #
constScanLine :: QImage a -> Int -> IO (QConstUnsignedCharPtr ()) #
class QconvertToFormat x1 where #
convertToFormat :: QImage a -> x1 -> IO (QImage ()) #
Instances
QconvertToFormat QImage_Format # | |
Defined in Qtc.Gui.QImage convertToFormat :: QImage a -> QImage_Format -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, [Int]) # | |
Defined in Qtc.Gui.QImage convertToFormat :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat :: QImage a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, [Int], ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat :: QImage a -> (QImage_Format, [Int], ImageConversionFlags) -> IO (QImage ()) # |
class QconvertToFormat_nf x1 where #
convertToFormat_nf :: QImage a -> x1 -> IO (QImage ()) #
Instances
QconvertToFormat_nf QImage_Format # | |
Defined in Qtc.Gui.QImage convertToFormat_nf :: QImage a -> QImage_Format -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, [Int]) # | |
Defined in Qtc.Gui.QImage convertToFormat_nf :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_nf :: QImage a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, [Int], ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_nf :: QImage a -> (QImage_Format, [Int], ImageConversionFlags) -> IO (QImage ()) # |
class QconvertToFormat_helper x0 x1 where #
convertToFormat_helper :: x0 -> x1 -> IO (QImage ()) #
Instances
QconvertToFormat_helper (QImage ()) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_helper :: QImage () -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat_helper (QImageSc a) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_helper :: QImageSc a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # |
class QconvertToFormat_inplace x0 x1 where #
convertToFormat_inplace :: x0 -> x1 -> IO Bool #
Instances
QconvertToFormat_inplace (QImage ()) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_inplace :: QImage () -> (QImage_Format, ImageConversionFlags) -> IO Bool # | |
QconvertToFormat_inplace (QImageSc a) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage convertToFormat_inplace :: QImageSc a -> (QImage_Format, ImageConversionFlags) -> IO Bool # |
class QcreateAlphaMask x1 where #
createAlphaMask :: QImage a -> x1 -> IO (QImage ()) #
Instances
QcreateAlphaMask () # | |
Defined in Qtc.Gui.QImage createAlphaMask :: QImage a -> () -> IO (QImage ()) # | |
QcreateAlphaMask ImageConversionFlags # | |
Defined in Qtc.Gui.QImage createAlphaMask :: QImage a -> ImageConversionFlags -> IO (QImage ()) # |
class QcreateAlphaMask_nf x1 where #
createAlphaMask_nf :: QImage a -> x1 -> IO (QImage ()) #
Instances
QcreateAlphaMask_nf () # | |
Defined in Qtc.Gui.QImage createAlphaMask_nf :: QImage a -> () -> IO (QImage ()) # | |
QcreateAlphaMask_nf ImageConversionFlags # | |
Defined in Qtc.Gui.QImage createAlphaMask_nf :: QImage a -> ImageConversionFlags -> IO (QImage ()) # |
dotsPerMeterX :: QImage a -> () -> IO Int #
dotsPerMeterY :: QImage a -> () -> IO Int #
class QqImageFromData x1 where #
qImageFromData :: x1 -> IO (QImage ()) #
Instances
QqImageFromData (QByteArray t1) # | |
Defined in Qtc.Gui.QImage qImageFromData :: QByteArray t1 -> IO (QImage ()) # | |
QqImageFromData (QByteArray t1, String) # | |
Defined in Qtc.Gui.QImage qImageFromData :: (QByteArray t1, String) -> IO (QImage ()) # | |
QqImageFromData (QConstUnsignedCharPtr t1, Int) # | |
Defined in Qtc.Gui.QImage qImageFromData :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) # | |
QqImageFromData (QConstUnsignedCharPtr t1, Int, String) # | |
Defined in Qtc.Gui.QImage qImageFromData :: (QConstUnsignedCharPtr t1, Int, String) -> IO (QImage ()) # |
class QqImageFromData_nf x1 where #
qImageFromData_nf :: x1 -> IO (QImage ()) #
Instances
QqImageFromData_nf (QByteArray t1) # | |
Defined in Qtc.Gui.QImage qImageFromData_nf :: QByteArray t1 -> IO (QImage ()) # | |
QqImageFromData_nf (QByteArray t1, String) # | |
Defined in Qtc.Gui.QImage qImageFromData_nf :: (QByteArray t1, String) -> IO (QImage ()) # | |
QqImageFromData_nf (QConstUnsignedCharPtr t1, Int) # | |
Defined in Qtc.Gui.QImage qImageFromData_nf :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) # | |
QqImageFromData_nf (QConstUnsignedCharPtr t1, Int, String) # | |
Defined in Qtc.Gui.QImage qImageFromData_nf :: (QConstUnsignedCharPtr t1, Int, String) -> IO (QImage ()) # |
class QinvertPixels x1 where #
invertPixels :: QImage a -> x1 -> IO () #
Instances
QinvertPixels () # | |
Defined in Qtc.Gui.QImage invertPixels :: QImage a -> () -> IO () # | |
QinvertPixels InvertMode # | |
Defined in Qtc.Gui.QImage invertPixels :: QImage a -> InvertMode -> IO () # |
isGrayscale :: QImage a -> () -> IO Bool #
class Qmirrored_helper x0 x1 where #
mirrored_helper :: x0 -> x1 -> IO (QImage ()) #
Instances
Qmirrored_helper (QImage ()) (Bool, Bool) # | |
Defined in Qtc.Gui.QImage mirrored_helper :: QImage () -> (Bool, Bool) -> IO (QImage ()) # | |
Qmirrored_helper (QImageSc a) (Bool, Bool) # | |
Defined in Qtc.Gui.QImage mirrored_helper :: QImageSc a -> (Bool, Bool) -> IO (QImage ()) # |
class Qmirrored_inplace x0 x1 where #
mirrored_inplace :: x0 -> x1 -> IO () #
Instances
Qmirrored_inplace (QImage ()) (Bool, Bool) # | |
Defined in Qtc.Gui.QImage mirrored_inplace :: QImage () -> (Bool, Bool) -> IO () # | |
Qmirrored_inplace (QImageSc a) (Bool, Bool) # | |
Defined in Qtc.Gui.QImage mirrored_inplace :: QImageSc a -> (Bool, Bool) -> IO () # |
class QpixelColor x1 where #
pixelColor :: QImage a -> x1 -> IO (QColor ()) #
Instances
QpixelColor Point # | |
Defined in Qtc.Gui.QImage pixelColor :: QImage a -> Point -> IO (QColor ()) # | |
QpixelColor (Int, Int) # | |
Defined in Qtc.Gui.QImage pixelColor :: QImage a -> (Int, Int) -> IO (QColor ()) # |
qpixelColor :: QImage a -> QPoint t1 -> IO (QColor ()) #
class QpixelIndex x1 where #
pixelIndex :: QImage a -> x1 -> IO Int #
Instances
QpixelIndex Point # | |
Defined in Qtc.Gui.QImage pixelIndex :: QImage a -> Point -> IO Int # | |
QpixelIndex (Int, Int) # | |
Defined in Qtc.Gui.QImage pixelIndex :: QImage a -> (Int, Int) -> IO Int # |
qpixelIndex :: QImage a -> QPoint t1 -> IO Int #
reinterpretAsFormat :: QImage a -> QImage_Format -> IO Bool #
rgbSwapped :: QImage a -> () -> IO (QImage ()) #
rgbSwapped_nf :: QImage a -> () -> IO (QImage ()) #
class QrgbSwapped_helper x0 x1 where #
rgbSwapped_helper :: x0 -> x1 -> IO (QImage ()) #
Instances
QrgbSwapped_helper (QImage ()) () # | |
Defined in Qtc.Gui.QImage rgbSwapped_helper :: QImage () -> () -> IO (QImage ()) # | |
QrgbSwapped_helper (QImageSc a) () # | |
Defined in Qtc.Gui.QImage rgbSwapped_helper :: QImageSc a -> () -> IO (QImage ()) # |
class QrgbSwapped_inplace x0 x1 where #
rgbSwapped_inplace :: x0 -> x1 -> IO () #
Instances
QrgbSwapped_inplace (QImage ()) () # | |
Defined in Qtc.Gui.QImage rgbSwapped_inplace :: QImage () -> () -> IO () # | |
QrgbSwapped_inplace (QImageSc a) () # | |
Defined in Qtc.Gui.QImage rgbSwapped_inplace :: QImageSc a -> () -> IO () # |
Instances
QscanLine Int (IO (QUnsignedCharPtr ())) # | |
Defined in Qtc.Gui.QImage scanLine :: QImage a -> Int -> IO (QUnsignedCharPtr ()) # | |
QscanLine Int (IO (QConstUnsignedCharPtr ())) # | |
Defined in Qtc.Gui.QImage scanLine :: QImage a -> Int -> IO (QConstUnsignedCharPtr ()) # |
setAlphaChannel :: QImage a -> QImage t1 -> IO () #
setColorCount :: QImage a -> Int -> IO () #
setDotsPerMeterX :: QImage a -> Int -> IO () #
setDotsPerMeterY :: QImage a -> Int -> IO () #
class QsetPixelColor x1 where #
setPixelColor :: QImage a -> x1 -> IO () #
Instances
QsetPixelColor (Point, QColor t2) # | |
Defined in Qtc.Gui.QImage setPixelColor :: QImage a -> (Point, QColor t2) -> IO () # | |
QsetPixelColor (Int, Int, QColor t3) # | |
Defined in Qtc.Gui.QImage setPixelColor :: QImage a -> (Int, Int, QColor t3) -> IO () # |
qsetPixelColor :: QImage a -> (QPoint t1, QColor t2) -> IO () #
sizeInBytes :: QImage a -> () -> IO (QVoid ()) #
class QsmoothScaled x0 x1 where #
smoothScaled :: x0 -> x1 -> IO (QImage ()) #
Instances
QsmoothScaled (QImage ()) (Int, Int) # | |
Defined in Qtc.Gui.QImage smoothScaled :: QImage () -> (Int, Int) -> IO (QImage ()) # | |
QsmoothScaled (QImageSc a) (Int, Int) # | |
Defined in Qtc.Gui.QImage smoothScaled :: QImageSc a -> (Int, Int) -> IO (QImage ()) # |
qImageToImageFormat :: QPixelFormat t1 -> IO QImage_Format #
qImageToPixelFormat :: QImage_Format -> IO (QPixelFormat ()) #
class QqImageTrueMatrix x1 xr | x1 -> xr where #
qImageTrueMatrix :: x1 -> xr #
Instances
QqImageTrueMatrix (QMatrix t1, Int, Int) (IO (QMatrix ())) # | |
Defined in Qtc.Gui.QImage qImageTrueMatrix :: (QMatrix t1, Int, Int) -> IO (QMatrix ()) # | |
QqImageTrueMatrix (QTransform t1, Int, Int) (IO (QTransform ())) # | |
Defined in Qtc.Gui.QImage qImageTrueMatrix :: (QTransform t1, Int, Int) -> IO (QTransform ()) # |
qImage_delete :: QImage a -> IO () #
qImage_delete1 :: QImage a -> IO () #