Documentation
qqwtPainterDrawEllipse :: (QPainter t1, QRectF t2) -> IO () #
qwtPainterDrawEllipse :: (QPainter t1, RectF) -> IO () #
qqwtPainterDrawImage :: (QPainter t1, QRectF t2, QImage t3) -> IO () #
qwtPainterDrawImage :: (QPainter t1, RectF, QImage t3) -> IO () #
class QqwtPainterDrawLine x1 where #
qwtPainterDrawLine :: x1 -> IO () #
Instances
QqwtPainterDrawLine (QPainter t1, LineF) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawLine :: (QPainter t1, LineF) -> IO () # | |
QqwtPainterDrawLine (QPainter t1, PointF, PointF) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawLine :: (QPainter t1, PointF, PointF) -> IO () # | |
QqwtPainterDrawLine (QPainter t1, Double, Double, Double, Double) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawLine :: (QPainter t1, Double, Double, Double, Double) -> IO () # |
class QqqwtPainterDrawLine x1 where #
qqwtPainterDrawLine :: x1 -> IO () #
Instances
QqqwtPainterDrawLine (QPainter t1, QLineF t2) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawLine :: (QPainter t1, QLineF t2) -> IO () # | |
QqqwtPainterDrawLine (QPainter t1, QPointF t2, QPointF t3) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawLine :: (QPainter t1, QPointF t2, QPointF t3) -> IO () # |
qwtPainterDrawPath :: (QPainter t1, QPainterPath t2) -> IO () #
qqwtPainterDrawPie :: (QPainter t1, QRectF t2, Int, Int) -> IO () #
qwtPainterDrawPie :: (QPainter t1, RectF, Int, Int) -> IO () #
qqwtPainterDrawPixmap :: (QPainter t1, QRectF t2, QPixmap t3) -> IO () #
qwtPainterDrawPixmap :: (QPainter t1, RectF, QPixmap t3) -> IO () #
class QqwtPainterDrawPoint x1 where #
qwtPainterDrawPoint :: x1 -> IO () #
Instances
QqwtPainterDrawPoint (QPainter t1, PointF) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoint :: (QPainter t1, PointF) -> IO () # | |
QqwtPainterDrawPoint (QPainter t1, Point) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoint :: (QPainter t1, Point) -> IO () # | |
QqwtPainterDrawPoint (QPainter t1, Double, Double) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoint :: (QPainter t1, Double, Double) -> IO () # |
class QqqwtPainterDrawPoint x1 where #
qqwtPainterDrawPoint :: x1 -> IO () #
Instances
QqqwtPainterDrawPoint (QPainter t1, QPointF t2) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawPoint :: (QPainter t1, QPointF t2) -> IO () # | |
QqqwtPainterDrawPoint (QPainter t1, QPoint t2) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawPoint :: (QPainter t1, QPoint t2) -> IO () # |
class QqwtPainterDrawPoints x1 where #
qwtPainterDrawPoints :: x1 -> IO () #
Instances
QqwtPainterDrawPoints (QPainter t1, QPolygonF t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoints :: (QPainter t1, QPolygonF t2) -> IO () # | |
QqwtPainterDrawPoints (QPainter t1, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoints :: (QPainter t1, QPolygon t2) -> IO () # | |
QqwtPainterDrawPoints (QPainter t1, QPointF t2, Int) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoints :: (QPainter t1, QPointF t2, Int) -> IO () # | |
QqwtPainterDrawPoints (QPainter t1, QPoint t2, Int) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPoints :: (QPainter t1, QPoint t2, Int) -> IO () # |
class QqwtPainterDrawPolygon x1 where #
qwtPainterDrawPolygon :: x1 -> IO () #
Instances
QqwtPainterDrawPolygon (QPainter t1, QPolygonF t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolygon :: (QPainter t1, QPolygonF t2) -> IO () # | |
QqwtPainterDrawPolygon (QPainter t1, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolygon :: (QPainter t1, QPolygon t2) -> IO () # |
class QqwtPainterDrawPolyline x1 where #
qwtPainterDrawPolyline :: x1 -> IO () #
Instances
QqwtPainterDrawPolyline (QPainter t1, QPolygonF t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolyline :: (QPainter t1, QPolygonF t2) -> IO () # | |
QqwtPainterDrawPolyline (QPainter t1, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolyline :: (QPainter t1, QPolygon t2) -> IO () # | |
QqwtPainterDrawPolyline (QPainter t1, QPointF t2, Int) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolyline :: (QPainter t1, QPointF t2, Int) -> IO () # | |
QqwtPainterDrawPolyline (QPainter t1, QPoint t2, Int) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawPolyline :: (QPainter t1, QPoint t2, Int) -> IO () # |
class QqwtPainterDrawRect x1 where #
qwtPainterDrawRect :: x1 -> IO () #
Instances
QqwtPainterDrawRect (QPainter t1, RectF) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawRect :: (QPainter t1, RectF) -> IO () # | |
QqwtPainterDrawRect (QPainter t1, Double, Double, Double, Double) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawRect :: (QPainter t1, Double, Double, Double, Double) -> IO () # |
qqwtPainterDrawRect :: (QPainter t1, QRectF t2) -> IO () #
class QqwtPainterDrawText x1 where #
qwtPainterDrawText :: x1 -> IO () #
Instances
QqwtPainterDrawText (QPainter t1, PointF, String) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawText :: (QPainter t1, PointF, String) -> IO () # | |
QqwtPainterDrawText (QPainter t1, RectF, Int, String) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawText :: (QPainter t1, RectF, Int, String) -> IO () # | |
QqwtPainterDrawText (QPainter t1, Double, Double, String) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawText :: (QPainter t1, Double, Double, String) -> IO () # | |
QqwtPainterDrawText (QPainter t1, Double, Double, Double, Double, Int, String) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawText :: (QPainter t1, Double, Double, Double, Double, Int, String) -> IO () # |
class QqqwtPainterDrawText x1 where #
qqwtPainterDrawText :: x1 -> IO () #
Instances
QqqwtPainterDrawText (QPainter t1, QPointF t2, String) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawText :: (QPainter t1, QPointF t2, String) -> IO () # | |
QqqwtPainterDrawText (QPainter t1, QRectF t2, Int, String) # | |
Defined in Qtc.Qwt.QwtPainter qqwtPainterDrawText :: (QPainter t1, QRectF t2, Int, String) -> IO () # |
qqwtPainterFillRect :: (QPainter t1, QRectF t2, QBrush t3) -> IO () #
qwtPainterFillRect :: (QPainter t1, RectF, QBrush t3) -> IO () #
qqwtPainterBackingStore :: (QWidget t1, QSize t2) -> IO (QPixmap ()) #
qqwtPainterBackingStore_nf :: (QWidget t1, QSize t2) -> IO (QPixmap ()) #
qwtPainterBackingStore :: (QWidget t1, Size) -> IO (QPixmap ()) #
qwtPainterBackingStore_nf :: (QWidget t1, Size) -> IO (QPixmap ()) #
class QqwtPainter x1 where #
qwtPainter :: x1 -> IO (QwtPainter ()) #
Instances
QqwtPainter () # | |
Defined in Qtc.Qwt.QwtPainter qwtPainter :: () -> IO (QwtPainter ()) # | |
QqwtPainter (QwtPainter t1) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainter :: QwtPainter t1 -> IO (QwtPainter ()) # |
class QqwtPainter_nf x1 where #
qwtPainter_nf :: x1 -> IO (QwtPainter ()) #
Instances
QqwtPainter_nf () # | |
Defined in Qtc.Qwt.QwtPainter qwtPainter_nf :: () -> IO (QwtPainter ()) # | |
QqwtPainter_nf (QwtPainter t1) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainter_nf :: QwtPainter t1 -> IO (QwtPainter ()) # |
qqwtPainterDrawBackgound :: (QPainter t1, QRectF t2, QWidget t3) -> IO () #
qwtPainterDrawBackgound :: (QPainter t1, RectF, QWidget t3) -> IO () #
qqwtPainterDrawColorBar :: (QPainter t1, QwtColorMap t2, QwtInterval t3, QwtScaleMap t4, Qt_Orientation, QRectF t6) -> IO () #
qwtPainterDrawColorBar :: (QPainter t1, QwtColorMap t2, QwtInterval t3, QwtScaleMap t4, Qt_Orientation, RectF) -> IO () #
class QqwtPainterDrawFocusRect x1 where #
qwtPainterDrawFocusRect :: x1 -> IO () #
Instances
QqwtPainterDrawFocusRect (QPainter t1, QWidget t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawFocusRect :: (QPainter t1, QWidget t2) -> IO () # | |
QqwtPainterDrawFocusRect (QPainter t1, QWidget t2, Rect) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterDrawFocusRect :: (QPainter t1, QWidget t2, Rect) -> IO () # |
qqwtPainterDrawFocusRect :: (QPainter t1, QWidget t2, QRect t3) -> IO () #
qqwtPainterDrawRoundFrame :: (QPainter t1, QRectF t2, QPalette t3, Int, Int) -> IO () #
qwtPainterDrawRoundFrame :: (QPainter t1, RectF, QPalette t3, Int, Int) -> IO () #
qqwtPainterDrawRoundedFrame :: (QPainter t1, QRectF t2, Double, Double, QPalette t5, Int, Int) -> IO () #
qwtPainterDrawRoundedFrame :: (QPainter t1, RectF, Double, Double, QPalette t5, Int, Int) -> IO () #
qqwtPainterDrawSimpleRichText :: (QPainter t1, QRectF t2, Int, QTextDocument t4) -> IO () #
qwtPainterDrawSimpleRichText :: (QPainter t1, RectF, Int, QTextDocument t4) -> IO () #
class QqwtPainterFillPixmap x1 where #
qwtPainterFillPixmap :: x1 -> IO () #
Instances
QqwtPainterFillPixmap (QWidget t1, QPixmap t2) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterFillPixmap :: (QWidget t1, QPixmap t2) -> IO () # | |
QqwtPainterFillPixmap (QWidget t1, QPixmap t2, Point) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterFillPixmap :: (QWidget t1, QPixmap t2, Point) -> IO () # |
qqwtPainterFillPixmap :: (QWidget t1, QPixmap t2, QPoint t3) -> IO () #
qwtPainterIsAligning :: QPainter t1 -> IO Bool #
qwtPainterIsX11GraphicsSystem :: () -> IO Bool #
qwtPainterPolylineSplitting :: () -> IO Bool #
class QqwtPainterRoundingAlignment x1 where #
qwtPainterRoundingAlignment :: x1 -> IO Bool #
Instances
QqwtPainterRoundingAlignment () # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterRoundingAlignment :: () -> IO Bool # | |
QqwtPainterRoundingAlignment (QPainter t1) # | |
Defined in Qtc.Qwt.QwtPainter qwtPainterRoundingAlignment :: QPainter t1 -> IO Bool # |
qwtPainterSetPolylineSplitting :: Bool -> IO () #
qwtPainterSetRoundingAlignment :: Bool -> IO () #
qwtPainter_delete :: QwtPainter a -> IO () #