Qtc.Gui.QImage
Contents
Documentation
Instances
QqqImage (QSize t1, QImage_Format) # | |
Defined in Qtc.Gui.QImage Methods qqImage :: (QSize t1, QImage_Format) -> IO (QImage ()) # |
Instances
class QqqImage_nf x1 where #
Methods
qqImage_nf :: x1 -> IO (QImage ()) #
Instances
QqqImage_nf (QSize t1, QImage_Format) # | |
Defined in Qtc.Gui.QImage Methods 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 #
Methods
convertToFormat :: QImage a -> x1 -> IO (QImage ()) #
Instances
QconvertToFormat QImage_Format # | |
Defined in Qtc.Gui.QImage Methods convertToFormat :: QImage a -> QImage_Format -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, [Int]) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat :: QImage a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat (QImage_Format, [Int], ImageConversionFlags) # | |
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 # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_nf :: QImage a -> QImage_Format -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, [Int]) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_nf :: QImage a -> (QImage_Format, [Int]) -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_nf :: QImage a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat_nf (QImage_Format, [Int], ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_nf :: QImage a -> (QImage_Format, [Int], ImageConversionFlags) -> IO (QImage ()) # |
class QconvertToFormat_helper x0 x1 where #
Methods
convertToFormat_helper :: x0 -> x1 -> IO (QImage ()) #
Instances
QconvertToFormat_helper (QImage ()) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_helper :: QImage () -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # | |
QconvertToFormat_helper (QImageSc a) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_helper :: QImageSc a -> (QImage_Format, ImageConversionFlags) -> IO (QImage ()) # |
class QconvertToFormat_inplace x0 x1 where #
Methods
convertToFormat_inplace :: x0 -> x1 -> IO Bool #
Instances
QconvertToFormat_inplace (QImage ()) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_inplace :: QImage () -> (QImage_Format, ImageConversionFlags) -> IO Bool # | |
QconvertToFormat_inplace (QImageSc a) (QImage_Format, ImageConversionFlags) # | |
Defined in Qtc.Gui.QImage Methods convertToFormat_inplace :: QImageSc a -> (QImage_Format, ImageConversionFlags) -> IO Bool # |
class QcreateAlphaMask x1 where #
Methods
createAlphaMask :: QImage a -> x1 -> IO (QImage ()) #
Instances
QcreateAlphaMask () # | |
Defined in Qtc.Gui.QImage Methods createAlphaMask :: QImage a -> () -> IO (QImage ()) # | |
QcreateAlphaMask ImageConversionFlags # | |
Defined in Qtc.Gui.QImage Methods createAlphaMask :: QImage a -> ImageConversionFlags -> IO (QImage ()) # |
class QcreateAlphaMask_nf x1 where #
Methods
createAlphaMask_nf :: QImage a -> x1 -> IO (QImage ()) #
Instances
QcreateAlphaMask_nf () # | |
Defined in Qtc.Gui.QImage Methods createAlphaMask_nf :: QImage a -> () -> IO (QImage ()) # | |
QcreateAlphaMask_nf ImageConversionFlags # | |
Defined in Qtc.Gui.QImage Methods createAlphaMask_nf :: QImage a -> ImageConversionFlags -> IO (QImage ()) # |
dotsPerMeterX :: QImage a -> () -> IO Int #
dotsPerMeterY :: QImage a -> () -> IO Int #
class QqImageFromData x1 where #
Methods
qImageFromData :: x1 -> IO (QImage ()) #
Instances
QqImageFromData (QByteArray t1) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData :: QByteArray t1 -> IO (QImage ()) # | |
QqImageFromData (QByteArray t1, String) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData :: (QByteArray t1, String) -> IO (QImage ()) # | |
QqImageFromData (QConstUnsignedCharPtr t1, Int) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) # | |
QqImageFromData (QConstUnsignedCharPtr t1, Int, String) # | |
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) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData_nf :: QByteArray t1 -> IO (QImage ()) # | |
QqImageFromData_nf (QByteArray t1, String) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData_nf :: (QByteArray t1, String) -> IO (QImage ()) # | |
QqImageFromData_nf (QConstUnsignedCharPtr t1, Int) # | |
Defined in Qtc.Gui.QImage Methods qImageFromData_nf :: (QConstUnsignedCharPtr t1, Int) -> IO (QImage ()) # | |
QqImageFromData_nf (QConstUnsignedCharPtr t1, Int, String) # | |
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 () # | |
Defined in Qtc.Gui.QImage Methods invertPixels :: QImage a -> () -> IO () # | |
QinvertPixels InvertMode # | |
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) # | |
Defined in Qtc.Gui.QImage Methods mirrored_helper :: QImage () -> (Bool, Bool) -> IO (QImage ()) # | |
Qmirrored_helper (QImageSc a) (Bool, Bool) # | |
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) # | |
Defined in Qtc.Gui.QImage Methods mirrored_inplace :: QImage () -> (Bool, Bool) -> IO () # | |
Qmirrored_inplace (QImageSc a) (Bool, Bool) # | |
Defined in Qtc.Gui.QImage Methods mirrored_inplace :: QImageSc a -> (Bool, Bool) -> IO () # |
class QpixelColor x1 where #
Methods
pixelColor :: QImage a -> x1 -> IO (QColor ()) #
Instances
QpixelColor Point # | |
Defined in Qtc.Gui.QImage Methods pixelColor :: QImage a -> Point -> IO (QColor ()) # | |
QpixelColor (Int, Int) # | |
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 # | |
Defined in Qtc.Gui.QImage Methods pixelIndex :: QImage a -> Point -> IO Int # | |
QpixelIndex (Int, Int) # | |
Defined in Qtc.Gui.QImage Methods 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 #
Methods
rgbSwapped_helper :: x0 -> x1 -> IO (QImage ()) #
Instances
QrgbSwapped_helper (QImage ()) () # | |
Defined in Qtc.Gui.QImage Methods rgbSwapped_helper :: QImage () -> () -> IO (QImage ()) # | |
QrgbSwapped_helper (QImageSc a) () # | |
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 ()) () # | |
Defined in Qtc.Gui.QImage Methods rgbSwapped_inplace :: QImage () -> () -> IO () # | |
QrgbSwapped_inplace (QImageSc a) () # | |
Defined in Qtc.Gui.QImage Methods rgbSwapped_inplace :: QImageSc a -> () -> IO () # |
Instances
QscanLine Int (IO (QUnsignedCharPtr ())) # | |
Defined in Qtc.Gui.QImage Methods scanLine :: QImage a -> Int -> IO (QUnsignedCharPtr ()) # | |
QscanLine Int (IO (QConstUnsignedCharPtr ())) # | |
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 QsetPixelColor x1 where #
Methods
setPixelColor :: QImage a -> x1 -> IO () #
Instances
QsetPixelColor (Point, QColor t2) # | |
Defined in Qtc.Gui.QImage Methods setPixelColor :: QImage a -> (Point, QColor t2) -> IO () # | |
QsetPixelColor (Int, Int, QColor t3) # | |
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) # | |
Defined in Qtc.Gui.QImage Methods smoothScaled :: QImage () -> (Int, Int) -> IO (QImage ()) # | |
QsmoothScaled (QImageSc a) (Int, Int) # | |
Defined in Qtc.Gui.QImage Methods 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 #
Methods
qImageTrueMatrix :: x1 -> xr #
Instances
QqImageTrueMatrix (QMatrix t1, Int, Int) (IO (QMatrix ())) # | |
Defined in Qtc.Gui.QImage Methods qImageTrueMatrix :: (QMatrix t1, Int, Int) -> IO (QMatrix ()) # | |
QqImageTrueMatrix (QTransform t1, Int, Int) (IO (QTransform ())) # | |
Defined in Qtc.Gui.QImage Methods qImageTrueMatrix :: (QTransform t1, Int, Int) -> IO (QTransform ()) # |
qImage_delete :: QImage a -> IO () #
qImage_delete1 :: QImage a -> IO () #