Documentation
class QqwtPointMapper x1 where #
qwtPointMapper :: x1 -> IO (QwtPointMapper ()) #
Instances
QqwtPointMapper () # | |
Defined in Qtc.Qwt.QwtPointMapper qwtPointMapper :: () -> IO (QwtPointMapper ()) # | |
QqwtPointMapper (QwtPointMapper t1) # | |
Defined in Qtc.Qwt.QwtPointMapper qwtPointMapper :: QwtPointMapper t1 -> IO (QwtPointMapper ()) # |
class QqwtPointMapper_nf x1 where #
qwtPointMapper_nf :: x1 -> IO (QwtPointMapper ()) #
Instances
QqwtPointMapper_nf () # | |
Defined in Qtc.Qwt.QwtPointMapper qwtPointMapper_nf :: () -> IO (QwtPointMapper ()) # | |
QqwtPointMapper_nf (QwtPointMapper t1) # | |
Defined in Qtc.Qwt.QwtPointMapper qwtPointMapper_nf :: QwtPointMapper t1 -> IO (QwtPointMapper ()) # |
testFlag :: QwtPointMapper a -> TransformationFlag -> IO Bool #
toPoints :: QwtPointMapper a -> (QwtScaleMap t1, QwtScaleMap t2, QConstQwtSeriesDataQPointFPtr t3, Int, Int) -> IO (QPolygon ()) #
toPointsF :: QwtPointMapper a -> (QwtScaleMap t1, QwtScaleMap t2, QConstQwtSeriesDataQPointFPtr t3, Int, Int) -> IO (QPolygonF ()) #
toPolygonF :: QwtPointMapper a -> (QwtScaleMap t1, QwtScaleMap t2, QConstQwtSeriesDataQPointFPtr t3, Int, Int) -> IO (QPolygonF ()) #
qwtPointMapper_delete :: QwtPointMapper a -> IO () #