Qtc.Qwt.QwtPainter

Documentation

qqwtPainterDrawImage :: (QPainter t1, QRectF t2, QImage t3) -> IO () #

qwtPainterDrawImage :: (QPainter t1, RectF, QImage t3) -> IO () #

class QqwtPainterDrawLine x1 where #

Methods

qwtPainterDrawLine :: x1 -> IO () #

Instances
QqwtPainterDrawLine (QPainter t1, LineF) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawLine :: (QPainter t1, LineF) -> IO () #

QqwtPainterDrawLine (QPainter t1, PointF, PointF) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawLine :: (QPainter t1, PointF, PointF) -> IO () #

QqwtPainterDrawLine (QPainter t1, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawLine :: (QPainter t1, Double, Double, Double, Double) -> IO () #

class QqqwtPainterDrawLine x1 where #

Methods

qqwtPainterDrawLine :: x1 -> IO () #

Instances
QqqwtPainterDrawLine (QPainter t1, QLineF t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawLine :: (QPainter t1, QLineF t2) -> IO () #

QqqwtPainterDrawLine (QPainter t1, QPointF t2, QPointF t3) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawLine :: (QPainter t1, QPointF t2, QPointF t3) -> IO () #

qqwtPainterDrawPie :: (QPainter t1, QRectF t2, Int, Int) -> IO () #

qwtPainterDrawPie :: (QPainter t1, RectF, Int, Int) -> IO () #

qqwtPainterDrawPixmap :: (QPainter t1, QRectF t2, QPixmap t3) -> IO () #

class QqwtPainterDrawPoint x1 where #

Methods

qwtPainterDrawPoint :: x1 -> IO () #

Instances
QqwtPainterDrawPoint (QPainter t1, PointF) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoint :: (QPainter t1, PointF) -> IO () #

QqwtPainterDrawPoint (QPainter t1, Point) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoint :: (QPainter t1, Point) -> IO () #

QqwtPainterDrawPoint (QPainter t1, Double, Double) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoint :: (QPainter t1, Double, Double) -> IO () #

class QqqwtPainterDrawPoint x1 where #

Methods

qqwtPainterDrawPoint :: x1 -> IO () #

Instances
QqqwtPainterDrawPoint (QPainter t1, QPointF t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawPoint :: (QPainter t1, QPointF t2) -> IO () #

QqqwtPainterDrawPoint (QPainter t1, QPoint t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawPoint :: (QPainter t1, QPoint t2) -> IO () #

class QqwtPainterDrawPoints x1 where #

Methods

qwtPainterDrawPoints :: x1 -> IO () #

Instances
QqwtPainterDrawPoints (QPainter t1, QPolygonF t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoints :: (QPainter t1, QPolygonF t2) -> IO () #

QqwtPainterDrawPoints (QPainter t1, QPolygon t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoints :: (QPainter t1, QPolygon t2) -> IO () #

QqwtPainterDrawPoints (QPainter t1, QPointF t2, Int) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoints :: (QPainter t1, QPointF t2, Int) -> IO () #

QqwtPainterDrawPoints (QPainter t1, QPoint t2, Int) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPoints :: (QPainter t1, QPoint t2, Int) -> IO () #

class QqwtPainterDrawPolygon x1 where #

Methods

qwtPainterDrawPolygon :: x1 -> IO () #

Instances
QqwtPainterDrawPolygon (QPainter t1, QPolygonF t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolygon :: (QPainter t1, QPolygonF t2) -> IO () #

QqwtPainterDrawPolygon (QPainter t1, QPolygon t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolygon :: (QPainter t1, QPolygon t2) -> IO () #

class QqwtPainterDrawPolyline x1 where #

Methods

qwtPainterDrawPolyline :: x1 -> IO () #

Instances
QqwtPainterDrawPolyline (QPainter t1, QPolygonF t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolyline :: (QPainter t1, QPolygonF t2) -> IO () #

QqwtPainterDrawPolyline (QPainter t1, QPolygon t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolyline :: (QPainter t1, QPolygon t2) -> IO () #

QqwtPainterDrawPolyline (QPainter t1, QPointF t2, Int) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolyline :: (QPainter t1, QPointF t2, Int) -> IO () #

QqwtPainterDrawPolyline (QPainter t1, QPoint t2, Int) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawPolyline :: (QPainter t1, QPoint t2, Int) -> IO () #

class QqwtPainterDrawRect x1 where #

Methods

qwtPainterDrawRect :: x1 -> IO () #

Instances
QqwtPainterDrawRect (QPainter t1, RectF) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawRect :: (QPainter t1, RectF) -> IO () #

QqwtPainterDrawRect (QPainter t1, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawRect :: (QPainter t1, Double, Double, Double, Double) -> IO () #

qqwtPainterDrawRect :: (QPainter t1, QRectF t2) -> IO () #

class QqwtPainterDrawText x1 where #

Methods

qwtPainterDrawText :: x1 -> IO () #

Instances
QqwtPainterDrawText (QPainter t1, PointF, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawText :: (QPainter t1, PointF, String) -> IO () #

QqwtPainterDrawText (QPainter t1, RectF, Int, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawText :: (QPainter t1, RectF, Int, String) -> IO () #

QqwtPainterDrawText (QPainter t1, Double, Double, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawText :: (QPainter t1, Double, Double, String) -> IO () #

QqwtPainterDrawText (QPainter t1, Double, Double, Double, Double, Int, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawText :: (QPainter t1, Double, Double, Double, Double, Int, String) -> IO () #

class QqqwtPainterDrawText x1 where #

Methods

qqwtPainterDrawText :: x1 -> IO () #

Instances
QqqwtPainterDrawText (QPainter t1, QPointF t2, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawText :: (QPainter t1, QPointF t2, String) -> IO () #

QqqwtPainterDrawText (QPainter t1, QRectF t2, Int, String) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qqwtPainterDrawText :: (QPainter t1, QRectF t2, Int, String) -> IO () #

qqwtPainterFillRect :: (QPainter t1, QRectF t2, QBrush t3) -> IO () #

qwtPainterFillRect :: (QPainter t1, RectF, QBrush t3) -> IO () #

qqwtPainterDrawFrame :: (QPainter t1, QRectF t2, QPalette t3, ColorRole, Int, Int, Int) -> IO () #

qwtPainterDrawFrame :: (QPainter t1, RectF, QPalette t3, ColorRole, Int, Int, Int) -> IO () #

class QqwtPainter x1 where #

Methods

qwtPainter :: x1 -> IO (QwtPainter ()) #

Instances
QqwtPainter () # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainter :: () -> IO (QwtPainter ()) #

QqwtPainter (QwtPainter t1) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainter :: QwtPainter t1 -> IO (QwtPainter ()) #

class QqwtPainter_nf x1 where #

Methods

qwtPainter_nf :: x1 -> IO (QwtPainter ()) #

Instances
QqwtPainter_nf () # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainter_nf :: () -> IO (QwtPainter ()) #

QqwtPainter_nf (QwtPainter t1) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainter_nf :: QwtPainter t1 -> IO (QwtPainter ()) #

class QqwtPainterDrawFocusRect x1 where #

Methods

qwtPainterDrawFocusRect :: x1 -> IO () #

Instances
QqwtPainterDrawFocusRect (QPainter t1, QWidget t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawFocusRect :: (QPainter t1, QWidget t2) -> IO () #

QqwtPainterDrawFocusRect (QPainter t1, QWidget t2, Rect) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterDrawFocusRect :: (QPainter t1, QWidget t2, Rect) -> 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 () #

class QqwtPainterFillPixmap x1 where #

Methods

qwtPainterFillPixmap :: x1 -> IO () #

Instances
QqwtPainterFillPixmap (QWidget t1, QPixmap t2) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterFillPixmap :: (QWidget t1, QPixmap t2) -> IO () #

QqwtPainterFillPixmap (QWidget t1, QPixmap t2, Point) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterFillPixmap :: (QWidget t1, QPixmap t2, Point) -> IO () #

qqwtPainterFillPixmap :: (QWidget t1, QPixmap t2, QPoint t3) -> IO () #

class QqwtPainterRoundingAlignment x1 where #

Methods

qwtPainterRoundingAlignment :: x1 -> IO Bool #

Instances
QqwtPainterRoundingAlignment () # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterRoundingAlignment :: () -> IO Bool #

QqwtPainterRoundingAlignment (QPainter t1) # 
Instance details

Defined in Qtc.Qwt.QwtPainter

Methods

qwtPainterRoundingAlignment :: QPainter t1 -> IO Bool #