Documentation
Instances
QqPainter () # | |
Defined in Qtc.Gui.QPainter | |
QqPainter (QWidget t1) # | |
Defined in Qtc.Gui.QPainter | |
QqPainter (QPaintDevice t1) # | |
Defined in Qtc.Gui.QPainter qPainter :: QPaintDevice t1 -> IO (QPainter ()) # |
class QqPainter_nf x1 where #
qPainter_nf :: x1 -> IO (QPainter ()) #
Instances
QqPainter_nf () # | |
Defined in Qtc.Gui.QPainter qPainter_nf :: () -> IO (QPainter ()) # | |
QqPainter_nf (QWidget t1) # | |
Defined in Qtc.Gui.QPainter qPainter_nf :: QWidget t1 -> IO (QPainter ()) # | |
QqPainter_nf (QPaintDevice t1) # | |
Defined in Qtc.Gui.QPainter qPainter_nf :: QPaintDevice t1 -> IO (QPainter ()) # |
beginNativePainting :: QPainter a -> () -> IO () #
qclipBoundingRect :: QPainter a -> () -> IO (QRectF ()) #
clipBoundingRect :: QPainter a -> () -> IO RectF #
combinedTransform :: QPainter a -> () -> IO (QTransform ()) #
deviceMatrix :: QPainter a -> () -> IO (QMatrix ()) #
Instances
QdrawArc (RectF, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawArc (Rect, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawArc (Int, Int, Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QdrawChord x1 where #
Instances
QdrawChord (RectF, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawChord (Rect, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawChord (Int, Int, Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QqdrawChord x1 where #
qdrawChord :: QPainter a -> x1 -> IO () #
Instances
QqdrawChord (QRectF t1, Int, Int) # | |
Defined in Qtc.Gui.QPainter qdrawChord :: QPainter a -> (QRectF t1, Int, Int) -> IO () # | |
QqdrawChord (QRect t1, Int, Int) # | |
Defined in Qtc.Gui.QPainter qdrawChord :: QPainter a -> (QRect t1, Int, Int) -> IO () # |
class QdrawConvexPolygon x1 where #
drawConvexPolygon :: QPainter a -> x1 -> IO () #
Instances
QdrawConvexPolygon (QPolygon t1) # | |
Defined in Qtc.Gui.QPainter drawConvexPolygon :: QPainter a -> QPolygon t1 -> IO () # | |
QdrawConvexPolygon (QPolygonF t1) # | |
Defined in Qtc.Gui.QPainter drawConvexPolygon :: QPainter a -> QPolygonF t1 -> IO () # | |
QdrawConvexPolygon (QPointF t1, Int) # | |
Defined in Qtc.Gui.QPainter drawConvexPolygon :: QPainter a -> (QPointF t1, Int) -> IO () # | |
QdrawConvexPolygon (QPoint t1, Int) # | |
Defined in Qtc.Gui.QPainter drawConvexPolygon :: QPainter a -> (QPoint t1, Int) -> IO () # |
drawGlyphRun :: QPainter a -> (PointF, QGlyphRun t2) -> IO () #
qdrawGlyphRun :: QPainter a -> (QPointF t1, QGlyphRun t2) -> IO () #
class QqdrawLine x1 where #
Instances
QqdrawLine (QLineF t1) # | |
Defined in Qtc.Gui.QPainter | |
QqdrawLine (QLine t1) # | |
Defined in Qtc.Gui.QPainter | |
QqdrawLine (QPointF t1, QPointF t2) # | |
QqdrawLine (QPoint t1, QPoint t2) # | |
class QdrawPicture x1 where #
drawPicture :: QPainter a -> x1 -> IO () #
Instances
QdrawPicture (PointF, QPicture t2) # | |
Defined in Qtc.Gui.QPainter drawPicture :: QPainter a -> (PointF, QPicture t2) -> IO () # | |
QdrawPicture (Point, QPicture t2) # | |
Defined in Qtc.Gui.QPainter drawPicture :: QPainter a -> (Point, QPicture t2) -> IO () # | |
QdrawPicture (Int, Int, QPicture t3) # | |
Defined in Qtc.Gui.QPainter drawPicture :: QPainter a -> (Int, Int, QPicture t3) -> IO () # |
class QqdrawPicture x1 where #
qdrawPicture :: QPainter a -> x1 -> IO () #
Instances
QqdrawPicture (QPointF t1, QPicture t2) # | |
Defined in Qtc.Gui.QPainter qdrawPicture :: QPainter a -> (QPointF t1, QPicture t2) -> IO () # | |
QqdrawPicture (QPoint t1, QPicture t2) # | |
Defined in Qtc.Gui.QPainter qdrawPicture :: QPainter a -> (QPoint t1, QPicture t2) -> IO () # |
Instances
QdrawPie (RectF, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawPie (Rect, Int, Int) # | |
Defined in Qtc.Gui.QPainter | |
QdrawPie (Int, Int, Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QdrawPixmapFragments x1 where #
drawPixmapFragments :: QPainter a -> x1 -> IO () #
Instances
QdrawPixmapFragments (QPainter_PixmapFragment t1, Int, QPixmap t3) # | |
Defined in Qtc.Gui.QPainter drawPixmapFragments :: QPainter a -> (QPainter_PixmapFragment t1, Int, QPixmap t3) -> IO () # | |
QdrawPixmapFragments (QPainter_PixmapFragment t1, Int, QPixmap t3, PixmapFragmentHints) # | |
Defined in Qtc.Gui.QPainter drawPixmapFragments :: QPainter a -> (QPainter_PixmapFragment t1, Int, QPixmap t3, PixmapFragmentHints) -> IO () # |
class QdrawPoint x1 where #
Instances
QdrawPoint PointF # | |
Defined in Qtc.Gui.QPainter | |
QdrawPoint Point # | |
Defined in Qtc.Gui.QPainter | |
QdrawPoint (Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QqdrawPoint x1 where #
qdrawPoint :: QPainter a -> x1 -> IO () #
Instances
QqdrawPoint (QPointF t1) # | |
Defined in Qtc.Gui.QPainter qdrawPoint :: QPainter a -> QPointF t1 -> IO () # | |
QqdrawPoint (QPoint t1) # | |
Defined in Qtc.Gui.QPainter qdrawPoint :: QPainter a -> QPoint t1 -> IO () # |
class QdrawPolyline x1 where #
drawPolyline :: QPainter a -> x1 -> IO () #
Instances
QdrawPolyline (QPolygon t1) # | |
Defined in Qtc.Gui.QPainter drawPolyline :: QPainter a -> QPolygon t1 -> IO () # | |
QdrawPolyline (QPolygonF t1) # | |
Defined in Qtc.Gui.QPainter drawPolyline :: QPainter a -> QPolygonF t1 -> IO () # | |
QdrawPolyline (QPointF t1, Int) # | |
Defined in Qtc.Gui.QPainter drawPolyline :: QPainter a -> (QPointF t1, Int) -> IO () # | |
QdrawPolyline (QPoint t1, Int) # | |
Defined in Qtc.Gui.QPainter drawPolyline :: QPainter a -> (QPoint t1, Int) -> IO () # |
Instances
QdrawRect RectF # | |
Defined in Qtc.Gui.QPainter | |
QdrawRect Rect # | |
Defined in Qtc.Gui.QPainter | |
QdrawRect (Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QqdrawRect x1 where #
Instances
QqdrawRect (QRectF t1) # | |
Defined in Qtc.Gui.QPainter | |
QqdrawRect (QRect t1) # | |
Defined in Qtc.Gui.QPainter |
class QdrawRoundRect x1 where #
drawRoundRect :: QPainter a -> x1 -> IO () #
Instances
QdrawRoundRect RectF # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> RectF -> IO () # | |
QdrawRoundRect Rect # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> Rect -> IO () # | |
QdrawRoundRect (RectF, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (RectF, Int) -> IO () # | |
QdrawRoundRect (Rect, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (Rect, Int) -> IO () # | |
QdrawRoundRect (RectF, Int, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (RectF, Int, Int) -> IO () # | |
QdrawRoundRect (Rect, Int, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (Rect, Int, Int) -> IO () # | |
QdrawRoundRect (Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (Int, Int, Int, Int) -> IO () # | |
QdrawRoundRect (Int, Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (Int, Int, Int, Int, Int) -> IO () # | |
QdrawRoundRect (Int, Int, Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter drawRoundRect :: QPainter a -> (Int, Int, Int, Int, Int, Int) -> IO () # |
class QqdrawRoundRect x1 where #
qdrawRoundRect :: QPainter a -> x1 -> IO () #
Instances
QqdrawRoundRect (QRectF t1) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> QRectF t1 -> IO () # | |
QqdrawRoundRect (QRect t1) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> QRect t1 -> IO () # | |
QqdrawRoundRect (QRectF t1, Int) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> (QRectF t1, Int) -> IO () # | |
QqdrawRoundRect (QRect t1, Int) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> (QRect t1, Int) -> IO () # | |
QqdrawRoundRect (QRectF t1, Int, Int) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> (QRectF t1, Int, Int) -> IO () # | |
QqdrawRoundRect (QRect t1, Int, Int) # | |
Defined in Qtc.Gui.QPainter qdrawRoundRect :: QPainter a -> (QRect t1, Int, Int) -> IO () # |
class QdrawRoundedRect x1 where #
drawRoundedRect :: QPainter a -> x1 -> IO () #
Instances
QdrawRoundedRect (RectF, Double, Double) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (RectF, Double, Double) -> IO () # | |
QdrawRoundedRect (Rect, Double, Double) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (Rect, Double, Double) -> IO () # | |
QdrawRoundedRect (RectF, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (RectF, Double, Double, Qt_SizeMode) -> IO () # | |
QdrawRoundedRect (Rect, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (Rect, Double, Double, Qt_SizeMode) -> IO () # | |
QdrawRoundedRect (Int, Int, Int, Int, Double, Double) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (Int, Int, Int, Int, Double, Double) -> IO () # | |
QdrawRoundedRect (Int, Int, Int, Int, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainter drawRoundedRect :: QPainter a -> (Int, Int, Int, Int, Double, Double, Qt_SizeMode) -> IO () # |
class QqdrawRoundedRect x1 where #
qdrawRoundedRect :: QPainter a -> x1 -> IO () #
Instances
QqdrawRoundedRect (QRectF t1, Double, Double) # | |
Defined in Qtc.Gui.QPainter qdrawRoundedRect :: QPainter a -> (QRectF t1, Double, Double) -> IO () # | |
QqdrawRoundedRect (QRect t1, Double, Double) # | |
Defined in Qtc.Gui.QPainter qdrawRoundedRect :: QPainter a -> (QRect t1, Double, Double) -> IO () # | |
QqdrawRoundedRect (QRectF t1, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainter qdrawRoundedRect :: QPainter a -> (QRectF t1, Double, Double, Qt_SizeMode) -> IO () # | |
QqdrawRoundedRect (QRect t1, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainter qdrawRoundedRect :: QPainter a -> (QRect t1, Double, Double, Qt_SizeMode) -> IO () # |
class QdrawStaticText x1 where #
drawStaticText :: QPainter a -> x1 -> IO () #
Instances
QdrawStaticText (PointF, QStaticText t2) # | |
Defined in Qtc.Gui.QPainter drawStaticText :: QPainter a -> (PointF, QStaticText t2) -> IO () # | |
QdrawStaticText (Point, QStaticText t2) # | |
Defined in Qtc.Gui.QPainter drawStaticText :: QPainter a -> (Point, QStaticText t2) -> IO () # | |
QdrawStaticText (Int, Int, QStaticText t3) # | |
Defined in Qtc.Gui.QPainter drawStaticText :: QPainter a -> (Int, Int, QStaticText t3) -> IO () # |
class QqdrawStaticText x1 where #
qdrawStaticText :: QPainter a -> x1 -> IO () #
Instances
QqdrawStaticText (QPointF t1, QStaticText t2) # | |
Defined in Qtc.Gui.QPainter qdrawStaticText :: QPainter a -> (QPointF t1, QStaticText t2) -> IO () # | |
QqdrawStaticText (QPoint t1, QStaticText t2) # | |
Defined in Qtc.Gui.QPainter qdrawStaticText :: QPainter a -> (QPoint t1, QStaticText t2) -> IO () # |
endNativePainting :: QPainter a -> () -> IO () #
class QeraseRect x1 where #
Instances
QeraseRect RectF # | |
Defined in Qtc.Gui.QPainter | |
QeraseRect Rect # | |
Defined in Qtc.Gui.QPainter | |
QeraseRect (Int, Int, Int, Int) # | |
Defined in Qtc.Gui.QPainter |
class QqeraseRect x1 where #
qeraseRect :: QPainter a -> x1 -> IO () #
Instances
QqeraseRect (QRectF t1) # | |
Defined in Qtc.Gui.QPainter qeraseRect :: QPainter a -> QRectF t1 -> IO () # | |
QqeraseRect (QRect t1) # | |
Defined in Qtc.Gui.QPainter qeraseRect :: QPainter a -> QRect t1 -> IO () # |
fillPath :: QPainter a -> (QPainterPath t1, QBrush t2) -> IO () #
matrixEnabled :: QPainter a -> () -> IO Bool #
class QqPainterRedirected x1 where #
qPainterRedirected :: x1 -> IO (QPaintDevice ()) #
Instances
QqPainterRedirected (QWidget t1) # | |
Defined in Qtc.Gui.QPainter qPainterRedirected :: QWidget t1 -> IO (QPaintDevice ()) # | |
QqPainterRedirected (QPaintDevice t1) # | |
Defined in Qtc.Gui.QPainter qPainterRedirected :: QPaintDevice t1 -> IO (QPaintDevice ()) # | |
QqPainterRedirected (QWidget t1, QPoint t2) # | |
Defined in Qtc.Gui.QPainter qPainterRedirected :: (QWidget t1, QPoint t2) -> IO (QPaintDevice ()) # | |
QqPainterRedirected (QPaintDevice t1, QPoint t2) # | |
Defined in Qtc.Gui.QPainter qPainterRedirected :: (QPaintDevice t1, QPoint t2) -> IO (QPaintDevice ()) # |
class QqPainterRestoreRedirected x1 where #
qPainterRestoreRedirected :: x1 -> IO () #
Instances
QqPainterRestoreRedirected (QWidget t1) # | |
Defined in Qtc.Gui.QPainter qPainterRestoreRedirected :: QWidget t1 -> IO () # | |
QqPainterRestoreRedirected (QPaintDevice t1) # | |
Defined in Qtc.Gui.QPainter qPainterRestoreRedirected :: QPaintDevice t1 -> IO () # |
class QsetBrushOrigin x1 where #
setBrushOrigin :: QPainter a -> x1 -> IO () #
Instances
QsetBrushOrigin PointF # | |
Defined in Qtc.Gui.QPainter setBrushOrigin :: QPainter a -> PointF -> IO () # | |
QsetBrushOrigin Point # | |
Defined in Qtc.Gui.QPainter setBrushOrigin :: QPainter a -> Point -> IO () # | |
QsetBrushOrigin (Int, Int) # | |
Defined in Qtc.Gui.QPainter setBrushOrigin :: QPainter a -> (Int, Int) -> IO () # |
class QqsetBrushOrigin x1 where #
qsetBrushOrigin :: QPainter a -> x1 -> IO () #
Instances
QqsetBrushOrigin (QPointF t1) # | |
Defined in Qtc.Gui.QPainter qsetBrushOrigin :: QPainter a -> QPointF t1 -> IO () # | |
QqsetBrushOrigin (QPoint t1) # | |
Defined in Qtc.Gui.QPainter qsetBrushOrigin :: QPainter a -> QPoint t1 -> IO () # |
class QsetClipPath x1 where #
setClipPath :: QPainter a -> x1 -> IO () #
Instances
QsetClipPath (QPainterPath t1) # | |
Defined in Qtc.Gui.QPainter setClipPath :: QPainter a -> QPainterPath t1 -> IO () # | |
QsetClipPath (QPainterPath t1, ClipOperation) # | |
Defined in Qtc.Gui.QPainter setClipPath :: QPainter a -> (QPainterPath t1, ClipOperation) -> IO () # |
class QsetClipRegion x1 where #
setClipRegion :: QPainter a -> x1 -> IO () #
Instances
QsetClipRegion (QRegion t1) # | |
Defined in Qtc.Gui.QPainter setClipRegion :: QPainter a -> QRegion t1 -> IO () # | |
QsetClipRegion (QRegion t1, ClipOperation) # | |
Defined in Qtc.Gui.QPainter setClipRegion :: QPainter a -> (QRegion t1, ClipOperation) -> IO () # |
setCompositionMode :: QPainter a -> CompositionMode -> IO () #
setMatrixEnabled :: QPainter a -> Bool -> IO () #
class QqPainterSetRedirected x1 where #
qPainterSetRedirected :: x1 -> IO () #
Instances
QqPainterSetRedirected (QWidget t1, QWidget t2) # | |
Defined in Qtc.Gui.QPainter qPainterSetRedirected :: (QWidget t1, QWidget t2) -> IO () # | |
QqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2) # | |
Defined in Qtc.Gui.QPainter qPainterSetRedirected :: (QPaintDevice t1, QPaintDevice t2) -> IO () # | |
QqPainterSetRedirected (QWidget t1, QWidget t2, Point) # | |
Defined in Qtc.Gui.QPainter qPainterSetRedirected :: (QWidget t1, QWidget t2, Point) -> IO () # | |
QqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2, Point) # | |
Defined in Qtc.Gui.QPainter qPainterSetRedirected :: (QPaintDevice t1, QPaintDevice t2, Point) -> IO () # |
class QqqPainterSetRedirected x1 where #
qqPainterSetRedirected :: x1 -> IO () #
Instances
QqqPainterSetRedirected (QWidget t1, QWidget t2, QPoint t3) # | |
Defined in Qtc.Gui.QPainter qqPainterSetRedirected :: (QWidget t1, QWidget t2, QPoint t3) -> IO () # | |
QqqPainterSetRedirected (QPaintDevice t1, QPaintDevice t2, QPoint t3) # | |
Defined in Qtc.Gui.QPainter qqPainterSetRedirected :: (QPaintDevice t1, QPaintDevice t2, QPoint t3) -> IO () # |
setViewTransformEnabled :: QPainter a -> Bool -> IO () #
qsetWindow :: QPainter a -> QRect t1 -> IO () #
class QsetWorldMatrix x1 where #
setWorldMatrix :: QPainter a -> x1 -> IO () #
Instances
QsetWorldMatrix (QMatrix t1) # | |
Defined in Qtc.Gui.QPainter setWorldMatrix :: QPainter a -> QMatrix t1 -> IO () # | |
QsetWorldMatrix (QMatrix t1, Bool) # | |
Defined in Qtc.Gui.QPainter setWorldMatrix :: QPainter a -> (QMatrix t1, Bool) -> IO () # |
setWorldMatrixEnabled :: QPainter a -> Bool -> IO () #
class QsetWorldTransform x1 where #
setWorldTransform :: QPainter a -> x1 -> IO () #
Instances
QsetWorldTransform (QTransform t1) # | |
Defined in Qtc.Gui.QPainter setWorldTransform :: QPainter a -> QTransform t1 -> IO () # | |
QsetWorldTransform (QTransform t1, Bool) # | |
Defined in Qtc.Gui.QPainter setWorldTransform :: QPainter a -> (QTransform t1, Bool) -> IO () # |
strokePath :: QPainter a -> (QPainterPath t1, QPen t2) -> IO () #
viewTransformEnabled :: QPainter a -> () -> IO Bool #
worldMatrix :: QPainter a -> () -> IO (QMatrix ()) #
worldMatrixEnabled :: QPainter a -> () -> IO Bool #
worldTransform :: QPainter a -> () -> IO (QTransform ()) #
qPainter_delete :: QPainter a -> IO () #