qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QPainterPath

Description

Documentation

class QqqPainterPath x1 where Source

Methods

qqPainterPath :: x1 -> IO (QPainterPath ()) Source

Instances

class QqqPainterPath_nf x1 where Source

Methods

qqPainterPath_nf :: x1 -> IO (QPainterPath ()) Source

Instances

class QqaddRoundRect x1 where Source

Methods

qaddRoundRect :: QPainterPath a -> x1 -> IO () Source

class QarcMoveTo x1 where Source

Methods

arcMoveTo :: QPainterPath a -> x1 -> IO () Source

class QarcTo x1 where Source

Methods

arcTo :: QPainterPath a -> x1 -> IO () Source

class QcubicTo x1 where Source

Methods

cubicTo :: QPainterPath a -> x1 -> IO () Source

qcubicTo :: QPainterPath a -> (QPointF t1, QPointF t2, QPointF t3) -> IO () Source

class QlineTo x1 where Source

Methods

lineTo :: QPainterPath a -> x1 -> IO () Source

class QquadTo x1 where Source

Methods

quadTo :: QPainterPath a -> x1 -> IO () Source

qquadTo :: QPainterPath a -> (QPointF t1, QPointF t2) -> IO () Source