Qtc.Qwt.QwtPlotRenderer
Contents
Documentation
class QqwtPlotRendererTrUtf8 x1 where #
Methods
qwtPlotRendererTrUtf8 :: x1 -> IO String #
Instances
QqwtPlotRendererTrUtf8 String # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qwtPlotRendererTrUtf8 :: String -> IO String # | |
QqwtPlotRendererTrUtf8 (String, String) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qwtPlotRendererTrUtf8 :: (String, String) -> IO String # | |
QqwtPlotRendererTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qwtPlotRendererTrUtf8 :: (String, String, Int) -> IO String # |
class QqwtPlotRenderer x1 where #
Methods
qwtPlotRenderer :: x1 -> IO (QwtPlotRenderer ()) #
Instances
QqwtPlotRenderer () # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qwtPlotRenderer :: () -> IO (QwtPlotRenderer ()) # | |
QqwtPlotRenderer (QObject t1) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qwtPlotRenderer :: QObject t1 -> IO (QwtPlotRenderer ()) # |
discardFlags :: QwtPlotRenderer a -> () -> IO DiscardFlags #
Methods
exportTo :: QwtPlotRenderer a -> x1 -> IO Bool #
Instances
QexportTo (QwtPlot t1, String) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods exportTo :: QwtPlotRenderer a -> (QwtPlot t1, String) -> IO Bool # | |
QexportTo (QwtPlot t1, String, SizeF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods exportTo :: QwtPlotRenderer a -> (QwtPlot t1, String, SizeF) -> IO Bool # | |
QexportTo (QwtPlot t1, String, SizeF, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods exportTo :: QwtPlotRenderer a -> (QwtPlot t1, String, SizeF, Int) -> IO Bool # |
class QqexportTo x1 where #
Methods
qexportTo :: QwtPlotRenderer a -> x1 -> IO Bool #
Instances
QqexportTo (QwtPlot t1, String, QSizeF t3) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qexportTo :: QwtPlotRenderer a -> (QwtPlot t1, String, QSizeF t3) -> IO Bool # | |
QqexportTo (QwtPlot t1, String, QSizeF t3, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qexportTo :: QwtPlotRenderer a -> (QwtPlot t1, String, QSizeF t3, Int) -> IO Bool # |
layoutFlags :: QwtPlotRenderer a -> () -> IO QwtPlotRenderer_LayoutFlags #
class QrenderCanvas x0 x1 where #
Methods
renderCanvas :: x0 -> x1 -> IO () #
Instances
QrenderCanvas (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, RectF, QwtScaleMap t4) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderCanvas :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, RectF, QwtScaleMap t4) -> IO () # | |
QrenderCanvas (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, RectF, QwtScaleMap t4) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderCanvas :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, RectF, QwtScaleMap t4) -> IO () # |
class QqrenderCanvas x0 x1 where #
Methods
qrenderCanvas :: x0 -> x1 -> IO () #
Instances
QqrenderCanvas (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, QRectF t3, QwtScaleMap t4) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderCanvas :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, QRectF t3, QwtScaleMap t4) -> IO () # | |
QqrenderCanvas (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, QRectF t3, QwtScaleMap t4) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderCanvas :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, QRectF t3, QwtScaleMap t4) -> IO () # |
class QrenderDocument x1 where #
Methods
renderDocument :: QwtPlotRenderer a -> x1 -> IO () #
Instances
QrenderDocument (QwtPlot t1, String, SizeF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, SizeF) -> IO () # | |
QrenderDocument (QwtPlot t1, String, String, SizeF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, String, SizeF) -> IO () # | |
QrenderDocument (QwtPlot t1, String, SizeF, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, SizeF, Int) -> IO () # | |
QrenderDocument (QwtPlot t1, String, String, SizeF, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, String, SizeF, Int) -> IO () # |
class QqrenderDocument x1 where #
Methods
qrenderDocument :: QwtPlotRenderer a -> x1 -> IO () #
Instances
QqrenderDocument (QwtPlot t1, String, QSizeF t3) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, QSizeF t3) -> IO () # | |
QqrenderDocument (QwtPlot t1, String, String, QSizeF t4) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, String, QSizeF t4) -> IO () # | |
QqrenderDocument (QwtPlot t1, String, QSizeF t3, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, QSizeF t3, Int) -> IO () # | |
QqrenderDocument (QwtPlot t1, String, String, QSizeF t4, Int) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderDocument :: QwtPlotRenderer a -> (QwtPlot t1, String, String, QSizeF t4, Int) -> IO () # |
class QrenderScale x0 x1 where #
Methods
renderScale :: x0 -> x1 -> IO () #
Instances
QrenderScale (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, Int, Int, Int, Int, RectF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderScale :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, Int, Int, Int, Int, RectF) -> IO () # | |
QrenderScale (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, Int, Int, Int, Int, RectF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderScale :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, Int, Int, Int, Int, RectF) -> IO () # |
class QqrenderScale x0 x1 where #
Methods
qrenderScale :: x0 -> x1 -> IO () #
Instances
QqrenderScale (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, Int, Int, Int, Int, QRectF t7) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderScale :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, Int, Int, Int, Int, QRectF t7) -> IO () # | |
QqrenderScale (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, Int, Int, Int, Int, QRectF t7) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderScale :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, Int, Int, Int, Int, QRectF t7) -> IO () # |
class QrenderTitle x0 x1 where #
Methods
renderTitle :: x0 -> x1 -> IO () #
Instances
QrenderTitle (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, RectF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderTitle :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, RectF) -> IO () # | |
QrenderTitle (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, RectF) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderTitle :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, RectF) -> IO () # |
class QqrenderTitle x0 x1 where #
Methods
qrenderTitle :: x0 -> x1 -> IO () #
Instances
QqrenderTitle (QwtPlotRenderer ()) (QwtPlot t1, QPainter t2, QRectF t3) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderTitle :: QwtPlotRenderer () -> (QwtPlot t1, QPainter t2, QRectF t3) -> IO () # | |
QqrenderTitle (QwtPlotRendererSc a) (QwtPlot t1, QPainter t2, QRectF t3) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods qrenderTitle :: QwtPlotRendererSc a -> (QwtPlot t1, QPainter t2, QRectF t3) -> IO () # |
Methods
renderTo :: QwtPlotRenderer a -> x1 -> IO () #
Instances
QrenderTo (QwtPlot t1, QPrinter t2) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderTo :: QwtPlotRenderer a -> (QwtPlot t1, QPrinter t2) -> IO () # | |
QrenderTo (QwtPlot t1, QPaintDevice t2) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods renderTo :: QwtPlotRenderer a -> (QwtPlot t1, QPaintDevice t2) -> IO () # |
class QsetDiscardFlag x1 where #
Methods
setDiscardFlag :: QwtPlotRenderer a -> x1 -> IO () #
Instances
QsetDiscardFlag DiscardFlag # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods setDiscardFlag :: QwtPlotRenderer a -> DiscardFlag -> IO () # | |
QsetDiscardFlag (DiscardFlag, Bool) # | |
Defined in Qtc.Qwt.QwtPlotRenderer Methods setDiscardFlag :: QwtPlotRenderer a -> (DiscardFlag, Bool) -> IO () # |
setDiscardFlags :: QwtPlotRenderer a -> DiscardFlags -> IO () #
setLayoutFlags :: QwtPlotRenderer a -> QwtPlotRenderer_LayoutFlags -> IO () #
testDiscardFlag :: QwtPlotRenderer a -> DiscardFlag -> IO Bool #
qwtPlotRenderer_delete :: QwtPlotRenderer a -> IO () #
qwtPlotRenderer_deleteLater :: QwtPlotRenderer a -> IO () #