qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QPainter

Description

Documentation

class QqPainter x1 where Source

Methods

qPainter :: x1 -> IO (QPainter ()) Source

class QqPainter_nf x1 where Source

Methods

qPainter_nf :: x1 -> IO (QPainter ()) Source

qbrushOrigin :: QPainter a -> () -> IO (QPoint ()) Source

clipRegion :: QPainter a -> () -> IO (QRegion ()) Source

class QdrawArc x1 where Source

Methods

drawArc :: QPainter a -> x1 -> IO () Source

Instances

class QqdrawArc x1 where Source

Methods

qdrawArc :: QPainter a -> x1 -> IO () Source

Instances

class QdrawChord x1 where Source

Methods

drawChord :: QPainter a -> x1 -> IO () Source

class QqdrawChord x1 where Source

Methods

qdrawChord :: QPainter a -> x1 -> IO () Source

Instances

class QdrawEllipse x1 where Source

Methods

drawEllipse :: QPainter a -> x1 -> IO () Source

class QqdrawEllipse x1 where Source

Methods

qdrawEllipse :: QPainter a -> x1 -> IO () Source

Instances

class QqdrawLine x1 where Source

Methods

qdrawLine :: QPainter a -> x1 -> IO () Source

class QdrawLines x1 where Source

Methods

drawLines :: QPainter a -> x1 -> IO () Source

class QdrawPicture x1 where Source

Methods

drawPicture :: QPainter a -> x1 -> IO () Source

class QqdrawPicture x1 where Source

Methods

qdrawPicture :: QPainter a -> x1 -> IO () Source

class QdrawPie x1 where Source

Methods

drawPie :: QPainter a -> x1 -> IO () Source

Instances

class QqdrawPie x1 where Source

Methods

qdrawPie :: QPainter a -> x1 -> IO () Source

Instances

class QqdrawPixmap x1 where Source

Methods

qdrawPixmap :: QPainter a -> x1 -> IO () Source

class QdrawPoint x1 where Source

Methods

drawPoint :: QPainter a -> x1 -> IO () Source

class QqdrawPoint x1 where Source

Methods

qdrawPoint :: QPainter a -> x1 -> IO () Source

Instances

class QdrawPoints x1 where Source

Methods

drawPoints :: QPainter a -> x1 -> IO () Source

class QdrawRect x1 where Source

Methods

drawRect :: QPainter a -> x1 -> IO () Source

class QqdrawRect x1 where Source

Methods

qdrawRect :: QPainter a -> x1 -> IO () Source

Instances

class QdrawRects x1 where Source

Methods

drawRects :: QPainter a -> x1 -> IO () Source

Instances

class QeraseRect x1 where Source

Methods

eraseRect :: QPainter a -> x1 -> IO () Source

class QqeraseRect x1 where Source

Methods

qeraseRect :: QPainter a -> x1 -> IO () Source

Instances

fillPath :: QPainter a -> (QPainterPath t1, QBrush t2) -> IO () Source

class QfillRect x1 where Source

Methods

fillRect :: QPainter a -> x1 -> IO () Source

Instances

class QqfillRect x1 where Source

Methods

qfillRect :: QPainter a -> x1 -> IO () Source

Instances

restore :: QPainter a -> () -> IO () Source

class QqsetBrushOrigin x1 where Source

Methods

qsetBrushOrigin :: QPainter a -> x1 -> IO () Source

class QsetClipRegion x1 where Source

Methods

setClipRegion :: QPainter a -> x1 -> IO () Source

class QsetWindow x1 where Source

Methods

setWindow :: QPainter a -> x1 -> IO () Source

qsetWindow :: QPainter a -> QRect t1 -> IO () Source

class QsetWorldMatrix x1 where Source

Methods

setWorldMatrix :: QPainter a -> x1 -> IO () Source

strokePath :: QPainter a -> (QPainterPath t1, QPen t2) -> IO () Source

qviewport :: QPainter a -> () -> IO (QRect ()) Source

qwindow :: QPainter a -> () -> IO (QRect ()) Source

worldMatrix :: QPainter a -> () -> IO (QMatrix ()) Source