Qtc.Gui.QImage

Contents

Documentation

class QqqImage x1 where #

Methods

qqImage :: x1 -> IO (QImage ()) #

Instances
QqqImage (QSize t1, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qqImage :: (QSize t1, QImage_Format) -> IO (QImage ()) #

class QqImage x1 where #

Methods

qImage :: x1 -> IO (QImage ()) #

Instances
QqImage () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: () -> IO (QImage ()) #

QqImage String # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: String -> IO (QImage ()) #

QqImage (QImage t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: QImage t1 -> IO (QImage ()) #

QqImage (QConstCharPtrConstPtr t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: QConstCharPtrConstPtr t1 -> IO (QImage ()) #

QqImage (String, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (String, String) -> IO (QImage ()) #

QqImage (Size, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (Size, QImage_Format) -> IO (QImage ()) #

QqImage (Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) -> IO (QImage ()) #

QqImage (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) -> IO (QImage ()) #

QqImage (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) -> IO (QImage ()) #

class QqqImage_nf x1 where #

Methods

qqImage_nf :: x1 -> IO (QImage ()) #

Instances
QqqImage_nf (QSize t1, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qqImage_nf :: (QSize t1, QImage_Format) -> IO (QImage ()) #

class QqImage_nf x1 where #

Methods

qImage_nf :: x1 -> IO (QImage ()) #

Instances
QqImage_nf () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: () -> IO (QImage ()) #

QqImage_nf String # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: String -> IO (QImage ()) #

QqImage_nf (QImage t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: QImage t1 -> IO (QImage ()) #

QqImage_nf (QConstCharPtrConstPtr t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: QConstCharPtrConstPtr t1 -> IO (QImage ()) #

QqImage_nf (String, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (String, String) -> IO (QImage ()) #

QqImage_nf (Size, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (Size, QImage_Format) -> IO (QImage ()) #

QqImage_nf (Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, QImage_Format, QVoid t5, QVoid t6) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6) -> IO (QImage ()) #

QqImage_nf (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) -> IO (QImage ()) #

QqImage_nf (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImage_nf :: (QConstUnsignedCharPtr t1, Int, Int, Int, QImage_Format, QVoid t6, QVoid t7) -> IO (QImage ()) #

allGray :: QImage a -> () -> IO Bool #

alphaChannel :: QImage a -> () -> IO (QImage ()) #

alphaChannel_nf :: QImage a -> () -> IO (QImage ()) #

bitPlaneCount :: QImage a -> () -> IO Int #

constBits :: QImage a -> () -> IO (QConstUnsignedCharPtr ()) #

class QconvertToFormat x1 where #

Methods

convertToFormat :: QImage a -> x1 -> IO (QImage ()) #

Instances
QconvertToFormat QImage_Format # 
Instance details

Defined in Qtc.Gui.QImage

Methods

convertToFormat :: QImage a -> QImage_Format -> IO (QImage ()) #

QconvertToFormat (QImage_Format, [Int]) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

convertToFormat :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) #

QconvertToFormat (QImage_Format, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QImage

QconvertToFormat (QImage_Format, [Int], ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

convertToFormat :: QImage a -> (QImage_Format, [Int], ImageConversionFlags) -> IO (QImage ()) #

class QconvertToFormat_nf x1 where #

Methods

convertToFormat_nf :: QImage a -> x1 -> IO (QImage ()) #

Instances
QconvertToFormat_nf QImage_Format # 
Instance details

Defined in Qtc.Gui.QImage

Methods

convertToFormat_nf :: QImage a -> QImage_Format -> IO (QImage ()) #

QconvertToFormat_nf (QImage_Format, [Int]) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

convertToFormat_nf :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) #

QconvertToFormat_nf (QImage_Format, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QImage

QconvertToFormat_nf (QImage_Format, [Int], ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QImage

class QcreateAlphaMask x1 where #

Methods

createAlphaMask :: QImage a -> x1 -> IO (QImage ()) #

Instances
QcreateAlphaMask () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

createAlphaMask :: QImage a -> () -> IO (QImage ()) #

QcreateAlphaMask ImageConversionFlags # 
Instance details

Defined in Qtc.Gui.QImage

class QcreateAlphaMask_nf x1 where #

Methods

createAlphaMask_nf :: QImage a -> x1 -> IO (QImage ()) #

Instances
QcreateAlphaMask_nf () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

createAlphaMask_nf :: QImage a -> () -> IO (QImage ()) #

QcreateAlphaMask_nf ImageConversionFlags # 
Instance details

Defined in Qtc.Gui.QImage

dotsPerMeterX :: QImage a -> () -> IO Int #

dotsPerMeterY :: QImage a -> () -> IO Int #

class QqImageFromData x1 where #

Methods

qImageFromData :: x1 -> IO (QImage ()) #

Instances
QqImageFromData (QByteArray t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData :: QByteArray t1 -> IO (QImage ()) #

QqImageFromData (QByteArray t1, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData :: (QByteArray t1, String) -> IO (QImage ()) #

QqImageFromData (QConstUnsignedCharPtr t1, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) #

QqImageFromData (QConstUnsignedCharPtr t1, Int, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData :: (QConstUnsignedCharPtr t1, Int, String) -> IO (QImage ()) #

class QqImageFromData_nf x1 where #

Methods

qImageFromData_nf :: x1 -> IO (QImage ()) #

Instances
QqImageFromData_nf (QByteArray t1) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData_nf :: QByteArray t1 -> IO (QImage ()) #

QqImageFromData_nf (QByteArray t1, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData_nf :: (QByteArray t1, String) -> IO (QImage ()) #

QqImageFromData_nf (QConstUnsignedCharPtr t1, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData_nf :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) #

QqImageFromData_nf (QConstUnsignedCharPtr t1, Int, String) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageFromData_nf :: (QConstUnsignedCharPtr t1, Int, String) -> IO (QImage ()) #

class QinvertPixels x1 where #

Methods

invertPixels :: QImage a -> x1 -> IO () #

Instances
QinvertPixels () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

invertPixels :: QImage a -> () -> IO () #

QinvertPixels InvertMode # 
Instance details

Defined in Qtc.Gui.QImage

Methods

invertPixels :: QImage a -> InvertMode -> IO () #

isGrayscale :: QImage a -> () -> IO Bool #

class Qmirrored_helper x0 x1 where #

Methods

mirrored_helper :: x0 -> x1 -> IO (QImage ()) #

Instances
Qmirrored_helper (QImage ()) (Bool, Bool) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

mirrored_helper :: QImage () -> (Bool, Bool) -> IO (QImage ()) #

Qmirrored_helper (QImageSc a) (Bool, Bool) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

mirrored_helper :: QImageSc a -> (Bool, Bool) -> IO (QImage ()) #

class Qmirrored_inplace x0 x1 where #

Methods

mirrored_inplace :: x0 -> x1 -> IO () #

Instances
Qmirrored_inplace (QImage ()) (Bool, Bool) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

mirrored_inplace :: QImage () -> (Bool, Bool) -> IO () #

Qmirrored_inplace (QImageSc a) (Bool, Bool) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

mirrored_inplace :: QImageSc a -> (Bool, Bool) -> IO () #

qpixel :: QImage a -> QPoint t1 -> IO Int #

class QpixelColor x1 where #

Methods

pixelColor :: QImage a -> x1 -> IO (QColor ()) #

Instances
QpixelColor Point # 
Instance details

Defined in Qtc.Gui.QImage

Methods

pixelColor :: QImage a -> Point -> IO (QColor ()) #

QpixelColor (Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

pixelColor :: QImage a -> (Int, Int) -> IO (QColor ()) #

qpixelColor :: QImage a -> QPoint t1 -> IO (QColor ()) #

class QpixelIndex x1 where #

Methods

pixelIndex :: QImage a -> x1 -> IO Int #

Instances
QpixelIndex Point # 
Instance details

Defined in Qtc.Gui.QImage

Methods

pixelIndex :: QImage a -> Point -> IO Int #

QpixelIndex (Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

pixelIndex :: QImage a -> (Int, Int) -> IO Int #

qpixelIndex :: QImage a -> QPoint t1 -> IO Int #

rgbSwapped :: QImage a -> () -> IO (QImage ()) #

rgbSwapped_nf :: QImage a -> () -> IO (QImage ()) #

class QrgbSwapped_helper x0 x1 where #

Methods

rgbSwapped_helper :: x0 -> x1 -> IO (QImage ()) #

Instances
QrgbSwapped_helper (QImage ()) () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

rgbSwapped_helper :: QImage () -> () -> IO (QImage ()) #

QrgbSwapped_helper (QImageSc a) () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

rgbSwapped_helper :: QImageSc a -> () -> IO (QImage ()) #

class QrgbSwapped_inplace x0 x1 where #

Methods

rgbSwapped_inplace :: x0 -> x1 -> IO () #

Instances
QrgbSwapped_inplace (QImage ()) () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

rgbSwapped_inplace :: QImage () -> () -> IO () #

QrgbSwapped_inplace (QImageSc a) () # 
Instance details

Defined in Qtc.Gui.QImage

Methods

rgbSwapped_inplace :: QImageSc a -> () -> IO () #

class QscanLine x1 xr where #

Methods

scanLine :: QImage a -> x1 -> xr #

Instances
QscanLine Int (IO (QUnsignedCharPtr ())) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

scanLine :: QImage a -> Int -> IO (QUnsignedCharPtr ()) #

QscanLine Int (IO (QConstUnsignedCharPtr ())) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

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 QsetPixel x1 where #

Methods

setPixel :: QImage a -> x1 -> IO () #

Instances
QsetPixel (Point, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

setPixel :: QImage a -> (Point, Int) -> IO () #

QsetPixel (Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

setPixel :: QImage a -> (Int, Int, Int) -> IO () #

qsetPixel :: QImage a -> (QPoint t1, Int) -> IO () #

class QsetPixelColor x1 where #

Methods

setPixelColor :: QImage a -> x1 -> IO () #

Instances
QsetPixelColor (Point, QColor t2) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

setPixelColor :: QImage a -> (Point, QColor t2) -> IO () #

QsetPixelColor (Int, Int, QColor t3) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

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 #

Methods

smoothScaled :: x0 -> x1 -> IO (QImage ()) #

Instances
QsmoothScaled (QImage ()) (Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

smoothScaled :: QImage () -> (Int, Int) -> IO (QImage ()) #

QsmoothScaled (QImageSc a) (Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

smoothScaled :: QImageSc a -> (Int, Int) -> IO (QImage ()) #

class QqImageTrueMatrix x1 xr | x1 -> xr where #

Methods

qImageTrueMatrix :: x1 -> xr #

Instances
QqImageTrueMatrix (QMatrix t1, Int, Int) (IO (QMatrix ())) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageTrueMatrix :: (QMatrix t1, Int, Int) -> IO (QMatrix ()) #

QqImageTrueMatrix (QTransform t1, Int, Int) (IO (QTransform ())) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

qImageTrueMatrix :: (QTransform t1, Int, Int) -> IO (QTransform ()) #

class Qvalid x1 where #

Methods

valid :: QImage a -> x1 -> IO Bool #

Instances
Qvalid Point # 
Instance details

Defined in Qtc.Gui.QImage

Methods

valid :: QImage a -> Point -> IO Bool #

Qvalid (Int, Int) # 
Instance details

Defined in Qtc.Gui.QImage

Methods

valid :: QImage a -> (Int, Int) -> IO Bool #

qvalid :: QImage a -> QPoint t1 -> IO Bool #

qImage_delete :: QImage a -> IO () #

qImage_delete1 :: QImage a -> IO () #

Orphan instances

QsharedPainter (QImage ()) () # 
Instance details

Methods

sharedPainter :: QImage () -> () -> IO (QPainter ()) #

QsharedPainter (QImageSc a) () # 
Instance details

Methods

sharedPainter :: QImageSc a -> () -> IO (QPainter ()) #

QsetOffset (QImage a) Point # 
Instance details

Methods

setOffset :: QImage a -> Point -> IO () #

QsetDevicePixelRatio (QImage a) Double # 
Instance details

Methods

setDevicePixelRatio :: QImage a -> Double -> IO () #

Qpixel (QImage a) Point # 
Instance details

Methods

pixel :: QImage a -> Point -> IO Int #

QpaintEngine (QImage ()) () # 
Instance details

Methods

paintEngine :: QImage () -> () -> IO (QPaintEngine ()) #

QpaintEngine (QImageSc a) () # 
Instance details

Methods

paintEngine :: QImageSc a -> () -> IO (QPaintEngine ()) #

Qmetric (QImage ()) PaintDeviceMetric # 
Instance details

Methods

metric :: QImage () -> PaintDeviceMetric -> IO Int #

Qmetric (QImageSc a) PaintDeviceMetric # 
Instance details

Methods

metric :: QImageSc a -> PaintDeviceMetric -> IO Int #

QqisNull (QImage a) () # 
Instance details

Methods

qisNull :: QImage a -> () -> IO Bool #

QisDetached (QImage a) () # 
Instance details

Methods

isDetached :: QImage a -> () -> IO Bool #

QhasAlphaChannel (QImage a) () # 
Instance details

Methods

hasAlphaChannel :: QImage a -> () -> IO Bool #

QdevType (QImage ()) () # 
Instance details

Methods

devType :: QImage () -> () -> IO Int #

QdevType (QImageSc a) () # 
Instance details

Methods

devType :: QImageSc a -> () -> IO Int #

QcolorTable (QImage a) () # 
Instance details

Methods

colorTable :: QImage a -> () -> IO [Int] #

QbytesPerLine (QImage a) () # 
Instance details

Methods

bytesPerLine :: QImage a -> () -> IO Int #

QbyteCount (QImage a) () # 
Instance details

Methods

byteCount :: QImage a -> () -> IO Int #

QtextKeys (QImage a) () # 
Instance details

Methods

textKeys :: QImage a -> () -> IO [String] #

Qfill (QImage a) Int # 
Instance details

Methods

fill :: QImage a -> Int -> IO () #

Qfill (QImage a) GlobalColor # 
Instance details

Methods

fill :: QImage a -> GlobalColor -> IO () #

QcolorCount (QImage ()) () # 
Instance details

Methods

colorCount :: QImage () -> () -> IO Int #

QcolorCount (QImageSc a) () # 
Instance details

Methods

colorCount :: QImageSc a -> () -> IO Int #

QcacheKey (QImage a) () # 
Instance details

Methods

cacheKey :: QImage a -> () -> IO Int #

Qqwidth (QImage ()) () (IO Int) # 
Instance details

Methods

qwidth :: QImage () -> () -> IO Int #

Qqwidth (QImageSc a) () (IO Int) # 
Instance details

Methods

qwidth :: QImageSc a -> () -> IO Int #

Qtext (QImage a) String (IO String) # 
Instance details

Methods

text :: QImage a -> String -> IO String #

Qtext (QImage a) () (IO String) # 
Instance details

Methods

text :: QImage a -> () -> IO String #

Qqqsize (QImage a) () (IO (QSize ())) # 
Instance details

Methods

qqsize :: QImage a -> () -> IO (QSize ()) #

Qqsize (QImage a) () (IO Size) # 
Instance details

Methods

qsize :: QImage a -> () -> IO Size #

Qqscaled_nf (QImage a) Size (IO (QImage ())) # 
Instance details

Methods

qscaled_nf :: QImage a -> Size -> IO (QImage ()) #

Qqscaled (QImage a) Size (IO (QImage ())) # 
Instance details

Methods

qscaled :: QImage a -> Size -> IO (QImage ()) #

Qsave (QImage a) String (IO Bool) # 
Instance details

Methods

save :: QImage a -> String -> IO Bool #

Qqqrect (QImage a) () (IO (QRect ())) # 
Instance details

Methods

qqrect :: QImage a -> () -> IO (QRect ()) #

Qqrect (QImage a) () (IO Rect) # 
Instance details

Methods

qrect :: QImage a -> () -> IO Rect #

QpixelFormat (QImage a) () (IO (QPixelFormat ())) # 
Instance details

Methods

pixelFormat :: QImage a -> () -> IO (QPixelFormat ()) #

Qqoffset (QImage a) () (IO (QPoint ())) # 
Instance details

Methods

qoffset :: QImage a -> () -> IO (QPoint ()) #

Qoffset (QImage a) () (IO Point) # 
Instance details

Methods

offset :: QImage a -> () -> IO Point #

Qmirrored_nf (QImage a) Bool (IO (QImage ())) # 
Instance details

Methods

mirrored_nf :: QImage a -> Bool -> IO (QImage ()) #

Qmirrored_nf (QImage a) () (IO (QImage ())) # 
Instance details

Methods

mirrored_nf :: QImage a -> () -> IO (QImage ()) #

Qmirrored (QImage a) Bool (IO (QImage ())) # 
Instance details

Methods

mirrored :: QImage a -> Bool -> IO (QImage ()) #

Qmirrored (QImage a) () (IO (QImage ())) # 
Instance details

Methods

mirrored :: QImage a -> () -> IO (QImage ()) #

Qload (QImage a) String (IO Bool) # 
Instance details

Methods

load :: QImage a -> String -> IO Bool #

Qqheight (QImage ()) () (IO Int) # 
Instance details

Methods

qheight :: QImage () -> () -> IO Int #

Qqheight (QImageSc a) () (IO Int) # 
Instance details

Methods

qheight :: QImageSc a -> () -> IO Int #

Qformat (QImage a) () (IO QImage_Format) # 
Instance details

Methods

format :: QImage a -> () -> IO QImage_Format #

QdevicePixelRatio (QImage ()) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QImage () -> () -> IO Double #

QdevicePixelRatio (QImageSc a) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QImageSc a -> () -> IO Double #

Qdetach (QImage a) () (IO ()) # 
Instance details

Methods

detach :: QImage a -> () -> IO () #

Qdepth (QImage ()) () (IO Int) # 
Instance details

Methods

depth :: QImage () -> () -> IO Int #

Qdepth (QImageSc a) () (IO Int) # 
Instance details

Methods

depth :: QImageSc a -> () -> IO Int #

Qcopy_nf (QImage a) Rect (IO (QImage ())) # 
Instance details

Methods

copy_nf :: QImage a -> Rect -> IO (QImage ()) #

Qcopy_nf (QImage a) () (IO (QImage ())) # 
Instance details

Methods

copy_nf :: QImage a -> () -> IO (QImage ()) #

Qcopy (QImage a) Rect (IO (QImage ())) # 
Instance details

Methods

copy :: QImage a -> Rect -> IO (QImage ()) #

Qcopy (QImage a) () (IO (QImage ())) # 
Instance details

Methods

copy :: QImage a -> () -> IO (QImage ()) #

Qcolor (QImage ()) Int (IO Int) # 
Instance details

Methods

color :: QImage () -> Int -> IO Int #

Qcolor (QImageSc a) Int (IO Int) # 
Instance details

Methods

color :: QImageSc a -> Int -> IO Int #

Qbits (QImage a) () (IO (QUnsignedCharPtr ())) # 
Instance details

Methods

bits :: QImage a -> () -> IO (QUnsignedCharPtr ()) #

Qbits (QImage a) () (IO (QConstUnsignedCharPtr ())) # 
Instance details

Methods

bits :: QImage a -> () -> IO (QConstUnsignedCharPtr ()) #

QuserMethod (QImage ()) () (IO ()) # 
Instance details

Methods

userMethod :: QImage () -> Int -> () -> IO () #

QuserMethod (QImageSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QImageSc a -> Int -> () -> IO () #

QscaledToWidth_nf (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

scaledToWidth_nf :: QImage a -> Int -> IO (QImage ()) #

QscaledToWidth (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

scaledToWidth :: QImage a -> Int -> IO (QImage ()) #

QscaledToHeight_nf (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

scaledToHeight_nf :: QImage a -> Int -> IO (QImage ()) #

QscaledToHeight (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

scaledToHeight :: QImage a -> Int -> IO (QImage ()) #

QcreateMaskFromColor_nf (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

createMaskFromColor_nf :: QImage a -> Int -> IO (QImage ()) #

QcreateMaskFromColor (QImage a) Int (IO (QImage ())) # 
Instance details

Methods

createMaskFromColor :: QImage a -> Int -> IO (QImage ()) #

QcreateHeuristicMask_nf (QImage a) Bool (IO (QImage ())) # 
Instance details

Methods

createHeuristicMask_nf :: QImage a -> Bool -> IO (QImage ()) #

QcreateHeuristicMask_nf (QImage a) () (IO (QImage ())) # 
Instance details

Methods

createHeuristicMask_nf :: QImage a -> () -> IO (QImage ()) #

QcreateHeuristicMask (QImage a) Bool (IO (QImage ())) # 
Instance details

Methods

createHeuristicMask :: QImage a -> Bool -> IO (QImage ()) #

QcreateHeuristicMask (QImage a) () (IO (QImage ())) # 
Instance details

Methods

createHeuristicMask :: QImage a -> () -> IO (QImage ()) #

Qqswap (QImage ()) (QImage t1) # 
Instance details

Methods

qswap :: QImage () -> QImage t1 -> IO () #

Qqswap (QImageSc a) (QImage t1) # 
Instance details

Methods

qswap :: QImageSc a -> QImage t1 -> IO () #

QqsetOffset (QImage a) (QPoint t1) # 
Instance details

Methods

qsetOffset :: QImage a -> QPoint t1 -> IO () #

QsetColorTable (QImage a) [Int] # 
Instance details

Methods

setColorTable :: QImage a -> [Int] -> IO () #

Qredirected (QImage ()) (QPoint t1) # 
Instance details

Methods

redirected :: QImage () -> QPoint t1 -> IO (QPaintDevice ()) #

Qredirected (QImageSc a) (QPoint t1) # 
Instance details

Methods

redirected :: QImageSc a -> QPoint t1 -> IO (QPaintDevice ()) #

Qqone (QImage ()) (QImage t1) # 
Instance details

Methods

qone :: QImage () -> QImage t1 -> IO Bool #

Qqone (QImageSc a) (QImage t1) # 
Instance details

Methods

qone :: QImageSc a -> QImage t1 -> IO Bool #

Qqoe (QImage ()) (QImage t1) # 
Instance details

Methods

qoe :: QImage () -> QImage t1 -> IO Bool #

Qqoe (QImageSc a) (QImage t1) # 
Instance details

Methods

qoe :: QImageSc a -> QImage t1 -> IO Bool #

QinitPainter (QImage ()) (QPainter t1) # 
Instance details

Methods

initPainter :: QImage () -> QPainter t1 -> IO () #

QinitPainter (QImageSc a) (QPainter t1) # 
Instance details

Methods

initPainter :: QImageSc a -> QPainter t1 -> IO () #

Qfill (QImage a) (QColor t1) # 
Instance details

Methods

fill :: QImage a -> QColor t1 -> IO () #

Qqqscaled_nf (QImage a) (QSize t1) (IO (QImage ())) # 
Instance details

Methods

qqscaled_nf :: QImage a -> QSize t1 -> IO (QImage ()) #

Qqqscaled (QImage a) (QSize t1) (IO (QImage ())) # 
Instance details

Methods

qqscaled :: QImage a -> QSize t1 -> IO (QImage ()) #

Qsave (QImage a) (QIODevice t1) (IO Bool) # 
Instance details

Methods

save :: QImage a -> QIODevice t1 -> IO Bool #

Qqot (QImage ()) (QImage t1) (IO (QImage ())) # 
Instance details

Methods

qot :: QImage () -> QImage t1 -> IO (QImage ()) #

Qqot (QImageSc a) (QImage t1) (IO (QImage ())) # 
Instance details

Methods

qot :: QImageSc a -> QImage t1 -> IO (QImage ()) #

QuserMethod (QImage ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QImage () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QImageSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QImageSc a -> Int -> QVariant () -> IO (QVariant ()) #

Qtransformed_nf (QImage ()) (QMatrix t1) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImage () -> QMatrix t1 -> IO (QImage ()) #

Qtransformed_nf (QImage ()) (QTransform t1) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImage () -> QTransform t1 -> IO (QImage ()) #

Qtransformed_nf (QImageSc a) (QTransform t1) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImageSc a -> QTransform t1 -> IO (QImage ()) #

Qtransformed_nf (QImageSc a) (QMatrix t1) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImageSc a -> QMatrix t1 -> IO (QImage ()) #

Qtransformed (QImage ()) (QMatrix t1) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImage () -> QMatrix t1 -> IO (QImage ()) #

Qtransformed (QImage ()) (QTransform t1) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImage () -> QTransform t1 -> IO (QImage ()) #

Qtransformed (QImageSc a) (QTransform t1) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImageSc a -> QTransform t1 -> IO (QImage ()) #

Qtransformed (QImageSc a) (QMatrix t1) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImageSc a -> QMatrix t1 -> IO (QImage ()) #

QloadFromData (QImage a) (QByteArray t1) (IO Bool) # 
Instance details

Methods

loadFromData :: QImage a -> QByteArray t1 -> IO Bool #

Qqcopy_nf (QImage a) (QRect t1) (IO (QImage ())) # 
Instance details

Methods

qcopy_nf :: QImage a -> QRect t1 -> IO (QImage ()) #

Qqcopy (QImage a) (QRect t1) (IO (QImage ())) # 
Instance details

Methods

qcopy :: QImage a -> QRect t1 -> IO (QImage ()) #

QsetText (QImage a) (String, String) # 
Instance details

Methods

setText :: QImage a -> (String, String) -> IO () #

QsetColor (QImage a) (Int, Int) # 
Instance details

Methods

setColor :: QImage a -> (Int, Int) -> IO () #

Qpixel (QImage a) (Int, Int) # 
Instance details

Methods

pixel :: QImage a -> (Int, Int) -> IO Int #

Qqqscaled_nf (QImage a) (QSize t1, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qqscaled_nf :: QImage a -> (QSize t1, AspectRatioMode) -> IO (QImage ()) #

Qqqscaled (QImage a) (QSize t1, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qqscaled :: QImage a -> (QSize t1, AspectRatioMode) -> IO (QImage ()) #

Qqscaled_nf (QImage a) (Size, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qscaled_nf :: QImage a -> (Size, AspectRatioMode) -> IO (QImage ()) #

Qqscaled_nf (QImage a) (Int, Int) (IO (QImage ())) # 
Instance details

Methods

qscaled_nf :: QImage a -> (Int, Int) -> IO (QImage ()) #

Qqscaled (QImage a) (Size, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qscaled :: QImage a -> (Size, AspectRatioMode) -> IO (QImage ()) #

Qqscaled (QImage a) (Int, Int) (IO (QImage ())) # 
Instance details

Methods

qscaled :: QImage a -> (Int, Int) -> IO (QImage ()) #

Qsave (QImage a) (String, String) (IO Bool) # 
Instance details

Methods

save :: QImage a -> (String, String) -> IO Bool #

Qsave (QImage a) (QIODevice t1, String) (IO Bool) # 
Instance details

Methods

save :: QImage a -> (QIODevice t1, String) -> IO Bool #

Qmirrored_nf (QImage a) (Bool, Bool) (IO (QImage ())) # 
Instance details

Methods

mirrored_nf :: QImage a -> (Bool, Bool) -> IO (QImage ()) #

Qmirrored (QImage a) (Bool, Bool) (IO (QImage ())) # 
Instance details

Methods

mirrored :: QImage a -> (Bool, Bool) -> IO (QImage ()) #

Qload (QImage a) (String, String) (IO Bool) # 
Instance details

Methods

load :: QImage a -> (String, String) -> IO Bool #

Qload (QImage a) (QIODevice t1, String) (IO Bool) # 
Instance details

Methods

load :: QImage a -> (QIODevice t1, String) -> IO Bool #

Qtransformed_nf (QImage ()) (QMatrix t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImage () -> (QMatrix t1, TransformationMode) -> IO (QImage ()) #

Qtransformed_nf (QImage ()) (QTransform t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImage () -> (QTransform t1, TransformationMode) -> IO (QImage ()) #

Qtransformed_nf (QImageSc a) (QTransform t1, TransformationMode) (IO (QImage ())) # 
Instance details

Qtransformed_nf (QImageSc a) (QMatrix t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed_nf :: QImageSc a -> (QMatrix t1, TransformationMode) -> IO (QImage ()) #

Qtransformed (QImage ()) (QMatrix t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImage () -> (QMatrix t1, TransformationMode) -> IO (QImage ()) #

Qtransformed (QImage ()) (QTransform t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImage () -> (QTransform t1, TransformationMode) -> IO (QImage ()) #

Qtransformed (QImageSc a) (QTransform t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImageSc a -> (QTransform t1, TransformationMode) -> IO (QImage ()) #

Qtransformed (QImageSc a) (QMatrix t1, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

transformed :: QImageSc a -> (QMatrix t1, TransformationMode) -> IO (QImage ()) #

QscaledToWidth_nf (QImage a) (Int, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

scaledToWidth_nf :: QImage a -> (Int, TransformationMode) -> IO (QImage ()) #

QscaledToWidth (QImage a) (Int, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

scaledToWidth :: QImage a -> (Int, TransformationMode) -> IO (QImage ()) #

QscaledToHeight_nf (QImage a) (Int, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

scaledToHeight_nf :: QImage a -> (Int, TransformationMode) -> IO (QImage ()) #

QscaledToHeight (QImage a) (Int, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

scaledToHeight :: QImage a -> (Int, TransformationMode) -> IO (QImage ()) #

QloadFromData (QImage a) (QConstUnsignedCharPtr t1, Int) (IO Bool) # 
Instance details

Methods

loadFromData :: QImage a -> (QConstUnsignedCharPtr t1, Int) -> IO Bool #

QloadFromData (QImage a) (QByteArray t1, String) (IO Bool) # 
Instance details

Methods

loadFromData :: QImage a -> (QByteArray t1, String) -> IO Bool #

QcreateMaskFromColor_nf (QImage a) (Int, Qt_MaskMode) (IO (QImage ())) # 
Instance details

Methods

createMaskFromColor_nf :: QImage a -> (Int, Qt_MaskMode) -> IO (QImage ()) #

QcreateMaskFromColor (QImage a) (Int, Qt_MaskMode) (IO (QImage ())) # 
Instance details

Methods

createMaskFromColor :: QImage a -> (Int, Qt_MaskMode) -> IO (QImage ()) #

Qqqscaled_nf (QImage a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Qqqscaled (QImage a) (QSize t1, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Qqscaled_nf (QImage a) (Size, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Qqscaled_nf (QImage a) (Int, Int, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qscaled_nf :: QImage a -> (Int, Int, AspectRatioMode) -> IO (QImage ()) #

Qqscaled (QImage a) (Size, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Qqscaled (QImage a) (Int, Int, AspectRatioMode) (IO (QImage ())) # 
Instance details

Methods

qscaled :: QImage a -> (Int, Int, AspectRatioMode) -> IO (QImage ()) #

Qsave (QImage a) (String, String, Int) (IO Bool) # 
Instance details

Methods

save :: QImage a -> (String, String, Int) -> IO Bool #

Qsave (QImage a) (QIODevice t1, String, Int) (IO Bool) # 
Instance details

Methods

save :: QImage a -> (QIODevice t1, String, Int) -> IO Bool #

QloadFromData (QImage a) (QConstUnsignedCharPtr t1, Int, String) (IO Bool) # 
Instance details

Methods

loadFromData :: QImage a -> (QConstUnsignedCharPtr t1, Int, String) -> IO Bool #

Qqscaled_nf (QImage a) (Int, Int, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

qscaled_nf :: QImage a -> (Int, Int, AspectRatioMode, TransformationMode) -> IO (QImage ()) #

Qqscaled (QImage a) (Int, Int, AspectRatioMode, TransformationMode) (IO (QImage ())) # 
Instance details

Methods

qscaled :: QImage a -> (Int, Int, AspectRatioMode, TransformationMode) -> IO (QImage ()) #

Qcopy_nf (QImage a) (Int, Int, Int, Int) (IO (QImage ())) # 
Instance details

Methods

copy_nf :: QImage a -> (Int, Int, Int, Int) -> IO (QImage ()) #

Qcopy (QImage a) (Int, Int, Int, Int) (IO (QImage ())) # 
Instance details

Methods

copy :: QImage a -> (Int, Int, Int, Int) -> IO (QImage ()) #