Qtc.Qwt.QwtLogTransform

Contents

Documentation

logMax :: QwtLogTransform a -> () -> IO Double #

logMin :: QwtLogTransform a -> () -> IO Double #

class QqwtLogTransform x1 where #

Methods

qwtLogTransform :: x1 -> IO (QwtLogTransform ()) #

Instances
QqwtLogTransform () # 
Instance details

Defined in Qtc.Qwt.QwtLogTransform

Methods

qwtLogTransform :: () -> IO (QwtLogTransform ()) #

QqwtLogTransform (QwtLogTransform t1) # 
Instance details

Defined in Qtc.Qwt.QwtLogTransform

class QqwtLogTransform_nf x1 where #

Methods

qwtLogTransform_nf :: x1 -> IO (QwtLogTransform ()) #

Instances
QqwtLogTransform_nf () # 
Instance details

Defined in Qtc.Qwt.QwtLogTransform

Methods

qwtLogTransform_nf :: () -> IO (QwtLogTransform ()) #

QqwtLogTransform_nf (QwtLogTransform t1) # 
Instance details

Defined in Qtc.Qwt.QwtLogTransform

Orphan instances

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QwtLogTransform ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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