qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QMatrix

Description

Documentation

class QqMatrix x1 where Source

Methods

qMatrix :: x1 -> IO (QMatrix ()) Source

det :: QMatrix a -> () -> IO Double Source

inverted :: QMatrix a -> () -> IO (QMatrix ()) Source

m11 :: QMatrix a -> () -> IO Double Source

m12 :: QMatrix a -> () -> IO Double Source

m21 :: QMatrix a -> () -> IO Double Source

m22 :: QMatrix a -> () -> IO Double Source

class Qqmap x1 xr where Source

Methods

qmap :: QMatrix a -> x1 -> xr Source

class Qqqmap x1 xr where Source

Methods

qqmap :: QMatrix a -> x1 -> xr Source

Instances

Qqqmap (QLine t1) (IO (QLine ())) 
Qqqmap (QPoint t1) (IO (QPoint ())) 
Qqqmap (QPointF t1) (IO (QPointF ())) 
Qqqmap (QLineF t1) (IO (QLineF ())) 

class QmapRect x1 xr where Source

Methods

mapRect :: QMatrix a -> x1 -> xr Source

class QqmapRect x1 xr where Source

Methods

qmapRect :: QMatrix a -> x1 -> xr Source

Instances

QqmapRect (QRect t1) (IO (QRect ())) 
QqmapRect (QRectF t1) (IO (QRectF ()))