Qtc.Gui.QPaintDevice

Contents

Documentation

qPaintDevice :: () -> IO (QPaintDevice ()) #

qPaintDevice_nf :: () -> IO (QPaintDevice ()) #

devicePixelRatioF :: QPaintDevice a -> () -> IO Double #

heightMM :: QPaintDevice a -> () -> IO Int #

logicalDpiX :: QPaintDevice a -> () -> IO Int #

logicalDpiY :: QPaintDevice a -> () -> IO Int #

class Qpainters x0 x1 where #

Methods

painters :: x0 -> x1 -> IO Int #

Instances
Qpainters (QPaintDevice ()) () # 
Instance details

Defined in Qtc.Gui.QPaintDevice

Methods

painters :: QPaintDevice () -> () -> IO Int #

Qpainters (QPaintDeviceSc a) () # 
Instance details

Defined in Qtc.Gui.QPaintDevice

Methods

painters :: QPaintDeviceSc a -> () -> IO Int #

paintingActive :: QPaintDevice a -> () -> IO Bool #

physicalDpiX :: QPaintDevice a -> () -> IO Int #

physicalDpiY :: QPaintDevice a -> () -> IO Int #

class QsetPainters x0 x1 where #

Methods

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

Instances
QsetPainters (QPaintDevice ()) Int # 
Instance details

Defined in Qtc.Gui.QPaintDevice

Methods

setPainters :: QPaintDevice () -> Int -> IO () #

QsetPainters (QPaintDeviceSc a) Int # 
Instance details

Defined in Qtc.Gui.QPaintDevice

Methods

setPainters :: QPaintDeviceSc a -> Int -> IO () #

widthMM :: QPaintDevice a -> () -> IO Int #

Orphan instances

QsharedPainter (QPaintDevice ()) () # 
Instance details

Methods

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

QsharedPainter (QPaintDeviceSc a) () # 
Instance details

Methods

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

QpaintEngine (QPaintDevice ()) () # 
Instance details

Methods

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

QpaintEngine (QPaintDeviceSc a) () # 
Instance details

Methods

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

Qmetric (QPaintDevice ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QPaintDeviceSc a) PaintDeviceMetric # 
Instance details

Methods

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

QdevType (QPaintDevice ()) () # 
Instance details

Methods

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

QdevType (QPaintDeviceSc a) () # 
Instance details

Methods

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

QcolorCount (QPaintDevice ()) () # 
Instance details

Methods

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

QcolorCount (QPaintDeviceSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QPaintDevice ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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