Qtc.Gui.QPicture

Contents

Documentation

class QqPicture x1 where #

Methods

qPicture :: x1 -> IO (QPicture ()) #

Instances
QqPicture Int # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture :: Int -> IO (QPicture ()) #

QqPicture () # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture :: () -> IO (QPicture ()) #

QqPicture (QPicture t1) # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture :: QPicture t1 -> IO (QPicture ()) #

class QqPicture_nf x1 where #

Methods

qPicture_nf :: x1 -> IO (QPicture ()) #

Instances
QqPicture_nf Int # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture_nf :: Int -> IO (QPicture ()) #

QqPicture_nf () # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture_nf :: () -> IO (QPicture ()) #

QqPicture_nf (QPicture t1) # 
Instance details

Defined in Qtc.Gui.QPicture

Methods

qPicture_nf :: QPicture t1 -> IO (QPicture ()) #

qPictureInputFormatList :: () -> IO [String] #

qPictureOutputFormatList :: () -> IO [String] #

qPicturePictureFormat :: String -> IO String #

qPicture_delete :: QPicture a -> IO () #

Orphan instances

QsharedPainter (QPicture ()) () # 
Instance details

Methods

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

QsharedPainter (QPictureSc a) () # 
Instance details

Methods

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

QsetBoundingRect (QPicture a) Rect # 
Instance details

Methods

setBoundingRect :: QPicture a -> Rect -> IO () #

QpaintEngine (QPicture ()) () # 
Instance details

Methods

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

QpaintEngine (QPictureSc a) () # 
Instance details

Methods

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

Qmetric (QPicture ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QPictureSc a) PaintDeviceMetric # 
Instance details

Methods

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

QqisNull (QPicture a) () # 
Instance details

Methods

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

QisDetached (QPicture a) () # 
Instance details

Methods

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

QdevType (QPicture ()) () # 
Instance details

Methods

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

QdevType (QPictureSc a) () # 
Instance details

Methods

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

QcolorCount (QPicture ()) () # 
Instance details

Methods

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

QcolorCount (QPictureSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

Qqsize (QPicture a) () (IO Int) # 
Instance details

Methods

qsize :: QPicture a -> () -> IO Int #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QdevicePixelRatio (QPicture ()) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QPicture () -> () -> IO Int #

QdevicePixelRatio (QPictureSc a) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QPictureSc a -> () -> IO Int #

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

Methods

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

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

Methods

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

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

Methods

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

Qqdata (QPicture ()) () (IO String) # 
Instance details

Methods

qdata :: QPicture () -> () -> IO String #

Qqdata (QPictureSc a) () (IO String) # 
Instance details

Methods

qdata :: QPictureSc a -> () -> IO String #

QqqboundingRect (QPicture a) () (IO (QRect ())) # 
Instance details

Methods

qqboundingRect :: QPicture a -> () -> IO (QRect ()) #

QqboundingRect (QPicture a) () (IO Rect) # 
Instance details

Methods

qboundingRect :: QPicture a -> () -> IO Rect #

QuserMethod (QPicture ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qqswap (QPicture ()) (QPicture t1) # 
Instance details

Methods

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

Qqswap (QPictureSc a) (QPicture t1) # 
Instance details

Methods

qswap :: QPictureSc a -> QPicture t1 -> IO () #

QqsetBoundingRect (QPicture a) (QRect t1) # 
Instance details

Methods

qsetBoundingRect :: QPicture a -> QRect t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qqot (QPictureSc a) (QPicture t1) (IO (QPicture ())) # 
Instance details

Methods

qot :: QPictureSc a -> QPicture t1 -> IO (QPicture ()) #

Qplay (QPicture a) (QPainter t1) (IO Bool) # 
Instance details

Methods

play :: QPicture a -> QPainter t1 -> IO Bool #

Qload (QPicture a) (QIODevice t1) (IO Bool) # 
Instance details

Methods

load :: QPicture a -> QIODevice t1 -> IO Bool #

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

Methods

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

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

Methods

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

QsetData (QPicture ()) (String, Int) (IO ()) # 
Instance details

Methods

setData :: QPicture () -> (String, Int) -> IO () #

QsetData (QPictureSc a) (String, Int) (IO ()) # 
Instance details

Methods

setData :: QPictureSc a -> (String, Int) -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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