| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Gui.QPainter
Description
Documentation
class QqPainter x1 where Source
Instances
| QqPainter () | |
| QqPainter (QWidget t1) | |
| QqPainter (QPaintDevice t1) |
class QqPainter_nf x1 where Source
Methods
qPainter_nf :: x1 -> IO (QPainter ()) Source
Instances
| QqPainter_nf () | |
| QqPainter_nf (QWidget t1) | |
| QqPainter_nf (QPaintDevice t1) |
backgroundMode :: QPainter a -> () -> IO BGMode Source
brushOrigin :: QPainter a -> () -> IO Point Source
qbrushOrigin :: QPainter a -> () -> IO (QPoint ()) Source
clipPath :: QPainter a -> () -> IO (QPainterPath ()) Source
clipRegion :: QPainter a -> () -> IO (QRegion ()) Source
combinedMatrix :: QPainter a -> () -> IO (QMatrix ()) Source
combinedTransform :: QPainter a -> () -> IO (QTransform ()) Source
compositionMode :: QPainter a -> () -> IO CompositionMode Source
deviceMatrix :: QPainter a -> () -> IO (QMatrix ()) Source
class QdrawChord x1 where Source
Instances
| QdrawChord (RectF, Int, Int) | |
| QdrawChord (Rect, Int, Int) | |
| QdrawChord (Int, Int, Int, Int, Int, Int) |
class QqdrawChord x1 where Source
Methods
qdrawChord :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawChord (QRect t1, Int, Int) | |
| QqdrawChord (QRectF t1, Int, Int) |
class QdrawConvexPolygon x1 where Source
Methods
drawConvexPolygon :: QPainter a -> x1 -> IO () Source
Instances
| QdrawConvexPolygon (QPolygon t1) | |
| QdrawConvexPolygon (QPolygonF t1) | |
| QdrawConvexPolygon (QPoint t1, Int) | |
| QdrawConvexPolygon (QPointF t1, Int) |
class QqdrawEllipse x1 where Source
Methods
qdrawEllipse :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawEllipse (QRect t1) | |
| QqdrawEllipse (QRectF t1) |
class QdrawImage x1 where Source
Instances
| QdrawImage (PointF, QImage t2) | |
| QdrawImage (Point, QImage t2) | |
| QdrawImage (RectF, QImage t2) | |
| QdrawImage (Rect, QImage t2) | |
| QdrawImage (Int, Int, QImage t3) | |
| QdrawImage (PointF, QImage t2, RectF) | |
| QdrawImage (Point, QImage t2, Rect) | |
| QdrawImage (RectF, QImage t2, RectF) | |
| QdrawImage (Rect, QImage t2, Rect) | |
| QdrawImage (Int, Int, QImage t3, Int) | |
| QdrawImage (PointF, QImage t2, RectF, ImageConversionFlags) | |
| QdrawImage (Point, QImage t2, Rect, ImageConversionFlags) | |
| QdrawImage (RectF, QImage t2, RectF, ImageConversionFlags) | |
| QdrawImage (Rect, QImage t2, Rect, ImageConversionFlags) | |
| QdrawImage (Int, Int, QImage t3, Int, Int) | |
| QdrawImage (Int, Int, QImage t3, Int, Int, Int) | |
| QdrawImage (Int, Int, QImage t3, Int, Int, Int, Int) | |
| QdrawImage (Int, Int, QImage t3, Int, Int, Int, Int, ImageConversionFlags) |
class QqdrawImage x1 where Source
Methods
qdrawImage :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawImage (QRect t1, QImage t2) | |
| QqdrawImage (QPoint t1, QImage t2) | |
| QqdrawImage (QRectF t1, QImage t2) | |
| QqdrawImage (QPointF t1, QImage t2) | |
| QqdrawImage (QRect t1, QImage t2, QRect t3) | |
| QqdrawImage (QPoint t1, QImage t2, QRect t3) | |
| QqdrawImage (QRectF t1, QImage t2, QRectF t3) | |
| QqdrawImage (QPointF t1, QImage t2, QRectF t3) | |
| QqdrawImage (QRect t1, QImage t2, QRect t3, ImageConversionFlags) | |
| QqdrawImage (QPoint t1, QImage t2, QRect t3, ImageConversionFlags) | |
| QqdrawImage (QRectF t1, QImage t2, QRectF t3, ImageConversionFlags) | |
| QqdrawImage (QPointF t1, QImage t2, QRectF t3, ImageConversionFlags) |
class QqdrawLine x1 where Source
Instances
| QqdrawLine (QLine t1) | |
| QqdrawLine (QLineF t1) | |
| QqdrawLine (QPoint t1, QPoint t2) | |
| QqdrawLine (QPointF t1, QPointF t2) |
class QdrawLines x1 where Source
Instances
| QdrawLines (QLine t1, Int) | |
| QdrawLines (QPoint t1, Int) | |
| QdrawLines (QPointF t1, Int) | |
| QdrawLines (QLineF t1, Int) |
drawPath :: QPainter a -> QPainterPath t1 -> IO () Source
class QdrawPicture x1 where Source
Methods
drawPicture :: QPainter a -> x1 -> IO () Source
Instances
| QdrawPicture (PointF, QPicture t2) | |
| QdrawPicture (Point, QPicture t2) | |
| QdrawPicture (Int, Int, QPicture t3) |
class QqdrawPicture x1 where Source
Methods
qdrawPicture :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawPicture (QPoint t1, QPicture t2) | |
| QqdrawPicture (QPointF t1, QPicture t2) |
class QdrawPixmap x1 where Source
Methods
drawPixmap :: QPainter a -> x1 -> IO () Source
Instances
| QdrawPixmap (PointF, QPixmap t2) | |
| QdrawPixmap (Point, QPixmap t2) | |
| QdrawPixmap (Rect, QPixmap t2) | |
| QdrawPixmap (Int, Int, QPixmap t3) | |
| QdrawPixmap (PointF, QPixmap t2, RectF) | |
| QdrawPixmap (Point, QPixmap t2, Rect) | |
| QdrawPixmap (RectF, QPixmap t2, RectF) | |
| QdrawPixmap (Rect, QPixmap t2, Rect) | |
| QdrawPixmap (Int, Int, Int, Int, QPixmap t5) | |
| QdrawPixmap (Int, Int, QPixmap t3, Int, Int, Int, Int) | |
| QdrawPixmap (Int, Int, Int, Int, QPixmap t5, Int, Int, Int, Int) |
class QqdrawPixmap x1 where Source
Methods
qdrawPixmap :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawPixmap (QRect t1, QPixmap t2) | |
| QqdrawPixmap (QPoint t1, QPixmap t2) | |
| QqdrawPixmap (QPointF t1, QPixmap t2) | |
| QqdrawPixmap (QRect t1, QPixmap t2, QRect t3) | |
| QqdrawPixmap (QPoint t1, QPixmap t2, QRect t3) | |
| QqdrawPixmap (QRectF t1, QPixmap t2, QRectF t3) | |
| QqdrawPixmap (QPointF t1, QPixmap t2, QRectF t3) |
class QdrawPoint x1 where Source
Instances
class QqdrawPoint x1 where Source
Methods
qdrawPoint :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawPoint (QPoint t1) | |
| QqdrawPoint (QPointF t1) |
class QdrawPoints x1 where Source
Methods
drawPoints :: QPainter a -> x1 -> IO () Source
Instances
| QdrawPoints (QPolygon t1) | |
| QdrawPoints (QPolygonF t1) | |
| QdrawPoints (QPoint t1, Int) | |
| QdrawPoints (QPointF t1, Int) |
class QdrawPolygon x1 where Source
Methods
drawPolygon :: QPainter a -> x1 -> IO () Source
Instances
| QdrawPolygon (QPolygon t1) | |
| QdrawPolygon (QPolygonF t1) | |
| QdrawPolygon (QPolygon t1, FillRule) | |
| QdrawPolygon (QPolygonF t1, FillRule) | |
| QdrawPolygon (QPoint t1, Int) | |
| QdrawPolygon (QPointF t1, Int) | |
| QdrawPolygon (QPoint t1, Int, FillRule) | |
| QdrawPolygon (QPointF t1, Int, FillRule) |
class QdrawPolyline x1 where Source
Methods
drawPolyline :: QPainter a -> x1 -> IO () Source
Instances
| QdrawPolyline (QPolygon t1) | |
| QdrawPolyline (QPolygonF t1) | |
| QdrawPolyline (QPoint t1, Int) | |
| QdrawPolyline (QPointF t1, Int) |
class QqdrawRect x1 where Source
Instances
| QqdrawRect (QRect t1) | |
| QqdrawRect (QRectF t1) |
class QdrawRects x1 where Source
Instances
| QdrawRects (QRect t1, Int) | |
| QdrawRects (QRectF t1, Int) |
class QdrawRoundRect x1 where Source
Methods
drawRoundRect :: QPainter a -> x1 -> IO () Source
Instances
| QdrawRoundRect RectF | |
| QdrawRoundRect Rect | |
| QdrawRoundRect (RectF, Int) | |
| QdrawRoundRect (Rect, Int) | |
| QdrawRoundRect (RectF, Int, Int) | |
| QdrawRoundRect (Rect, Int, Int) | |
| QdrawRoundRect (Int, Int, Int, Int) | |
| QdrawRoundRect (Int, Int, Int, Int, Int) | |
| QdrawRoundRect (Int, Int, Int, Int, Int, Int) |
class QqdrawRoundRect x1 where Source
Methods
qdrawRoundRect :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawRoundRect (QRect t1) | |
| QqdrawRoundRect (QRectF t1) | |
| QqdrawRoundRect (QRect t1, Int) | |
| QqdrawRoundRect (QRectF t1, Int) | |
| QqdrawRoundRect (QRect t1, Int, Int) | |
| QqdrawRoundRect (QRectF t1, Int, Int) |
class QdrawText x1 where Source
Instances
| QdrawText (PointF, String) | |
| QdrawText (Point, String) | |
| QdrawText (RectF, String) | |
| QdrawText (Int, Int, String) | |
| QdrawText (RectF, Int, String) | |
| QdrawText (RectF, String, QTextOption t3) | |
| QdrawText (Rect, Int, String) | |
| QdrawText (RectF, Int, String, QRectF t4) | |
| QdrawText (Rect, Int, String, QRect t4) | |
| QdrawText (Int, Int, Int, Int, Int, String) | |
| QdrawText (Int, Int, Int, Int, Int, String, QRect t7) |
class QqdrawText x1 where Source
Instances
| QqdrawText (QPoint t1, String) | |
| QqdrawText (QRectF t1, String) | |
| QqdrawText (QPointF t1, String) | |
| QqdrawText (QRect t1, Int, String) | |
| QqdrawText (QRectF t1, String, QTextOption t3) | |
| QqdrawText (QRectF t1, Int, String) | |
| QqdrawText (QRect t1, Int, String, QRect t4) | |
| QqdrawText (QRectF t1, Int, String, QRectF t4) |
class QdrawTiledPixmap x1 where Source
Methods
drawTiledPixmap :: QPainter a -> x1 -> IO () Source
Instances
| QdrawTiledPixmap (RectF, QPixmap t2) | |
| QdrawTiledPixmap (Rect, QPixmap t2) | |
| QdrawTiledPixmap (RectF, QPixmap t2, PointF) | |
| QdrawTiledPixmap (Rect, QPixmap t2, Point) | |
| QdrawTiledPixmap (Int, Int, Int, Int, QPixmap t5) | |
| QdrawTiledPixmap (Int, Int, Int, Int, QPixmap t5, Int) | |
| QdrawTiledPixmap (Int, Int, Int, Int, QPixmap t5, Int, Int) |
class QqdrawTiledPixmap x1 where Source
Methods
qdrawTiledPixmap :: QPainter a -> x1 -> IO () Source
Instances
| QqdrawTiledPixmap (QRect t1, QPixmap t2) | |
| QqdrawTiledPixmap (QRectF t1, QPixmap t2) | |
| QqdrawTiledPixmap (QRect t1, QPixmap t2, QPoint t3) | |
| QqdrawTiledPixmap (QRectF t1, QPixmap t2, QPointF t3) |
class QeraseRect x1 where Source
Instances
| QeraseRect RectF | |
| QeraseRect Rect | |
| QeraseRect (Int, Int, Int, Int) |
class QqeraseRect x1 where Source
Methods
qeraseRect :: QPainter a -> x1 -> IO () Source
Instances
| QqeraseRect (QRect t1) | |
| QqeraseRect (QRectF t1) |
class QqfillRect x1 where Source
Instances
| QqfillRect (QRect t1, QBrush t2) | |
| QqfillRect (QRectF t1, QBrush t2) |
matrixEnabled :: QPainter a -> () -> IO Bool Source
class QqPainterRedirected x1 where Source
Methods
qPainterRedirected :: x1 -> IO (QPaintDevice ()) Source
Instances
| QqPainterRedirected (QWidget t1) | |
| QqPainterRedirected (QPaintDevice t1) | |
| QqPainterRedirected (QWidget t1, QPoint t2) | |
| QqPainterRedirected (QPaintDevice t1, QPoint t2) |
class QqPainterRestoreRedirected x1 where Source
Methods
qPainterRestoreRedirected :: x1 -> IO () Source
Instances
setBackgroundMode :: QPainter a -> BGMode -> IO () Source
class QsetBrushOrigin x1 where Source
Methods
setBrushOrigin :: QPainter a -> x1 -> IO () Source
Instances
class QqsetBrushOrigin x1 where Source
Methods
qsetBrushOrigin :: QPainter a -> x1 -> IO () Source
Instances
| QqsetBrushOrigin (QPoint t1) | |
| QqsetBrushOrigin (QPointF t1) |
class QqsetClipRect x1 where Source
Methods
qsetClipRect :: QPainter a -> x1 -> IO () Source
Instances
| QqsetClipRect (QRect t1) | |
| QqsetClipRect (QRectF t1) | |
| QqsetClipRect (QRect t1, ClipOperation) | |
| QqsetClipRect (QRectF t1, ClipOperation) |
class QsetClipRegion x1 where Source
Methods
setClipRegion :: QPainter a -> x1 -> IO () Source
Instances
| QsetClipRegion (QRegion t1) | |
| QsetClipRegion (QRegion t1, ClipOperation) |
setCompositionMode :: QPainter a -> CompositionMode -> IO () Source
setMatrixEnabled :: QPainter a -> Bool -> IO () Source
setOpacity :: QPainter a -> Double -> IO () Source
class QqPainterSetRedirected x1 where Source
Methods
qPainterSetRedirected :: x1 -> IO () Source
Instances
| QqPainterSetRedirected (QWidget t1, QWidget t2) | |
| QqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2) | |
| QqPainterSetRedirected (QWidget t1, QWidget t2, Point) | |
| QqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2, Point) |
class QqqPainterSetRedirected x1 where Source
Methods
qqPainterSetRedirected :: x1 -> IO () Source
Instances
| QqqPainterSetRedirected (QWidget t1, QWidget t2, QPoint t3) | |
| QqqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2, QPoint t3) |
setViewTransformEnabled :: QPainter a -> Bool -> IO () Source
qsetViewport :: QPainter a -> QRect t1 -> IO () Source
class QsetWindow x1 where Source
Instances
| QsetWindow Rect | |
| QsetWindow (Int, Int, Int, Int) |
qsetWindow :: QPainter a -> QRect t1 -> IO () Source
class QsetWorldMatrix x1 where Source
Methods
setWorldMatrix :: QPainter a -> x1 -> IO () Source
Instances
| QsetWorldMatrix (QMatrix t1) | |
| QsetWorldMatrix (QMatrix t1, Bool) |
setWorldMatrixEnabled :: QPainter a -> Bool -> IO () Source
class QsetWorldTransform x1 where Source
Methods
setWorldTransform :: QPainter a -> x1 -> IO () Source
Instances
| QsetWorldTransform (QTransform t1) | |
| QsetWorldTransform (QTransform t1, Bool) |
strokePath :: QPainter a -> (QPainterPath t1, QPen t2) -> IO () Source
testRenderHint :: QPainter a -> RenderHint -> IO Bool Source
viewTransformEnabled :: QPainter a -> () -> IO Bool Source
worldMatrix :: QPainter a -> () -> IO (QMatrix ()) Source
worldMatrixEnabled :: QPainter a -> () -> IO Bool Source
worldTransform :: QPainter a -> () -> IO (QTransform ()) Source
qPainter_delete :: QPainter a -> IO () Source