| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Core.QPoint
Documentation
class QPointValue a where Source #
Minimal complete definition
Methods
withQPointPtr :: a -> (QPointConst -> IO b) -> IO b Source #
Instances
| QPointConstPtr a => QPointValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint Methods withQPointPtr :: a -> (QPointConst -> IO b) -> IO b Source # | |
| QPointValue HPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint Methods withQPointPtr :: HPoint -> (QPointConst -> IO b) -> IO b Source # | |
class CppPtr this => QPointConstPtr this where Source #
Minimal complete definition
Methods
toQPointConst :: this -> QPointConst Source #
Instances
| QPointConstPtr QPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint Methods toQPointConst :: QPoint -> QPointConst Source # | |
| QPointConstPtr QPointConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint Methods | |
class QPointConstPtr this => QPointPtr this where Source #
Minimal complete definition
data QPointConst Source #
Instances
Instances
| Eq QPoint Source # | |
| Ord QPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint | |
| Show QPoint Source # | |
| CppPtr QPoint Source # | |
| Deletable QPoint Source # | |
| QPointPtr QPoint Source # | |
| QPointConstPtr QPoint Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPoint Methods 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 Methods 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 #