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 () # | |
Defined in Qtc.Qwt.QwtLogTransform Methods qwtLogTransform :: () -> IO (QwtLogTransform ()) # | |
| QqwtLogTransform (QwtLogTransform t1) # | |
Defined in Qtc.Qwt.QwtLogTransform Methods qwtLogTransform :: QwtLogTransform t1 -> IO (QwtLogTransform ()) # | |
class QqwtLogTransform_nf x1 where #
Methods
qwtLogTransform_nf :: x1 -> IO (QwtLogTransform ()) #
Instances
| QqwtLogTransform_nf () # | |
Defined in Qtc.Qwt.QwtLogTransform Methods qwtLogTransform_nf :: () -> IO (QwtLogTransform ()) # | |
| QqwtLogTransform_nf (QwtLogTransform t1) # | |
Defined in Qtc.Qwt.QwtLogTransform Methods qwtLogTransform_nf :: QwtLogTransform t1 -> IO (QwtLogTransform ()) # | |
qwtLogTransform_delete :: QwtLogTransform a -> IO () #
qwtLogTransform_delete1 :: QwtLogTransform a -> IO () #
Orphan instances
| QinvTransform (QwtLogTransform ()) Double (IO Double) # | |
Methods invTransform :: QwtLogTransform () -> Double -> IO Double # | |
| QinvTransform (QwtLogTransformSc a) Double (IO Double) # | |
Methods invTransform :: QwtLogTransformSc a -> Double -> IO Double # | |
| Qbounded (QwtLogTransform ()) Double (IO Double) # | |
Methods bounded :: QwtLogTransform () -> Double -> IO Double # | |
| Qbounded (QwtLogTransformSc a) Double (IO Double) # | |
Methods bounded :: QwtLogTransformSc a -> Double -> IO Double # | |
| Qtransform (QwtLogTransform ()) Double (IO Double) # | |
Methods transform :: QwtLogTransform () -> Double -> IO Double # | |
| Qtransform (QwtLogTransformSc a) Double (IO Double) # | |
Methods transform :: QwtLogTransformSc a -> Double -> IO Double # | |
| Qcopy (QwtLogTransform ()) () (IO (QwtTransform ())) # | |
Methods copy :: QwtLogTransform () -> () -> IO (QwtTransform ()) # | |
| Qcopy (QwtLogTransformSc a) () (IO (QwtTransform ())) # | |
Methods copy :: QwtLogTransformSc a -> () -> IO (QwtTransform ()) # | |
| QuserMethod (QwtLogTransform ()) () (IO ()) # | |
Methods userMethod :: QwtLogTransform () -> Int -> () -> IO () # | |
| QuserMethod (QwtLogTransformSc a) () (IO ()) # | |
Methods userMethod :: QwtLogTransformSc a -> Int -> () -> IO () # | |
| QuserMethod (QwtLogTransform ()) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QwtLogTransform () -> Int -> QVariant () -> IO (QVariant ()) # | |
| QuserMethod (QwtLogTransformSc a) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QwtLogTransformSc a -> Int -> QVariant () -> IO (QVariant ()) # | |