Documentation
class QqwtPlotHistogram x1 where #
qwtPlotHistogram :: x1 -> IO (QwtPlotHistogram ()) #
Instances
QqwtPlotHistogram () # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram :: () -> IO (QwtPlotHistogram ()) # | |
QqwtPlotHistogram String # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram :: String -> IO (QwtPlotHistogram ()) # | |
QqwtPlotHistogram (QwtText t1) # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram :: QwtText t1 -> IO (QwtPlotHistogram ()) # |
class QqwtPlotHistogram_nf x1 where #
qwtPlotHistogram_nf :: x1 -> IO (QwtPlotHistogram ()) #
Instances
QqwtPlotHistogram_nf () # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram_nf :: () -> IO (QwtPlotHistogram ()) # | |
QqwtPlotHistogram_nf String # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram_nf :: String -> IO (QwtPlotHistogram ()) # | |
QqwtPlotHistogram_nf (QwtText t1) # | |
Defined in Qtc.Qwt.QwtPlotHistogram qwtPlotHistogram_nf :: QwtText t1 -> IO (QwtPlotHistogram ()) # |
class QcolumnRect x0 x1 where #
columnRect :: x0 -> x1 -> IO (QwtColumnRect ()) #
Instances
QcolumnRect (QwtPlotHistogram ()) (QwtIntervalSample t1, QwtScaleMap t2, QwtScaleMap t3) # | |
Defined in Qtc.Qwt.QwtPlotHistogram columnRect :: QwtPlotHistogram () -> (QwtIntervalSample t1, QwtScaleMap t2, QwtScaleMap t3) -> IO (QwtColumnRect ()) # | |
QcolumnRect (QwtPlotHistogramSc a) (QwtIntervalSample t1, QwtScaleMap t2, QwtScaleMap t3) # | |
Defined in Qtc.Qwt.QwtPlotHistogram columnRect :: QwtPlotHistogramSc a -> (QwtIntervalSample t1, QwtScaleMap t2, QwtScaleMap t3) -> IO (QwtColumnRect ()) # |
class QdrawColumn x0 x1 where #
drawColumn :: x0 -> x1 -> IO () #
Instances
QdrawColumn (QwtPlotHistogram ()) (QPainter t1, QwtColumnRect t2, QwtIntervalSample t3) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawColumn :: QwtPlotHistogram () -> (QPainter t1, QwtColumnRect t2, QwtIntervalSample t3) -> IO () # | |
QdrawColumn (QwtPlotHistogramSc a) (QPainter t1, QwtColumnRect t2, QwtIntervalSample t3) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawColumn :: QwtPlotHistogramSc a -> (QPainter t1, QwtColumnRect t2, QwtIntervalSample t3) -> IO () # |
class QdrawColumns x0 x1 where #
drawColumns :: x0 -> x1 -> IO () #
Instances
QdrawColumns (QwtPlotHistogram ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawColumns :: QwtPlotHistogram () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) -> IO () # | |
QdrawColumns (QwtPlotHistogramSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawColumns :: QwtPlotHistogramSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) -> IO () # |
class QdrawOutline x0 x1 where #
drawOutline :: x0 -> x1 -> IO () #
Instances
QdrawOutline (QwtPlotHistogram ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawOutline :: QwtPlotHistogram () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) -> IO () # | |
QdrawOutline (QwtPlotHistogramSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) # | |
Defined in Qtc.Qwt.QwtPlotHistogram drawOutline :: QwtPlotHistogramSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, Int, Int) -> IO () # |
qwtPlotHistogram_delete :: QwtPlotHistogram a -> IO () #
qwtPlotHistogram_delete1 :: QwtPlotHistogram a -> IO () #