| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Core.QPointF
Documentation
class QPointFValue a where Source #
Minimal complete definition
Methods
withQPointFPtr :: a -> (QPointFConst -> IO b) -> IO b Source #
Instances
| QPointFConstPtr a => QPointFValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods withQPointFPtr :: a -> (QPointFConst -> IO b) -> IO b Source # | |
| QPointFValue HPointF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods withQPointFPtr :: HPointF -> (QPointFConst -> IO b) -> IO b Source # | |
class CppPtr this => QPointFConstPtr this where Source #
Minimal complete definition
Methods
toQPointFConst :: this -> QPointFConst Source #
Instances
| QPointFConstPtr QPointF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods toQPointFConst :: QPointF -> QPointFConst Source # | |
| QPointFConstPtr QPointFConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods | |
class QPointFConstPtr this => QPointFPtr this where Source #
Minimal complete definition
Instances
| QPointFPtr QPointF Source # | |
data QPointFConst Source #
Instances
Instances
| Eq QPointF Source # | |
| Ord QPointF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF | |
| Show QPointF Source # | |
| CppPtr QPointF Source # | |
| Deletable QPointF Source # | |
| QPointFPtr QPointF Source # | |
| QPointFConstPtr QPointF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods toQPointFConst :: QPointF -> QPointFConst Source # | |
| QPointFValue a => Assignable QPointF a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF | |
| Copyable QPointF QPointF Source # | |
| Copyable QPointFConst QPointF Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QPointF Methods copy :: QPointFConst -> IO QPointF # | |
| Encodable QPointF HPointF Source # | |
| Decodable QPointF HPointF Source # | |
| Assignable (Ptr (Ptr QPointF)) QPointF Source # | |
| Decodable (Ptr (Ptr QPointF)) QPointF Source # | |
castConst :: QPointFConstPtr this => this -> QPointFConst Source #
cast :: QPointFPtr this => this -> QPointF Source #
downCastConst :: QPointFSuperConst a => a -> QPointFConst Source #
newFromPoint :: QPointValue arg'1 => arg'1 -> IO QPointF Source #
aDDA :: (QPointFPtr arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO QPointF Source #
aSSIGN :: (QPointFPtr arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO QPointF Source #
dotProduct :: (QPointFValue arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO Double Source #
eQ :: (QPointFValue arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
manhattanLength :: QPointFValue arg'1 => arg'1 -> IO Double Source #
nE :: (QPointFValue arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
sUBA :: (QPointFPtr arg'1, QPointFValue arg'2) => arg'1 -> arg'2 -> IO QPointF Source #