Documentation
qPaintDevice :: () -> IO (QPaintDevice ()) #
qPaintDevice_nf :: () -> IO (QPaintDevice ()) #
devicePixelRatioF :: QPaintDevice a -> () -> IO Double #
qPaintDeviceDevicePixelRatioFScale :: () -> IO Double #
heightMM :: QPaintDevice a -> () -> IO Int #
logicalDpiX :: QPaintDevice a -> () -> IO Int #
logicalDpiY :: QPaintDevice a -> () -> IO Int #
Instances
Qpainters (QPaintDevice ()) () # | |
Defined in Qtc.Gui.QPaintDevice painters :: QPaintDevice () -> () -> IO Int # | |
Qpainters (QPaintDeviceSc a) () # | |
Defined in Qtc.Gui.QPaintDevice 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 #
setPainters :: x0 -> x1 -> IO () #
Instances
QsetPainters (QPaintDevice ()) Int # | |
Defined in Qtc.Gui.QPaintDevice setPainters :: QPaintDevice () -> Int -> IO () # | |
QsetPainters (QPaintDeviceSc a) Int # | |
Defined in Qtc.Gui.QPaintDevice setPainters :: QPaintDeviceSc a -> Int -> IO () # |
widthMM :: QPaintDevice a -> () -> IO Int #
qPaintDevice_delete :: QPaintDevice a -> IO () #
qPaintDevice_delete1 :: QPaintDevice a -> IO () #