Documentation
class QqwtPlotSpectrogram x1 where #
qwtPlotSpectrogram :: x1 -> IO (QwtPlotSpectrogram ()) #
Instances
QqwtPlotSpectrogram () # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qwtPlotSpectrogram :: () -> IO (QwtPlotSpectrogram ()) # | |
QqwtPlotSpectrogram String # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qwtPlotSpectrogram :: String -> IO (QwtPlotSpectrogram ()) # |
class QqwtPlotSpectrogram_nf x1 where #
qwtPlotSpectrogram_nf :: x1 -> IO (QwtPlotSpectrogram ()) #
Instances
QqwtPlotSpectrogram_nf () # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qwtPlotSpectrogram_nf :: () -> IO (QwtPlotSpectrogram ()) # | |
QqwtPlotSpectrogram_nf String # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qwtPlotSpectrogram_nf :: String -> IO (QwtPlotSpectrogram ()) # |
contourLevels :: QwtPlotSpectrogram a -> () -> IO [Double] #
class QcontourPen x0 x1 where #
contourPen :: x0 -> x1 -> IO (QPen ()) #
Instances
QcontourPen (QwtPlotSpectrogram ()) Double # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram contourPen :: QwtPlotSpectrogram () -> Double -> IO (QPen ()) # | |
QcontourPen (QwtPlotSpectrogramSc a) Double # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram contourPen :: QwtPlotSpectrogramSc a -> Double -> IO (QPen ()) # |
class QcontourRasterSize x0 x1 where #
contourRasterSize :: x0 -> x1 -> IO Size #
Instances
QcontourRasterSize (QwtPlotSpectrogram ()) (RectF, Rect) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram contourRasterSize :: QwtPlotSpectrogram () -> (RectF, Rect) -> IO Size # | |
QcontourRasterSize (QwtPlotSpectrogramSc a) (RectF, Rect) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram contourRasterSize :: QwtPlotSpectrogramSc a -> (RectF, Rect) -> IO Size # |
class QqcontourRasterSize x0 x1 where #
qcontourRasterSize :: x0 -> x1 -> IO (QSize ()) #
Instances
QqcontourRasterSize (QwtPlotSpectrogram ()) (QRectF t1, QRect t2) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qcontourRasterSize :: QwtPlotSpectrogram () -> (QRectF t1, QRect t2) -> IO (QSize ()) # | |
QqcontourRasterSize (QwtPlotSpectrogramSc a) (QRectF t1, QRect t2) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qcontourRasterSize :: QwtPlotSpectrogramSc a -> (QRectF t1, QRect t2) -> IO (QSize ()) # |
defaultContourPen :: QwtPlotSpectrogram a -> () -> IO (QPen ()) #
class QdrawContourLines x0 x1 where #
drawContourLines :: x0 -> x1 -> IO () #
Instances
QdrawContourLines (QwtPlotSpectrogram ()) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, [(Double, QPolygonF t4_2)]) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram drawContourLines :: QwtPlotSpectrogram () -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, [(Double, QPolygonF t4_2)]) -> IO () # | |
QdrawContourLines (QwtPlotSpectrogramSc a) (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, [(Double, QPolygonF t4_2)]) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram drawContourLines :: QwtPlotSpectrogramSc a -> (QPainter t1, QwtScaleMap t2, QwtScaleMap t3, [(Double, QPolygonF t4_2)]) -> IO () # |
class QrenderContourLines x0 x1 where #
renderContourLines :: x0 -> x1 -> IO [(Double, QPolygonF ())] #
Instances
QrenderContourLines (QwtPlotSpectrogram ()) (RectF, Size) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram renderContourLines :: QwtPlotSpectrogram () -> (RectF, Size) -> IO [(Double, QPolygonF ())] # | |
QrenderContourLines (QwtPlotSpectrogramSc a) (RectF, Size) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram renderContourLines :: QwtPlotSpectrogramSc a -> (RectF, Size) -> IO [(Double, QPolygonF ())] # |
class QqrenderContourLines x0 x1 where #
qrenderContourLines :: x0 -> x1 -> IO [(Double, QPolygonF ())] #
Instances
QqrenderContourLines (QwtPlotSpectrogram ()) (QRectF t1, QSize t2) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qrenderContourLines :: QwtPlotSpectrogram () -> (QRectF t1, QSize t2) -> IO [(Double, QPolygonF ())] # | |
QqrenderContourLines (QwtPlotSpectrogramSc a) (QRectF t1, QSize t2) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qrenderContourLines :: QwtPlotSpectrogramSc a -> (QRectF t1, QSize t2) -> IO [(Double, QPolygonF ())] # |
class QrenderTile x0 x1 where #
renderTile :: x0 -> x1 -> IO () #
Instances
QrenderTile (QwtPlotSpectrogram ()) (QwtScaleMap t1, QwtScaleMap t2, Rect, QImage t4) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram renderTile :: QwtPlotSpectrogram () -> (QwtScaleMap t1, QwtScaleMap t2, Rect, QImage t4) -> IO () # | |
QrenderTile (QwtPlotSpectrogramSc a) (QwtScaleMap t1, QwtScaleMap t2, Rect, QImage t4) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram renderTile :: QwtPlotSpectrogramSc a -> (QwtScaleMap t1, QwtScaleMap t2, Rect, QImage t4) -> IO () # |
class QqrenderTile x0 x1 where #
qrenderTile :: x0 -> x1 -> IO () #
Instances
QqrenderTile (QwtPlotSpectrogram ()) (QwtScaleMap t1, QwtScaleMap t2, QRect t3, QImage t4) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qrenderTile :: QwtPlotSpectrogram () -> (QwtScaleMap t1, QwtScaleMap t2, QRect t3, QImage t4) -> IO () # | |
QqrenderTile (QwtPlotSpectrogramSc a) (QwtScaleMap t1, QwtScaleMap t2, QRect t3, QImage t4) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram qrenderTile :: QwtPlotSpectrogramSc a -> (QwtScaleMap t1, QwtScaleMap t2, QRect t3, QImage t4) -> IO () # |
setConrecFlag :: QwtPlotSpectrogram a -> (ConrecFlag, Bool) -> IO () #
setContourLevels :: QwtPlotSpectrogram a -> [Double] -> IO () #
class QsetDefaultContourPen x1 where #
setDefaultContourPen :: QwtPlotSpectrogram a -> x1 -> IO () #
Instances
QsetDefaultContourPen (QPen t1) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDefaultContourPen :: QwtPlotSpectrogram a -> QPen t1 -> IO () # | |
QsetDefaultContourPen (QColor t1) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDefaultContourPen :: QwtPlotSpectrogram a -> QColor t1 -> IO () # | |
QsetDefaultContourPen (QColor t1, Double) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDefaultContourPen :: QwtPlotSpectrogram a -> (QColor t1, Double) -> IO () # | |
QsetDefaultContourPen (QColor t1, Double, PenStyle) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDefaultContourPen :: QwtPlotSpectrogram a -> (QColor t1, Double, PenStyle) -> IO () # |
class QsetDisplayMode x1 where #
setDisplayMode :: QwtPlotSpectrogram a -> x1 -> IO () #
Instances
QsetDisplayMode QwtPlotSpectrogram_DisplayMode # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDisplayMode :: QwtPlotSpectrogram a -> QwtPlotSpectrogram_DisplayMode -> IO () # | |
QsetDisplayMode (QwtPlotSpectrogram_DisplayMode, Bool) # | |
Defined in Qtc.Qwt.QwtPlotSpectrogram setDisplayMode :: QwtPlotSpectrogram a -> (QwtPlotSpectrogram_DisplayMode, Bool) -> IO () # |
testConrecFlag :: QwtPlotSpectrogram a -> ConrecFlag -> IO Bool #
testDisplayMode :: QwtPlotSpectrogram a -> QwtPlotSpectrogram_DisplayMode -> IO Bool #
qwtPlotSpectrogram_delete :: QwtPlotSpectrogram a -> IO () #
qwtPlotSpectrogram_delete1 :: QwtPlotSpectrogram a -> IO () #