qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QImage

Description

Documentation

class QqqImage x1 where Source

Methods

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

Instances

class QqqImage_nf x1 where Source

Methods

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

Instances

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

class QinvertPixels x1 where Source

Methods

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

class Qmirrored x0 x1 where Source

Methods

mirrored :: x0 -> x1 -> IO (QImage ()) Source

class Qmirrored_nf x0 x1 where Source

Methods

mirrored_nf :: x0 -> x1 -> IO (QImage ()) Source

numBytes :: QImage a -> () -> IO Int Source

numColors :: QImage a -> () -> IO Int Source

class QpixelIndex x1 where Source

Methods

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

class QrgbSwapped x0 x1 where Source

Methods

rgbSwapped :: x0 -> x1 -> IO (QImage ()) Source

Instances

class QrgbSwapped_nf x0 x1 where Source

Methods

rgbSwapped_nf :: x0 -> x1 -> IO (QImage ()) Source

Instances

class QsetPixel x1 where Source

Methods

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

Instances

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

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

class QqImageTrueMatrix x1 xr where Source

Methods

qImageTrueMatrix :: x1 -> xr Source

class Qvalid x1 where Source

Methods

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

Instances