Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class QPainterValue a where Source #
withQPainterPtr :: a -> (QPainterConst -> IO b) -> IO b Source #
Instances
QPainterConstPtr a => QPainterValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter withQPainterPtr :: a -> (QPainterConst -> IO b) -> IO b Source # |
class CppPtr this => QPainterConstPtr this where Source #
toQPainterConst :: this -> QPainterConst Source #
Instances
QPainterConstPtr QPainter Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter | |
QPainterConstPtr QPainterConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter |
class QPainterConstPtr this => QPainterPtr this where Source #
toQPainter :: this -> QPainter Source #
Instances
QPainterPtr QPainter Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter toQPainter :: QPainter -> QPainter Source # |
data QPainterConst Source #
Instances
Instances
Eq QPainter Source # | |
Ord QPainter Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter | |
Show QPainter Source # | |
CppPtr QPainter Source # | |
Deletable QPainter Source # | |
QPainterPtr QPainter Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter toQPainter :: QPainter -> QPainter Source # | |
QPainterConstPtr QPainter Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QPainter | |
Assignable (Ptr (Ptr QPainter)) QPainter Source # | |
Decodable (Ptr (Ptr QPainter)) QPainter Source # | |
castConst :: QPainterConstPtr this => this -> QPainterConst Source #
cast :: QPainterPtr this => this -> QPainter Source #
downCastConst :: QPainterSuperConst a => a -> QPainterConst Source #
newWithDevice :: QPaintDevicePtr arg'1 => arg'1 -> IO QPainter Source #
drawImageAtRaw :: (QPainterPtr arg'1, QImageValue arg'4) => arg'1 -> Int -> Int -> arg'4 -> IO () Source #
drawImageAtRawAll :: (QPainterPtr arg'1, QImageValue arg'4, IsQtImageConversionFlags arg'9) => arg'1 -> Int -> Int -> arg'4 -> Int -> Int -> Int -> Int -> arg'9 -> IO () Source #
fillRectWithGlobalColor :: (QPainterPtr arg'1, QRectValue arg'2) => arg'1 -> arg'2 -> QtGlobalColor -> IO () Source #
setRenderHint :: QPainterPtr arg'1 => arg'1 -> QPainterRenderHint -> IO () Source #
data QPainterRenderHint Source #
Antialiasing | |
TextAntialiasing | |
SmoothPixmapTransform | |
HighQualityAntialiasing | |
NonCosmeticDefaultPen | |
Qt4CompatiblePainting |
Instances
data QPainterRenderHints Source #