Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class QPointValue a where Source #
withQPointPtr :: a -> (QPointConst -> IO b) -> IO b Source #
Instances
QPointConstPtr a => QPointValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint withQPointPtr :: a -> (QPointConst -> IO b) -> IO b Source # | |
QPointValue HPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint withQPointPtr :: HPoint -> (QPointConst -> IO b) -> IO b Source # |
class CppPtr this => QPointConstPtr this where Source #
toQPointConst :: this -> QPointConst Source #
Instances
class QPointConstPtr this => QPointPtr this where Source #
data QPointConst Source #
Instances
Instances
Eq QPoint Source # | |
Ord QPoint Source # | |
Show QPoint Source # | |
CppPtr QPoint Source # | |
Deletable QPoint Source # | |
QPointPtr QPoint Source # | |
QPointConstPtr QPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint toQPointConst :: QPoint -> QPointConst Source # | |
QPointValue a => Assignable QPoint a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint | |
Copyable QPoint QPoint Source # | |
Copyable QPointConst QPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint copy :: QPointConst -> IO QPoint # | |
Encodable QPoint HPoint Source # | |
Decodable QPoint HPoint Source # | |
Assignable (Ptr (Ptr QPoint)) QPoint Source # | |
Decodable (Ptr (Ptr QPoint)) QPoint Source # | |
castConst :: QPointConstPtr this => this -> QPointConst Source #
downCastConst :: QPointSuperConst a => a -> QPointConst Source #
dotProduct :: (QPointValue arg'1, QPointValue arg'2) => arg'1 -> arg'2 -> IO Int Source #
eQ :: (QPointValue arg'1, QPointValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
manhattanLength :: QPointValue arg'1 => arg'1 -> IO Int Source #
nE :: (QPointValue arg'1, QPointValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #