Qtc.Qwt.QwtTransform

Contents

Documentation

class QqwtTransform x1 where #

Methods

qwtTransform :: x1 -> IO (QwtTransform ()) #

Instances
QqwtTransform () # 
Instance details

Defined in Qtc.Qwt.QwtTransform

Methods

qwtTransform :: () -> IO (QwtTransform ()) #

QqwtTransform (QwtTransform t1) # 
Instance details

Defined in Qtc.Qwt.QwtTransform

Methods

qwtTransform :: QwtTransform t1 -> IO (QwtTransform ()) #

class QqwtTransform_nf x1 where #

Methods

qwtTransform_nf :: x1 -> IO (QwtTransform ()) #

Instances
QqwtTransform_nf () # 
Instance details

Defined in Qtc.Qwt.QwtTransform

Methods

qwtTransform_nf :: () -> IO (QwtTransform ()) #

QqwtTransform_nf (QwtTransform t1) # 
Instance details

Defined in Qtc.Qwt.QwtTransform

Methods

qwtTransform_nf :: QwtTransform t1 -> IO (QwtTransform ()) #

Orphan instances

QinvTransform (QwtTransform ()) Double (IO Double) # 
Instance details

Methods

invTransform :: QwtTransform () -> Double -> IO Double #

QinvTransform (QwtTransformSc a) Double (IO Double) # 
Instance details

Methods

invTransform :: QwtTransformSc a -> Double -> IO Double #

Qbounded (QwtTransform ()) Double (IO Double) # 
Instance details

Methods

bounded :: QwtTransform () -> Double -> IO Double #

Qbounded (QwtTransformSc a) Double (IO Double) # 
Instance details

Methods

bounded :: QwtTransformSc a -> Double -> IO Double #

Qtransform (QwtTransform ()) Double (IO Double) # 
Instance details

Methods

transform :: QwtTransform () -> Double -> IO Double #

Qtransform (QwtTransformSc a) Double (IO Double) # 
Instance details

Methods

transform :: QwtTransformSc a -> Double -> IO Double #

Qcopy (QwtTransform ()) () (IO (QwtTransform ())) # 
Instance details

Methods

copy :: QwtTransform () -> () -> IO (QwtTransform ()) #

Qcopy (QwtTransformSc a) () (IO (QwtTransform ())) # 
Instance details

Methods

copy :: QwtTransformSc a -> () -> IO (QwtTransform ()) #

QuserMethod (QwtTransform ()) () (IO ()) # 
Instance details

Methods

userMethod :: QwtTransform () -> Int -> () -> IO () #

QuserMethod (QwtTransformSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QwtTransformSc a -> Int -> () -> IO () #

QuserMethod (QwtTransform ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtTransform () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QwtTransformSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtTransformSc a -> Int -> QVariant () -> IO (QVariant ()) #