Documentation
class QqwtPlotTrUtf8 x1 where #
qwtPlotTrUtf8 :: x1 -> IO String #
Instances
QqwtPlotTrUtf8 String # | |
Defined in Qtc.Qwt.QwtPlot qwtPlotTrUtf8 :: String -> IO String # | |
QqwtPlotTrUtf8 (String, String) # | |
Defined in Qtc.Qwt.QwtPlot qwtPlotTrUtf8 :: (String, String) -> IO String # | |
QqwtPlotTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qwt.QwtPlot qwtPlotTrUtf8 :: (String, String, Int) -> IO String # |
class QqdrawItems x0 x1 where #
qdrawItems :: x0 -> x1 -> IO () #
Instances
QqdrawItems (QwtPlot ()) (QPainter t1, QRectF t2, QwtScaleMap t3) # | |
Defined in Qtc.Qwt.QwtPlot qdrawItems :: QwtPlot () -> (QPainter t1, QRectF t2, QwtScaleMap t3) -> IO () # | |
QqdrawItems (QwtPlotSc a) (QPainter t1, QRectF t2, QwtScaleMap t3) # | |
Defined in Qtc.Qwt.QwtPlot qdrawItems :: QwtPlotSc a -> (QPainter t1, QRectF t2, QwtScaleMap t3) -> IO () # |
Instances
QqwtPlot () # | |
Defined in Qtc.Qwt.QwtPlot | |
QqwtPlot (QWidget t1) # | |
Defined in Qtc.Qwt.QwtPlot | |
QqwtPlot (QwtText t1) # | |
Defined in Qtc.Qwt.QwtPlot | |
QqwtPlot (QwtText t1, QWidget t2) # | |
class QautoRefresh x0 x1 where #
autoRefresh :: x0 -> x1 -> IO () #
Instances
QautoRefresh (QwtPlot ()) () # | |
Defined in Qtc.Qwt.QwtPlot autoRefresh :: QwtPlot () -> () -> IO () # | |
QautoRefresh (QwtPlotSc a) () # | |
Defined in Qtc.Qwt.QwtPlot autoRefresh :: QwtPlotSc a -> () -> IO () # |
autoReplot :: QwtPlot a -> () -> IO Bool #
axisAutoScale :: QwtPlot a -> Int -> IO Bool #
axisEnabled :: QwtPlot a -> Int -> IO Bool #
axisInterval :: QwtPlot a -> Int -> IO (QwtInterval ()) #
axisMaxMajor :: QwtPlot a -> Int -> IO Int #
axisMaxMinor :: QwtPlot a -> Int -> IO Int #
axisScaleDiv :: QwtPlot a -> Int -> IO (QwtScaleDiv ()) #
class QaxisScaleDraw x1 where #
axisScaleDraw :: QwtPlot a -> x1 -> IO (QwtScaleDraw ()) #
Instances
QaxisScaleDraw Int # | |
Defined in Qtc.Qwt.QwtPlot axisScaleDraw :: QwtPlot a -> Int -> IO (QwtScaleDraw ()) # |
class QaxisScaleEngine x1 where #
axisScaleEngine :: QwtPlot a -> x1 -> IO (QwtScaleEngine ()) #
Instances
QaxisScaleEngine Int # | |
Defined in Qtc.Qwt.QwtPlot axisScaleEngine :: QwtPlot a -> Int -> IO (QwtScaleEngine ()) # |
axisStepSize :: QwtPlot a -> Int -> IO Double #
class QaxisWidget x1 where #
axisWidget :: QwtPlot a -> x1 -> IO (QwtScaleWidget ()) #
Instances
QaxisWidget Int # | |
Defined in Qtc.Qwt.QwtPlot axisWidget :: QwtPlot a -> Int -> IO (QwtScaleWidget ()) # |
canvasBackground :: QwtPlot a -> () -> IO (QBrush ()) #
class QcanvasMap x0 x1 where #
canvasMap :: x0 -> x1 -> IO (QwtScaleMap ()) #
Instances
QcanvasMap (QwtPlot ()) Int # | |
Defined in Qtc.Qwt.QwtPlot canvasMap :: QwtPlot () -> Int -> IO (QwtScaleMap ()) # | |
QcanvasMap (QwtPlotSc a) Int # | |
Defined in Qtc.Qwt.QwtPlot canvasMap :: QwtPlotSc a -> Int -> IO (QwtScaleMap ()) # |
class QdrawCanvas x0 x1 where #
drawCanvas :: x0 -> x1 -> IO () #
Instances
QdrawCanvas (QwtPlot ()) (QPainter t1) # | |
Defined in Qtc.Qwt.QwtPlot drawCanvas :: QwtPlot () -> QPainter t1 -> IO () # | |
QdrawCanvas (QwtPlotSc a) (QPainter t1) # | |
Defined in Qtc.Qwt.QwtPlot drawCanvas :: QwtPlotSc a -> QPainter t1 -> IO () # |
class QenableAxis x1 where #
enableAxis :: QwtPlot a -> x1 -> IO () #
Instances
QenableAxis Int # | |
Defined in Qtc.Qwt.QwtPlot enableAxis :: QwtPlot a -> Int -> IO () # | |
QenableAxis (Int, Bool) # | |
Defined in Qtc.Qwt.QwtPlot enableAxis :: QwtPlot a -> (Int, Bool) -> IO () # |
class QgetCanvasMarginsHint x0 x1 where #
getCanvasMarginsHint :: x0 -> x1 -> IO () #
Instances
QgetCanvasMarginsHint (QwtPlot ()) (QwtScaleMap t1, RectF, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) # | |
Defined in Qtc.Qwt.QwtPlot getCanvasMarginsHint :: QwtPlot () -> (QwtScaleMap t1, RectF, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) -> IO () # | |
QgetCanvasMarginsHint (QwtPlotSc a) (QwtScaleMap t1, RectF, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) # | |
Defined in Qtc.Qwt.QwtPlot getCanvasMarginsHint :: QwtPlotSc a -> (QwtScaleMap t1, RectF, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) -> IO () # |
class QqgetCanvasMarginsHint x0 x1 where #
qgetCanvasMarginsHint :: x0 -> x1 -> IO () #
Instances
QqgetCanvasMarginsHint (QwtPlot ()) (QwtScaleMap t1, QRectF t2, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) # | |
Defined in Qtc.Qwt.QwtPlot qgetCanvasMarginsHint :: QwtPlot () -> (QwtScaleMap t1, QRectF t2, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) -> IO () # | |
QqgetCanvasMarginsHint (QwtPlotSc a) (QwtScaleMap t1, QRectF t2, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) # | |
Defined in Qtc.Qwt.QwtPlot qgetCanvasMarginsHint :: QwtPlotSc a -> (QwtScaleMap t1, QRectF t2, QDoubleRef t3, QDoubleRef t4, QDoubleRef t5, QDoubleRef t6) -> IO () # |
grabProperties :: QwtPlot a -> () -> IO String #
class QinfoToItem x0 x1 where #
infoToItem :: x0 -> x1 -> IO (QwtPlotItem ()) #
Instances
QinfoToItem (QwtPlot ()) (QVariant t1) # | |
Defined in Qtc.Qwt.QwtPlot infoToItem :: QwtPlot () -> QVariant t1 -> IO (QwtPlotItem ()) # | |
QinfoToItem (QwtPlotSc a) (QVariant t1) # | |
Defined in Qtc.Qwt.QwtPlot infoToItem :: QwtPlotSc a -> QVariant t1 -> IO (QwtPlotItem ()) # |
class QinsertLegend x1 where #
insertLegend :: QwtPlot a -> x1 -> IO () #
Instances
QinsertLegend (QwtAbstractLegend t1) # | |
Defined in Qtc.Qwt.QwtPlot insertLegend :: QwtPlot a -> QwtAbstractLegend t1 -> IO () # | |
QinsertLegend (QwtAbstractLegend t1, LegendPosition) # | |
Defined in Qtc.Qwt.QwtPlot insertLegend :: QwtPlot a -> (QwtAbstractLegend t1, LegendPosition) -> IO () # | |
QinsertLegend (QwtAbstractLegend t1, LegendPosition, Double) # | |
Defined in Qtc.Qwt.QwtPlot insertLegend :: QwtPlot a -> (QwtAbstractLegend t1, LegendPosition, Double) -> IO () # |
class QitemToInfo x0 x1 where #
itemToInfo :: x0 -> x1 -> IO (QVariant ()) #
Instances
QitemToInfo (QwtPlot ()) (QwtPlotItem t1) # | |
Defined in Qtc.Qwt.QwtPlot itemToInfo :: QwtPlot () -> QwtPlotItem t1 -> IO (QVariant ()) # | |
QitemToInfo (QwtPlotSc a) (QwtPlotItem t1) # | |
Defined in Qtc.Qwt.QwtPlot itemToInfo :: QwtPlotSc a -> QwtPlotItem t1 -> IO (QVariant ()) # |
class QplotLayout x1 where #
plotLayout :: QwtPlot a -> x1 -> IO (QwtPlotLayout ()) #
Instances
QplotLayout () # | |
Defined in Qtc.Qwt.QwtPlot plotLayout :: QwtPlot a -> () -> IO (QwtPlotLayout ()) # |
class QsetAutoReplot x1 where #
setAutoReplot :: QwtPlot a -> x1 -> IO () #
Instances
QsetAutoReplot Bool # | |
Defined in Qtc.Qwt.QwtPlot setAutoReplot :: QwtPlot a -> Bool -> IO () # | |
QsetAutoReplot () # | |
Defined in Qtc.Qwt.QwtPlot setAutoReplot :: QwtPlot a -> () -> IO () # |
class QsetAxisAutoScale x1 where #
setAxisAutoScale :: QwtPlot a -> x1 -> IO () #
Instances
QsetAxisAutoScale Int # | |
Defined in Qtc.Qwt.QwtPlot setAxisAutoScale :: QwtPlot a -> Int -> IO () # | |
QsetAxisAutoScale (Int, Bool) # | |
Defined in Qtc.Qwt.QwtPlot setAxisAutoScale :: QwtPlot a -> (Int, Bool) -> IO () # |
setAxisFont :: QwtPlot a -> (Int, QFont t2) -> IO () #
setAxisLabelAlignment :: QwtPlot a -> (Int, Qt_Alignment) -> IO () #
setAxisLabelRotation :: QwtPlot a -> (Int, Double) -> IO () #
setAxisMaxMajor :: QwtPlot a -> (Int, Int) -> IO () #
setAxisMaxMinor :: QwtPlot a -> (Int, Int) -> IO () #
class QsetAxisScale x1 where #
setAxisScale :: QwtPlot a -> x1 -> IO () #
Instances
QsetAxisScale (Int, Double, Double) # | |
Defined in Qtc.Qwt.QwtPlot setAxisScale :: QwtPlot a -> (Int, Double, Double) -> IO () # | |
QsetAxisScale (Int, Double, Double, Double) # | |
Defined in Qtc.Qwt.QwtPlot setAxisScale :: QwtPlot a -> (Int, Double, Double, Double) -> IO () # |
setAxisScaleDiv :: QwtPlot a -> (Int, QwtScaleDiv t2) -> IO () #
setAxisScaleDraw :: QwtPlot a -> (Int, QwtScaleDraw t2) -> IO () #
setAxisScaleEngine :: QwtPlot a -> (Int, QwtScaleEngine t2) -> IO () #
class QsetAxisTitle x1 where #
setAxisTitle :: QwtPlot a -> x1 -> IO () #
Instances
QsetAxisTitle (Int, String) # | |
Defined in Qtc.Qwt.QwtPlot setAxisTitle :: QwtPlot a -> (Int, String) -> IO () # | |
QsetAxisTitle (Int, QwtText t2) # | |
Defined in Qtc.Qwt.QwtPlot setAxisTitle :: QwtPlot a -> (Int, QwtText t2) -> IO () # |
setCanvasBackground :: QwtPlot a -> QBrush t1 -> IO () #
setPlotLayout :: QwtPlot a -> QwtPlotLayout t1 -> IO () #
class QtitleLabel x1 where #
titleLabel :: QwtPlot a -> x1 -> IO (QwtTextLabel ()) #
Instances
QtitleLabel () # | |
Defined in Qtc.Qwt.QwtPlot titleLabel :: QwtPlot a -> () -> IO (QwtTextLabel ()) # |
updateAxes :: QwtPlot a -> () -> IO () #
updateCanvasMargins :: QwtPlot a -> () -> IO () #
class QupdateLayout x0 x1 where #
updateLayout :: x0 -> x1 -> IO () #
Instances
QupdateLayout (QwtPlot ()) () # | |
Defined in Qtc.Qwt.QwtPlot updateLayout :: QwtPlot () -> () -> IO () # | |
QupdateLayout (QwtPlotSc a) () # | |
Defined in Qtc.Qwt.QwtPlot updateLayout :: QwtPlotSc a -> () -> IO () # |
qwtPlot_delete :: QwtPlot a -> IO () #
qwtPlot_deleteLater :: QwtPlot a -> IO () #