qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QPainterPath

Documentation

class QPainterPathValue a where Source #

Minimal complete definition

withQPainterPathPtr

Methods

withQPainterPathPtr :: a -> (QPainterPathConst -> IO b) -> IO b Source #

data QPainterPathConst Source #

Instances
Eq QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Ord QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Show QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

CppPtr QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Deletable QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

QPainterPathConstPtr QPainterPathConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Copyable QPainterPathConst QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Decodable QPainterPathConst QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

data QPainterPath Source #

Instances
Eq QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Ord QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Show QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

CppPtr QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Deletable QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

QPainterPathPtr QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

QPainterPathConstPtr QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

QPainterPathValue a => Assignable QPainterPath a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Methods

assign :: QPainterPath -> a -> IO () #

Copyable QPainterPath QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Copyable QPainterPathConst QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Decodable QPainterPath QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Decodable QPainterPathConst QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Assignable (Ptr (Ptr QPainterPath)) QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

Methods

assign :: Ptr (Ptr QPainterPath) -> QPainterPath -> IO () #

Decodable (Ptr (Ptr QPainterPath)) QPainterPath Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPainterPath

downCastConst :: QPainterPathSuperConst a => a -> QPainterPathConst Source #

downCast :: QPainterPathSuper a => a -> QPainterPath Source #

aSSIGN :: (QPainterPathPtr arg'1, QPainterPathValue arg'2) => arg'1 -> arg'2 -> IO QPainterPath Source #

addRectRaw :: QPainterPathPtr arg'1 => arg'1 -> Double -> Double -> Double -> Double -> IO () Source #

eQ :: (QPainterPathValue arg'1, QPainterPathValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

nE :: (QPainterPathValue arg'1, QPainterPathValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #