Qtc.Qwt.QwtTransform
Contents
Documentation
class QqwtTransform x1 where #
Methods
qwtTransform :: x1 -> IO (QwtTransform ()) #
Instances
| QqwtTransform () # | |
Defined in Qtc.Qwt.QwtTransform Methods qwtTransform :: () -> IO (QwtTransform ()) # | |
| QqwtTransform (QwtTransform t1) # | |
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 () # | |
Defined in Qtc.Qwt.QwtTransform Methods qwtTransform_nf :: () -> IO (QwtTransform ()) # | |
| QqwtTransform_nf (QwtTransform t1) # | |
Defined in Qtc.Qwt.QwtTransform Methods qwtTransform_nf :: QwtTransform t1 -> IO (QwtTransform ()) # | |
qwtTransform_delete :: QwtTransform a -> IO () #
qwtTransform_delete1 :: QwtTransform a -> IO () #
Orphan instances
| QinvTransform (QwtTransform ()) Double (IO Double) # | |
Methods invTransform :: QwtTransform () -> Double -> IO Double # | |
| QinvTransform (QwtTransformSc a) Double (IO Double) # | |
Methods invTransform :: QwtTransformSc a -> Double -> IO Double # | |
| Qbounded (QwtTransform ()) Double (IO Double) # | |
Methods bounded :: QwtTransform () -> Double -> IO Double # | |
| Qbounded (QwtTransformSc a) Double (IO Double) # | |
Methods bounded :: QwtTransformSc a -> Double -> IO Double # | |
| Qtransform (QwtTransform ()) Double (IO Double) # | |
Methods transform :: QwtTransform () -> Double -> IO Double # | |
| Qtransform (QwtTransformSc a) Double (IO Double) # | |
Methods transform :: QwtTransformSc a -> Double -> IO Double # | |
| Qcopy (QwtTransform ()) () (IO (QwtTransform ())) # | |
Methods copy :: QwtTransform () -> () -> IO (QwtTransform ()) # | |
| Qcopy (QwtTransformSc a) () (IO (QwtTransform ())) # | |
Methods copy :: QwtTransformSc a -> () -> IO (QwtTransform ()) # | |
| QuserMethod (QwtTransform ()) () (IO ()) # | |
Methods userMethod :: QwtTransform () -> Int -> () -> IO () # | |
| QuserMethod (QwtTransformSc a) () (IO ()) # | |
Methods userMethod :: QwtTransformSc a -> Int -> () -> IO () # | |
| QuserMethod (QwtTransform ()) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QwtTransform () -> Int -> QVariant () -> IO (QVariant ()) # | |
| QuserMethod (QwtTransformSc a) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QwtTransformSc a -> Int -> QVariant () -> IO (QVariant ()) # | |