Qtc.Gui.QPixmap

Contents

Documentation

class Qqfill x1 where #

Methods

qfill :: QPixmap a -> x1 -> IO () #

Instances
Qqfill (QWidget t1, QPoint t2) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qfill :: QPixmap a -> (QWidget t1, QPoint t2) -> IO () #

Qqfill (QPaintDevice t1, QPoint t2) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qfill :: QPixmap a -> (QPaintDevice t1, QPoint t2) -> IO () #

class QqqPixmap x1 where #

Methods

qqPixmap :: x1 -> IO (QPixmap ()) #

Instances
QqqPixmap (QSize t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qqPixmap :: QSize t1 -> IO (QPixmap ()) #

class QqPixmap x1 where #

Methods

qPixmap :: x1 -> IO (QPixmap ()) #

Instances
QqPixmap () # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: () -> IO (QPixmap ()) #

QqPixmap String # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: String -> IO (QPixmap ()) #

QqPixmap Size # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: Size -> IO (QPixmap ()) #

QqPixmap (QPlatformPixmap t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: QPlatformPixmap t1 -> IO (QPixmap ()) #

QqPixmap (QPixmap t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: QPixmap t1 -> IO (QPixmap ()) #

QqPixmap (QConstCharPtrConstPtr t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: QConstCharPtrConstPtr t1 -> IO (QPixmap ()) #

QqPixmap (Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: (Int, Int) -> IO (QPixmap ()) #

QqPixmap (String, String) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: (String, String) -> IO (QPixmap ()) #

QqPixmap (String, String, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap :: (String, String, ImageConversionFlags) -> IO (QPixmap ()) #

class QqqPixmap_nf x1 where #

Methods

qqPixmap_nf :: x1 -> IO (QPixmap ()) #

Instances
QqqPixmap_nf (QSize t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qqPixmap_nf :: QSize t1 -> IO (QPixmap ()) #

class QqPixmap_nf x1 where #

Methods

qPixmap_nf :: x1 -> IO (QPixmap ()) #

Instances
QqPixmap_nf () # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: () -> IO (QPixmap ()) #

QqPixmap_nf String # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: String -> IO (QPixmap ()) #

QqPixmap_nf Size # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: Size -> IO (QPixmap ()) #

QqPixmap_nf (QPlatformPixmap t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: QPlatformPixmap t1 -> IO (QPixmap ()) #

QqPixmap_nf (QPixmap t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: QPixmap t1 -> IO (QPixmap ()) #

QqPixmap_nf (QConstCharPtrConstPtr t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: QConstCharPtrConstPtr t1 -> IO (QPixmap ()) #

QqPixmap_nf (Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: (Int, Int) -> IO (QPixmap ()) #

QqPixmap_nf (String, String) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: (String, String) -> IO (QPixmap ()) #

QqPixmap_nf (String, String, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmap_nf :: (String, String, ImageConversionFlags) -> IO (QPixmap ()) #

class QconvertFromImage x1 where #

Methods

convertFromImage :: QPixmap a -> x1 -> IO Bool #

Instances
QconvertFromImage (QImage t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

convertFromImage :: QPixmap a -> QImage t1 -> IO Bool #

QconvertFromImage (QImage t1, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

convertFromImage :: QPixmap a -> (QImage t1, ImageConversionFlags) -> IO Bool #

qPixmapDefaultDepth :: () -> IO Int #

class QqPixmapFromImage x1 where #

Methods

qPixmapFromImage :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapFromImage (QImage t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapFromImage :: QImage t1 -> IO (QPixmap ()) #

QqPixmapFromImage (QImage t1, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QPixmap

class QqPixmapFromImage_nf x1 where #

Methods

qPixmapFromImage_nf :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapFromImage_nf (QImage t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapFromImage_nf :: QImage t1 -> IO (QPixmap ()) #

QqPixmapFromImage_nf (QImage t1, ImageConversionFlags) # 
Instance details

Defined in Qtc.Gui.QPixmap

class QqPixmapFromImageReader x1 where #

Methods

qPixmapFromImageReader :: x1 -> IO (QPixmap ()) #

class QqPixmapGrabWidget x1 where #

Methods

qPixmapGrabWidget :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapGrabWidget (QObject t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: QObject t1 -> IO (QPixmap ()) #

QqPixmapGrabWidget (QObject t1, Rect) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: (QObject t1, Rect) -> IO (QPixmap ()) #

QqPixmapGrabWidget (QObject t1, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: (QObject t1, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget (QObject t1, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: (QObject t1, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget (QObject t1, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: (QObject t1, Int, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget (QObject t1, Int, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget :: (QObject t1, Int, Int, Int, Int) -> IO (QPixmap ()) #

class QqPixmapGrabWidget_nf x1 where #

Methods

qPixmapGrabWidget_nf :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapGrabWidget_nf (QObject t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: QObject t1 -> IO (QPixmap ()) #

QqPixmapGrabWidget_nf (QObject t1, Rect) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: (QObject t1, Rect) -> IO (QPixmap ()) #

QqPixmapGrabWidget_nf (QObject t1, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: (QObject t1, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget_nf (QObject t1, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: (QObject t1, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget_nf (QObject t1, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: (QObject t1, Int, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWidget_nf (QObject t1, Int, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWidget_nf :: (QObject t1, Int, Int, Int, Int) -> IO (QPixmap ()) #

qqPixmapGrabWidget :: (QObject t1, QRect t2) -> IO (QPixmap ()) #

class QqPixmapGrabWindow x1 where #

Methods

qPixmapGrabWindow :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapGrabWindow (QWId t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow :: QWId t1 -> IO (QPixmap ()) #

QqPixmapGrabWindow (QWId t1, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow :: (QWId t1, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow (QWId t1, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow :: (QWId t1, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow (QWId t1, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow :: (QWId t1, Int, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow (QWId t1, Int, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow :: (QWId t1, Int, Int, Int, Int) -> IO (QPixmap ()) #

class QqPixmapGrabWindow_nf x1 where #

Methods

qPixmapGrabWindow_nf :: x1 -> IO (QPixmap ()) #

Instances
QqPixmapGrabWindow_nf (QWId t1) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow_nf :: QWId t1 -> IO (QPixmap ()) #

QqPixmapGrabWindow_nf (QWId t1, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow_nf :: (QWId t1, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow_nf (QWId t1, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow_nf :: (QWId t1, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow_nf (QWId t1, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow_nf :: (QWId t1, Int, Int, Int) -> IO (QPixmap ()) #

QqPixmapGrabWindow_nf (QWId t1, Int, Int, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPixmap

Methods

qPixmapGrabWindow_nf :: (QWId t1, Int, Int, Int, Int) -> IO (QPixmap ()) #

isQBitmap :: QPixmap a -> () -> IO Bool #

qon :: QPixmap a -> () -> IO Bool #

class QqPixmapTrueMatrix x1 xr | x1 -> xr where #

Methods

qPixmapTrueMatrix :: x1 -> xr #

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

Defined in Qtc.Gui.QPixmap

Methods

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

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

Defined in Qtc.Gui.QPixmap

Methods

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

qPixmap_delete :: QPixmap a -> IO () #

qPixmap_delete1 :: QPixmap a -> IO () #

Orphan instances

QtoImage_nf (QPixmap a) () # 
Instance details

Methods

toImage_nf :: QPixmap a -> () -> IO (QImage ()) #

QtoImage (QPixmap a) () # 
Instance details

Methods

toImage :: QPixmap a -> () -> IO (QImage ()) #

QsharedPainter (QPixmap ()) () # 
Instance details

Methods

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

QsharedPainter (QPixmapSc a) () # 
Instance details

Methods

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

QsetDevicePixelRatio (QPixmap a) Double # 
Instance details

Methods

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

QpaintEngine (QPixmap ()) () # 
Instance details

Methods

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

QpaintEngine (QPixmapSc a) () # 
Instance details

Methods

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

Qmetric (QPixmap ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QPixmapSc a) PaintDeviceMetric # 
Instance details

Methods

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

QqisNull (QPixmap a) () # 
Instance details

Methods

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

QisDetached (QPixmap a) () # 
Instance details

Methods

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

QhasAlphaChannel (QPixmap a) () # 
Instance details

Methods

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

QdevType (QPixmap ()) () # 
Instance details

Methods

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

QdevType (QPixmapSc a) () # 
Instance details

Methods

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

QhasAlpha (QPixmap a) () # 
Instance details

Methods

hasAlpha :: QPixmap a -> () -> IO Bool #

Qfill (QPixmap a) () # 
Instance details

Methods

fill :: QPixmap a -> () -> IO () #

QcolorCount (QPixmap ()) () # 
Instance details

Methods

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

QcolorCount (QPixmapSc a) () # 
Instance details

Methods

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

QcacheKey (QPixmap a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qmask_nf (QPixmap a) () (IO (QBitmap ())) # 
Instance details

Methods

mask_nf :: QPixmap a -> () -> IO (QBitmap ()) #

Qmask (QPixmap a) () (IO (QBitmap ())) # 
Instance details

Methods

mask :: QPixmap a -> () -> IO (QBitmap ()) #

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

Methods

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

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

Methods

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

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

Methods

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

Qhandle (QPixmap a) () (IO (QPlatformPixmap ())) # 
Instance details

Methods

handle :: QPixmap a -> () -> IO (QPlatformPixmap ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QPixmap ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcreateHeuristicMask_nf (QPixmap a) Bool (IO (QBitmap ())) # 
Instance details

Methods

createHeuristicMask_nf :: QPixmap a -> Bool -> IO (QBitmap ()) #

QcreateHeuristicMask_nf (QPixmap a) () (IO (QBitmap ())) # 
Instance details

Methods

createHeuristicMask_nf :: QPixmap a -> () -> IO (QBitmap ()) #

QcreateHeuristicMask (QPixmap a) Bool (IO (QBitmap ())) # 
Instance details

Methods

createHeuristicMask :: QPixmap a -> Bool -> IO (QBitmap ()) #

QcreateHeuristicMask (QPixmap a) () (IO (QBitmap ())) # 
Instance details

Methods

createHeuristicMask :: QPixmap a -> () -> IO (QBitmap ()) #

Qqswap (QPixmap ()) (QPixmap t1) # 
Instance details

Methods

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

Qqswap (QPixmapSc a) (QPixmap t1) # 
Instance details

Methods

qswap :: QPixmapSc a -> QPixmap t1 -> IO () #

QsetMask (QPixmap a) (QBitmap t1) # 
Instance details

Methods

setMask :: QPixmap a -> QBitmap t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qqot (QPixmapSc a) (QPixmap t1) (IO (QPixmap ())) # 
Instance details

Methods

qot :: QPixmapSc a -> QPixmap t1 -> IO (QPixmap ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qtransformed_nf (QPixmapSc a) (QTransform t1) (IO (QPixmap ())) # 
Instance details

Methods

transformed_nf :: QPixmapSc a -> QTransform t1 -> IO (QPixmap ()) #

Qtransformed_nf (QPixmapSc a) (QMatrix t1) (IO (QPixmap ())) # 
Instance details

Methods

transformed_nf :: QPixmapSc a -> QMatrix t1 -> IO (QPixmap ()) #

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

Methods

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

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

Methods

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

Qtransformed (QPixmapSc a) (QTransform t1) (IO (QPixmap ())) # 
Instance details

Methods

transformed :: QPixmapSc a -> QTransform t1 -> IO (QPixmap ()) #

Qtransformed (QPixmapSc a) (QMatrix t1) (IO (QPixmap ())) # 
Instance details

Methods

transformed :: QPixmapSc a -> QMatrix t1 -> IO (QPixmap ()) #

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

Methods

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

QcreateMaskFromColor_nf (QPixmap a) (QColor t1) (IO (QBitmap ())) # 
Instance details

Methods

createMaskFromColor_nf :: QPixmap a -> QColor t1 -> IO (QBitmap ()) #

QcreateMaskFromColor (QPixmap a) (QColor t1) (IO (QBitmap ())) # 
Instance details

Methods

createMaskFromColor :: QPixmap a -> QColor t1 -> IO (QBitmap ()) #

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

Methods

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

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

Methods

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

Qfill (QPixmap a) (QWidget t1, Point) # 
Instance details

Methods

fill :: QPixmap a -> (QWidget t1, Point) -> IO () #

Qfill (QPixmap a) (QPaintDevice t1, Point) # 
Instance details

Methods

fill :: QPixmap a -> (QPaintDevice t1, Point) -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qtransformed_nf (QPixmapSc a) (QTransform t1, TransformationMode) (IO (QPixmap ())) # 
Instance details

Qtransformed_nf (QPixmapSc a) (QMatrix t1, TransformationMode) (IO (QPixmap ())) # 
Instance details

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

Methods

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

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

Methods

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

Qtransformed (QPixmapSc a) (QTransform t1, TransformationMode) (IO (QPixmap ())) # 
Instance details

Qtransformed (QPixmapSc a) (QMatrix t1, TransformationMode) (IO (QPixmap ())) # 
Instance details

Methods

transformed :: QPixmapSc a -> (QMatrix t1, TransformationMode) -> IO (QPixmap ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcreateMaskFromColor_nf (QPixmap a) (QColor t1, Qt_MaskMode) (IO (QBitmap ())) # 
Instance details

Methods

createMaskFromColor_nf :: QPixmap a -> (QColor t1, Qt_MaskMode) -> IO (QBitmap ()) #

QcreateMaskFromColor (QPixmap a) (QColor t1, Qt_MaskMode) (IO (QBitmap ())) # 
Instance details

Methods

createMaskFromColor :: QPixmap a -> (QColor t1, Qt_MaskMode) -> IO (QBitmap ()) #

Qqscroll (QPixmap a) (Int, Int, QRect t3) # 
Instance details

Methods

qscroll :: QPixmap a -> (Int, Int, QRect t3) -> IO () #

Qfill (QPixmap a) (QWidget t1, Int, Int) # 
Instance details

Methods

fill :: QPixmap a -> (QWidget t1, Int, Int) -> IO () #

Qfill (QPixmap a) (QPaintDevice t1, Int, Int) # 
Instance details

Methods

fill :: QPixmap a -> (QPaintDevice t1, Int, Int) -> IO () #

Qscroll (QPixmap a) (Int, Int, Rect) (IO ()) # 
Instance details

Methods

scroll :: QPixmap a -> (Int, Int, Rect) -> IO () #

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

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

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

Qload (QPixmap a) (String, String, ImageConversionFlags) (IO Bool) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

Qqscroll (QPixmap a) (Int, Int, QRect t3, QRegion t4) # 
Instance details

Methods

qscroll :: QPixmap a -> (Int, Int, QRect t3, QRegion t4) -> IO () #

Qscroll (QPixmap a) (Int, Int, Rect, QRegion t4) (IO ()) # 
Instance details

Methods

scroll :: QPixmap a -> (Int, Int, Rect, QRegion t4) -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qscroll (QPixmap a) (Int, Int, Int, Int, Int, Int) (IO ()) # 
Instance details

Methods

scroll :: QPixmap a -> (Int, Int, Int, Int, Int, Int) -> IO () #

Qscroll (QPixmap a) (Int, Int, Int, Int, Int, Int, QRegion t7) (IO ()) # 
Instance details

Methods

scroll :: QPixmap a -> (Int, Int, Int, Int, Int, Int, QRegion t7) -> IO () #