| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QPaintDevice
Documentation
class QPaintDeviceValue a where Source #
Minimal complete definition
Methods
withQPaintDevicePtr :: a -> (QPaintDeviceConst -> IO b) -> IO b Source #
Instances
| QPaintDeviceConstPtr a => QPaintDeviceValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPaintDevice Methods withQPaintDevicePtr :: a -> (QPaintDeviceConst -> IO b) -> IO b Source # | |
class CppPtr this => QPaintDeviceConstPtr this where Source #
Minimal complete definition
Methods
toQPaintDeviceConst :: this -> QPaintDeviceConst Source #
Instances
class QPaintDeviceConstPtr this => QPaintDevicePtr this where Source #
Minimal complete definition
Methods
toQPaintDevice :: this -> QPaintDevice Source #
Instances
| QPaintDevicePtr QPaintDevice Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPaintDevice Methods | |
| QPaintDevicePtr QImage Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QImage Methods toQPaintDevice :: QImage -> QPaintDevice Source # | |
| QPaintDevicePtr QPixmap Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap Methods toQPaintDevice :: QPixmap -> QPaintDevice Source # | |
| QPaintDevicePtr QPaintDeviceWindow Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPaintDeviceWindow Methods toQPaintDevice :: QPaintDeviceWindow -> QPaintDevice Source # | |
| QPaintDevicePtr QRasterWindow Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QRasterWindow Methods | |
| QPaintDevicePtr QtahRasterWindow Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QtahRasterWindow Methods | |
| QPaintDevicePtr QOpenGLWindow Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QOpenGLWindow Methods | |
| QPaintDevicePtr QtahOpenGLWindow Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QtahOpenGLWindow Methods | |
data QPaintDeviceConst Source #
Instances
data QPaintDevice Source #
Instances
castConst :: QPaintDeviceConstPtr this => this -> QPaintDeviceConst Source #
cast :: QPaintDevicePtr this => this -> QPaintDevice Source #
downCastConst :: QPaintDeviceSuperConst a => a -> QPaintDeviceConst Source #
downCast :: QPaintDeviceSuper a => a -> QPaintDevice Source #
colorCount :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
devicePixelRatio :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
devicePixelRatioF :: QPaintDeviceValue arg'1 => arg'1 -> IO Double Source #
logicalDpiX :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
logicalDpiY :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
paintingActive :: QPaintDeviceValue arg'1 => arg'1 -> IO Bool Source #
physicalDpiX :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
physicalDpiY :: QPaintDeviceValue arg'1 => arg'1 -> IO Int Source #
data QPaintDevicePaintDeviceMetric Source #
Constructors
| PdmWidth | |
| PdmHeight | |
| PdmWidthMm | |
| PdmHeightMm | |
| PdmNumColors | |
| PdmDepth | |
| PdmDpiX | |
| PdmDpiY | |
| PdmPhysicalDpiX | |
| PdmPhysicalDpiY | |
| PdmDevicePixelRatio | |
| PdmDevicePixelRatioScaled |