Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq HPoint Source # | |
Ord HPoint Source # | |
Show HPoint Source # | |
QPointValue HPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint withQPointPtr :: HPoint -> (QPointConst -> IO b) -> IO b Source # | |
Encodable QPoint HPoint # | |
Encodable QPointConst HPoint # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint encode :: HPoint -> IO QPointConst # | |
Decodable QPoint HPoint # | |
Decodable QPointConst HPoint # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint decode :: QPointConst -> IO HPoint # | |
HasContents QVectorQPoint HPoint # | |
Defined in Graphics.UI.Qtah.Generated.Core.QVector.QPoint toContents :: QVectorQPoint -> IO [HPoint] # | |
HasContents QVectorQPointConst HPoint # | |
Defined in Graphics.UI.Qtah.Generated.Core.QVector.QPoint toContents :: QVectorQPointConst -> IO [HPoint] # | |
FromContents QVectorQPoint HPoint # | |
Defined in Graphics.UI.Qtah.Generated.Core.QVector.QPoint fromContents :: [HPoint] -> IO QVectorQPoint # |
manhattanLength :: HPoint -> Int Source #