qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QPointF

Documentation

class QPointFValue a where Source #

Minimal complete definition

withQPointFPtr

Methods

withQPointFPtr :: a -> (QPointFConst -> IO b) -> IO b Source #

Instances
QPointFConstPtr a => QPointFValue a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

withQPointFPtr :: a -> (QPointFConst -> IO b) -> IO b Source #

QPointFValue HPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

withQPointFPtr :: HPointF -> (QPointFConst -> IO b) -> IO b Source #

class QPointFConstPtr this => QPointFPtr this where Source #

Minimal complete definition

toQPointF

Methods

toQPointF :: this -> QPointF Source #

data QPointFConst Source #

Instances
Eq QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Ord QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Show QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

CppPtr QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Deletable QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

QPointFConstPtr QPointFConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Copyable QPointFConst QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Encodable QPointFConst HPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Decodable QPointFConst HPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

data QPointF Source #

Instances
Eq QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

(==) :: QPointF -> QPointF -> Bool #

(/=) :: QPointF -> QPointF -> Bool #

Ord QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Show QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

CppPtr QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Deletable QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

delete :: QPointF -> IO () #

toGc :: QPointF -> IO QPointF #

QPointFPtr QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

QPointFConstPtr QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

QPointFValue a => Assignable QPointF a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

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

Copyable QPointF QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

copy :: QPointF -> IO QPointF #

Copyable QPointFConst QPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Encodable QPointF HPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

encode :: HPointF -> IO QPointF #

Decodable QPointF HPointF Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

decode :: QPointF -> IO HPointF #

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

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

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

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

Defined in Graphics.UI.Qtah.Generated.Core.QPointF

Methods

decode :: Ptr (Ptr QPointF) -> IO QPointF #

cast :: QPointFPtr this => this -> QPointF Source #

downCastConst :: QPointFSuperConst a => a -> QPointFConst Source #

downCast :: QPointFSuper a => a -> QPointF Source #

newCopy :: QPointFValue arg'1 => arg'1 -> IO QPointF 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 #

dIVA :: QPointFPtr arg'1 => arg'1 -> Double -> 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 #

isNull :: QPointFValue arg'1 => arg'1 -> IO Bool Source #

mULA :: QPointFPtr arg'1 => arg'1 -> Double -> IO QPointF 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 #

setX :: QPointFPtr arg'1 => arg'1 -> Double -> IO () Source #

setY :: QPointFPtr arg'1 => arg'1 -> Double -> IO () Source #

toPoint :: QPointFValue arg'1 => arg'1 -> IO HPoint Source #

x :: QPointFValue arg'1 => arg'1 -> IO Double Source #

y :: QPointFValue arg'1 => arg'1 -> IO Double Source #