Qtc.Qwt.QwtPlotCurve
Contents
Documentation
class QqwtPlotCurve x1 where #
Methods
qwtPlotCurve :: x1 -> IO (QwtPlotCurve ()) #
Instances
| QqwtPlotCurve () # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve :: () -> IO (QwtPlotCurve ()) # | |
| QqwtPlotCurve String # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve :: String -> IO (QwtPlotCurve ()) # | |
| QqwtPlotCurve (QwtText t1) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve :: QwtText t1 -> IO (QwtPlotCurve ()) # | |
class QqwtPlotCurve_nf x1 where #
Methods
qwtPlotCurve_nf :: x1 -> IO (QwtPlotCurve ()) #
Instances
| QqwtPlotCurve_nf () # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve_nf :: () -> IO (QwtPlotCurve ()) # | |
| QqwtPlotCurve_nf String # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve_nf :: String -> IO (QwtPlotCurve ()) # | |
| QqwtPlotCurve_nf (QwtText t1) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qwtPlotCurve_nf :: QwtText t1 -> IO (QwtPlotCurve ()) # | |
class QclosePolyline x0 x1 where #
Methods
closePolyline :: x0 -> x1 -> IO () #
Instances
| QclosePolyline (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QPolygonF t4) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods closePolyline :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QPolygonF t4) -> IO () # | |
| QclosePolyline (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QPolygonF t4) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods closePolyline :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QPolygonF t4) -> IO () # | |
class QclosestPoint x1 where #
Methods
closestPoint :: QwtPlotCurve a -> x1 -> IO Int #
Instances
| QclosestPoint Point # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods closestPoint :: QwtPlotCurve a -> Point -> IO Int # | |
| QclosestPoint (Point, QDoublePtr t2) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods closestPoint :: QwtPlotCurve a -> (Point, QDoublePtr t2) -> IO Int # | |
class QqclosestPoint x1 where #
Methods
qclosestPoint :: QwtPlotCurve a -> x1 -> IO Int #
Instances
| QqclosestPoint (QPoint t1) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qclosestPoint :: QwtPlotCurve a -> QPoint t1 -> IO Int # | |
| QqclosestPoint (QPoint t1, QDoublePtr t2) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qclosestPoint :: QwtPlotCurve a -> (QPoint t1, QDoublePtr t2) -> IO Int # | |
curveFitter :: QwtPlotCurve a -> () -> IO (QwtCurveFitter ()) #
class QdrawCurve x0 x1 where #
Instances
| QdrawCurve (QwtPlotCurve ()) (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawCurve :: QwtPlotCurve () -> (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, RectF, Int, Int) -> IO () # | |
| QdrawCurve (QwtPlotCurveSc a) (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawCurve :: QwtPlotCurveSc a -> (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, RectF, Int, Int) -> IO () # | |
class QqdrawCurve x0 x1 where #
Methods
qdrawCurve :: x0 -> x1 -> IO () #
Instances
| QqdrawCurve (QwtPlotCurve ()) (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, QRectF t5, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawCurve :: QwtPlotCurve () -> (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, QRectF t5, Int, Int) -> IO () # | |
| QqdrawCurve (QwtPlotCurveSc a) (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, QRectF t5, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawCurve :: QwtPlotCurveSc a -> (QPainter t1, Int, QwtScaleMap t3, QwtScaleMap t4, QRectF t5, Int, Int) -> IO () # | |
class QdrawSteps x0 x1 where #
Instances
| QdrawSteps (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawSteps :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) -> IO () # | |
| QdrawSteps (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawSteps :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) -> IO () # | |
class QqdrawSteps x0 x1 where #
Methods
qdrawSteps :: x0 -> x1 -> IO () #
Instances
| QqdrawSteps (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawSteps :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) -> IO () # | |
| QqdrawSteps (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawSteps :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) -> IO () # | |
class QdrawSticks x0 x1 where #
Methods
drawSticks :: x0 -> x1 -> IO () #
Instances
| QdrawSticks (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawSticks :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) -> IO () # | |
| QdrawSticks (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods drawSticks :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, Int, Int) -> IO () # | |
class QqdrawSticks x0 x1 where #
Methods
qdrawSticks :: x0 -> x1 -> IO () #
Instances
| QqdrawSticks (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawSticks :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) -> IO () # | |
| QqdrawSticks (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qdrawSticks :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, Int, Int) -> IO () # | |
class QfillCurve x0 x1 where #
Instances
| QfillCurve (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, QPolygonF t5) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods fillCurve :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, QPolygonF t5) -> IO () # | |
| QfillCurve (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, QPolygonF t5) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods fillCurve :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, RectF, QPolygonF t5) -> IO () # | |
class QqfillCurve x0 x1 where #
Methods
qfillCurve :: x0 -> x1 -> IO () #
Instances
| QqfillCurve (QwtPlotCurve ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, QPolygonF t5) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qfillCurve :: QwtPlotCurve () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, QPolygonF t5) -> IO () # | |
| QqfillCurve (QwtPlotCurveSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, QPolygonF t5) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods qfillCurve :: QwtPlotCurveSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, QRectF t4, QPolygonF t5) -> IO () # | |
maxYValue :: QwtPlotCurve a -> () -> IO Double #
minYValue :: QwtPlotCurve a -> () -> IO Double #
class QsetCurveAttribute x1 where #
Methods
setCurveAttribute :: QwtPlotCurve a -> x1 -> IO () #
Instances
| QsetCurveAttribute CurveAttribute # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods setCurveAttribute :: QwtPlotCurve a -> CurveAttribute -> IO () # | |
| QsetCurveAttribute (CurveAttribute, Bool) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods setCurveAttribute :: QwtPlotCurve a -> (CurveAttribute, Bool) -> IO () # | |
setCurveFitter :: QwtPlotCurve a -> QwtCurveFitter t1 -> IO () #
class QsetLegendAttribute x1 where #
Methods
setLegendAttribute :: QwtPlotCurve a -> x1 -> IO () #
Instances
| QsetLegendAttribute LegendAttribute # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods setLegendAttribute :: QwtPlotCurve a -> LegendAttribute -> IO () # | |
| QsetLegendAttribute (LegendAttribute, Bool) # | |
Defined in Qtc.Qwt.QwtPlotCurve Methods setLegendAttribute :: QwtPlotCurve a -> (LegendAttribute, Bool) -> IO () # | |
setRawSamples :: QwtPlotCurve a -> (QConstDoublePtr t1, QConstDoublePtr t2, Int) -> IO () #
testCurveAttribute :: QwtPlotCurve a -> CurveAttribute -> IO Bool #
testLegendAttribute :: QwtPlotCurve a -> LegendAttribute -> IO Bool #
qwtPlotCurve_delete :: QwtPlotCurve a -> IO () #
qwtPlotCurve_delete1 :: QwtPlotCurve a -> IO () #