Documentation
logMax :: QwtLogTransform a -> () -> IO Double #
logMin :: QwtLogTransform a -> () -> IO Double #
class QqwtLogTransform x1 where #
qwtLogTransform :: x1 -> IO (QwtLogTransform ()) #
Instances
QqwtLogTransform () # | |
Defined in Qtc.Qwt.QwtLogTransform qwtLogTransform :: () -> IO (QwtLogTransform ()) # | |
QqwtLogTransform (QwtLogTransform t1) # | |
Defined in Qtc.Qwt.QwtLogTransform qwtLogTransform :: QwtLogTransform t1 -> IO (QwtLogTransform ()) # |
class QqwtLogTransform_nf x1 where #
qwtLogTransform_nf :: x1 -> IO (QwtLogTransform ()) #
Instances
QqwtLogTransform_nf () # | |
Defined in Qtc.Qwt.QwtLogTransform qwtLogTransform_nf :: () -> IO (QwtLogTransform ()) # | |
QqwtLogTransform_nf (QwtLogTransform t1) # | |
Defined in Qtc.Qwt.QwtLogTransform qwtLogTransform_nf :: QwtLogTransform t1 -> IO (QwtLogTransform ()) # |
qwtLogTransform_delete :: QwtLogTransform a -> IO () #
qwtLogTransform_delete1 :: QwtLogTransform a -> IO () #