Documentation
class QqwtScaleEngine x1 where #
qwtScaleEngine :: x1 -> IO (QwtScaleEngine ()) #
Instances
QqwtScaleEngine Int # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine :: Int -> IO (QwtScaleEngine ()) # | |
QqwtScaleEngine () # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine :: () -> IO (QwtScaleEngine ()) # | |
QqwtScaleEngine (QwtScaleEngine t1) # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine :: QwtScaleEngine t1 -> IO (QwtScaleEngine ()) # |
class QqwtScaleEngine_nf x1 where #
qwtScaleEngine_nf :: x1 -> IO (QwtScaleEngine ()) #
Instances
QqwtScaleEngine_nf Int # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine_nf :: Int -> IO (QwtScaleEngine ()) # | |
QqwtScaleEngine_nf () # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine_nf :: () -> IO (QwtScaleEngine ()) # | |
QqwtScaleEngine_nf (QwtScaleEngine t1) # | |
Defined in Qtc.Qwt.QwtScaleEngine qwtScaleEngine_nf :: QwtScaleEngine t1 -> IO (QwtScaleEngine ()) # |
lowerMargin :: QwtScaleEngine a -> () -> IO Double #
reference :: QwtScaleEngine a -> () -> IO Double #
setReference :: QwtScaleEngine a -> Double -> IO () #
upperMargin :: QwtScaleEngine a -> () -> IO Double #
qwtScaleEngine_delete :: QwtScaleEngine a -> IO () #
qwtScaleEngine_delete1 :: QwtScaleEngine a -> IO () #