Documentation
qwtPlotGrid :: () -> IO (QwtPlotGrid ()) #
qwtPlotGrid_nf :: () -> IO (QwtPlotGrid ()) #
enableX :: QwtPlotGrid a -> Bool -> IO () #
enableXMin :: QwtPlotGrid a -> Bool -> IO () #
enableY :: QwtPlotGrid a -> Bool -> IO () #
enableYMin :: QwtPlotGrid a -> Bool -> IO () #
majorPen :: QwtPlotGrid a -> () -> IO (QPen ()) #
minorPen :: QwtPlotGrid a -> () -> IO (QPen ()) #
class QsetMajorPen x1 where #
setMajorPen :: QwtPlotGrid a -> x1 -> IO () #
Instances
QsetMajorPen (QPen t1) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMajorPen :: QwtPlotGrid a -> QPen t1 -> IO () # | |
QsetMajorPen (QColor t1) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMajorPen :: QwtPlotGrid a -> QColor t1 -> IO () # | |
QsetMajorPen (QColor t1, Double) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMajorPen :: QwtPlotGrid a -> (QColor t1, Double) -> IO () # | |
QsetMajorPen (QColor t1, Double, PenStyle) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMajorPen :: QwtPlotGrid a -> (QColor t1, Double, PenStyle) -> IO () # |
class QsetMinorPen x1 where #
setMinorPen :: QwtPlotGrid a -> x1 -> IO () #
Instances
QsetMinorPen (QPen t1) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMinorPen :: QwtPlotGrid a -> QPen t1 -> IO () # | |
QsetMinorPen (QColor t1) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMinorPen :: QwtPlotGrid a -> QColor t1 -> IO () # | |
QsetMinorPen (QColor t1, Double) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMinorPen :: QwtPlotGrid a -> (QColor t1, Double) -> IO () # | |
QsetMinorPen (QColor t1, Double, PenStyle) # | |
Defined in Qtc.Qwt.QwtPlotGrid setMinorPen :: QwtPlotGrid a -> (QColor t1, Double, PenStyle) -> IO () # |
setXDiv :: QwtPlotGrid a -> QwtScaleDiv t1 -> IO () #
setYDiv :: QwtPlotGrid a -> QwtScaleDiv t1 -> IO () #
xEnabled :: QwtPlotGrid a -> () -> IO Bool #
xMinEnabled :: QwtPlotGrid a -> () -> IO Bool #
xScaleDiv :: QwtPlotGrid a -> () -> IO (QwtScaleDiv ()) #
yEnabled :: QwtPlotGrid a -> () -> IO Bool #
yMinEnabled :: QwtPlotGrid a -> () -> IO Bool #
yScaleDiv :: QwtPlotGrid a -> () -> IO (QwtScaleDiv ()) #
qwtPlotGrid_delete :: QwtPlotGrid a -> IO () #
qwtPlotGrid_delete1 :: QwtPlotGrid a -> IO () #