Qtc.Gui.QPainterPath

Contents

Documentation

simplified :: QPainterPath a -> () -> IO (QPainterPath ()) #

class QqqPainterPath x1 where #

Methods

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

Instances
QqqPainterPath (QPointF t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qqPainterPath :: QPointF t1 -> IO (QPainterPath ()) #

class QqPainterPath x1 where #

Methods

qPainterPath :: x1 -> IO (QPainterPath ()) #

Instances
QqPainterPath () # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath :: () -> IO (QPainterPath ()) #

QqPainterPath PointF # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath :: PointF -> IO (QPainterPath ()) #

QqPainterPath (QPainterPath t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath :: QPainterPath t1 -> IO (QPainterPath ()) #

class QqqPainterPath_nf x1 where #

Methods

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

Instances
QqqPainterPath_nf (QPointF t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qqPainterPath_nf :: QPointF t1 -> IO (QPainterPath ()) #

class QqPainterPath_nf x1 where #

Methods

qPainterPath_nf :: x1 -> IO (QPainterPath ()) #

Instances
QqPainterPath_nf () # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath_nf :: () -> IO (QPainterPath ()) #

QqPainterPath_nf PointF # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath_nf :: PointF -> IO (QPainterPath ()) #

QqPainterPath_nf (QPainterPath t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qPainterPath_nf :: QPainterPath t1 -> IO (QPainterPath ()) #

addRegion :: QPainterPath a -> QRegion t1 -> IO () #

class QaddRoundRect x1 where #

Methods

addRoundRect :: QPainterPath a -> x1 -> IO () #

Instances
QaddRoundRect (RectF, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundRect :: QPainterPath a -> (RectF, Int) -> IO () #

QaddRoundRect (RectF, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundRect :: QPainterPath a -> (RectF, Int, Int) -> IO () #

QaddRoundRect (Double, Double, Double, Double, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundRect :: QPainterPath a -> (Double, Double, Double, Double, Int) -> IO () #

QaddRoundRect (Double, Double, Double, Double, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundRect :: QPainterPath a -> (Double, Double, Double, Double, Int, Int) -> IO () #

class QqaddRoundRect x1 where #

Methods

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

Instances
QqaddRoundRect (QRectF t1, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qaddRoundRect :: QPainterPath a -> (QRectF t1, Int) -> IO () #

QqaddRoundRect (QRectF t1, Int, Int) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qaddRoundRect :: QPainterPath a -> (QRectF t1, Int, Int) -> IO () #

class QaddRoundedRect x1 where #

Methods

addRoundedRect :: QPainterPath a -> x1 -> IO () #

Instances
QaddRoundedRect (RectF, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundedRect :: QPainterPath a -> (RectF, Double, Double) -> IO () #

QaddRoundedRect (RectF, Double, Double, Qt_SizeMode) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundedRect :: QPainterPath a -> (RectF, Double, Double, Qt_SizeMode) -> IO () #

QaddRoundedRect (Double, Double, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundedRect :: QPainterPath a -> (Double, Double, Double, Double, Double, Double) -> IO () #

QaddRoundedRect (Double, Double, Double, Double, Double, Double, Qt_SizeMode) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

addRoundedRect :: QPainterPath a -> (Double, Double, Double, Double, Double, Double, Qt_SizeMode) -> IO () #

class QqaddRoundedRect x1 where #

Methods

qaddRoundedRect :: QPainterPath a -> x1 -> IO () #

Instances
QqaddRoundedRect (QRectF t1, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qaddRoundedRect :: QPainterPath a -> (QRectF t1, Double, Double) -> IO () #

QqaddRoundedRect (QRectF t1, Double, Double, Qt_SizeMode) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

qaddRoundedRect :: QPainterPath a -> (QRectF t1, Double, Double, Qt_SizeMode) -> IO () #

qaddText :: QPainterPath a -> (QPointF t1, QFont t2, String) -> IO () #

angleAtPercent :: QPainterPath a -> Double -> IO Double #

class QarcMoveTo x1 where #

Methods

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

Instances
QarcMoveTo (RectF, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

arcMoveTo :: QPainterPath a -> (RectF, Double) -> IO () #

QarcMoveTo (Double, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

arcMoveTo :: QPainterPath a -> (Double, Double, Double, Double, Double) -> IO () #

qarcMoveTo :: QPainterPath a -> (QRectF t1, Double) -> IO () #

class QarcTo x1 where #

Methods

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

Instances
QarcTo (RectF, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

arcTo :: QPainterPath a -> (RectF, Double, Double) -> IO () #

QarcTo (Double, Double, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

arcTo :: QPainterPath a -> (Double, Double, Double, Double, Double, Double) -> IO () #

qarcTo :: QPainterPath a -> (QRectF t1, Double, Double) -> IO () #

closeSubpath :: QPainterPath a -> () -> IO () #

class QcubicTo x1 where #

Methods

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

Instances
QcubicTo (PointF, PointF, PointF) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

cubicTo :: QPainterPath a -> (PointF, PointF, PointF) -> IO () #

QcubicTo (Double, Double, Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

cubicTo :: QPainterPath a -> (Double, Double, Double, Double, Double, Double) -> IO () #

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

qcurrentPosition :: QPainterPath a -> () -> IO (QPointF ()) #

elementCount :: QPainterPath a -> () -> IO Int #

class QlineTo x1 where #

Methods

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

Instances
QlineTo PointF # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

lineTo :: QPainterPath a -> PointF -> IO () #

QlineTo (Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

lineTo :: QPainterPath a -> (Double, Double) -> IO () #

qlineTo :: QPainterPath a -> QPointF t1 -> IO () #

percentAtLength :: QPainterPath a -> Double -> IO Double #

pointAtPercent :: QPainterPath a -> Double -> IO PointF #

qpointAtPercent :: QPainterPath a -> Double -> IO (QPointF ()) #

class QquadTo x1 where #

Methods

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

Instances
QquadTo (PointF, PointF) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

quadTo :: QPainterPath a -> (PointF, PointF) -> IO () #

QquadTo (Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

quadTo :: QPainterPath a -> (Double, Double, Double, Double) -> IO () #

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

setElementPositionAt :: QPainterPath a -> (Int, Double, Double) -> IO () #

slopeAtPercent :: QPainterPath a -> Double -> IO Double #

class QtoFillPolygon x1 where #

Methods

toFillPolygon :: QPainterPath a -> x1 -> IO (QPolygonF ()) #

Instances
QtoFillPolygon () # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygon :: QPainterPath a -> () -> IO (QPolygonF ()) #

QtoFillPolygon (QMatrix t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygon :: QPainterPath a -> QMatrix t1 -> IO (QPolygonF ()) #

QtoFillPolygon (QTransform t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygon :: QPainterPath a -> QTransform t1 -> IO (QPolygonF ()) #

class QtoFillPolygons x1 where #

Methods

toFillPolygons :: QPainterPath a -> x1 -> IO [QPolygonF ()] #

Instances
QtoFillPolygons () # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygons :: QPainterPath a -> () -> IO [QPolygonF ()] #

QtoFillPolygons (QMatrix t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygons :: QPainterPath a -> QMatrix t1 -> IO [QPolygonF ()] #

QtoFillPolygons (QTransform t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toFillPolygons :: QPainterPath a -> QTransform t1 -> IO [QPolygonF ()] #

toReversed :: QPainterPath a -> () -> IO (QPainterPath ()) #

class QtoSubpathPolygons x1 where #

Methods

toSubpathPolygons :: QPainterPath a -> x1 -> IO [QPolygonF ()] #

Instances
QtoSubpathPolygons () # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toSubpathPolygons :: QPainterPath a -> () -> IO [QPolygonF ()] #

QtoSubpathPolygons (QMatrix t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toSubpathPolygons :: QPainterPath a -> QMatrix t1 -> IO [QPolygonF ()] #

QtoSubpathPolygons (QTransform t1) # 
Instance details

Defined in Qtc.Gui.QPainterPath

Methods

toSubpathPolygons :: QPainterPath a -> QTransform t1 -> IO [QPolygonF ()] #

Orphan instances

QsetFillRule (QPainterPath a) FillRule # 
Instance details

Methods

setFillRule :: QPainterPath a -> FillRule -> IO () #

QqmoveTo (QPainterPath a) PointF # 
Instance details

Methods

qmoveTo :: QPainterPath a -> PointF -> IO () #

QqisEmpty (QPainterPath a) () # 
Instance details

Methods

qisEmpty :: QPainterPath a -> () -> IO Bool #

Qqintersects (QPainterPath a) RectF # 
Instance details

Methods

qintersects :: QPainterPath a -> RectF -> IO Bool #

QfillRule (QPainterPath a) () # 
Instance details

Methods

fillRule :: QPainterPath a -> () -> IO FillRule #

QqcontrolPointRect (QPainterPath a) () # 
Instance details

Methods

qcontrolPointRect :: QPainterPath a -> () -> IO (QRectF ()) #

QcontrolPointRect (QPainterPath a) () # 
Instance details

Methods

controlPointRect :: QPainterPath a -> () -> IO RectF #

Qqcontains (QPainterPath ()) RectF # 
Instance details

Methods

qcontains :: QPainterPath () -> RectF -> IO Bool #

Qqcontains (QPainterPath ()) PointF # 
Instance details

Methods

qcontains :: QPainterPath () -> PointF -> IO Bool #

Qqcontains (QPainterPathSc a) RectF # 
Instance details

Methods

qcontains :: QPainterPathSc a -> RectF -> IO Bool #

Qqcontains (QPainterPathSc a) PointF # 
Instance details

Methods

qcontains :: QPainterPathSc a -> PointF -> IO Bool #

Qqtranslated (QPainterPath a) PointF (IO (QPainterPath ())) # 
Instance details

Methods

qtranslated :: QPainterPath a -> PointF -> IO (QPainterPath ()) #

Qqtranslate (QPainterPath a) PointF (IO ()) # 
Instance details

Methods

qtranslate :: QPainterPath a -> PointF -> IO () #

Qqlength (QPainterPath a) () (IO Double) # 
Instance details

Methods

qlength :: QPainterPath a -> () -> IO Double #

QqqboundingRect (QPainterPath a) () (IO (QRectF ())) # 
Instance details

Methods

qqboundingRect :: QPainterPath a -> () -> IO (QRectF ()) #

QqboundingRect (QPainterPath a) () (IO RectF) # 
Instance details

Methods

qboundingRect :: QPainterPath a -> () -> IO RectF #

QaddRect (QPainterPath a) RectF (IO ()) # 
Instance details

Methods

addRect :: QPainterPath a -> RectF -> IO () #

QaddEllipse (QPainterPath a) RectF (IO ()) # 
Instance details

Methods

addEllipse :: QPainterPath a -> RectF -> IO () #

Qqqtranslate (QPainterPath a) (QPointF t1) # 
Instance details

Methods

qqtranslate :: QPainterPath a -> QPointF t1 -> IO () #

Qqswap (QPainterPath ()) (QPainterPath t1) # 
Instance details

Methods

qswap :: QPainterPath () -> QPainterPath t1 -> IO () #

Qqswap (QPainterPathSc a) (QPainterPath t1) # 
Instance details

Methods

qswap :: QPainterPathSc a -> QPainterPath t1 -> IO () #

Qqone (QPainterPath ()) (QPainterPath t1) # 
Instance details

Methods

qone :: QPainterPath () -> QPainterPath t1 -> IO Bool #

Qqone (QPainterPathSc a) (QPainterPath t1) # 
Instance details

Methods

qone :: QPainterPathSc a -> QPainterPath t1 -> IO Bool #

Qqoe (QPainterPath ()) (QPainterPath t1) # 
Instance details

Methods

qoe :: QPainterPath () -> QPainterPath t1 -> IO Bool #

Qqoe (QPainterPathSc a) (QPainterPath t1) # 
Instance details

Methods

qoe :: QPainterPathSc a -> QPainterPath t1 -> IO Bool #

QqqmoveTo (QPainterPath a) (QPointF t1) # 
Instance details

Methods

qqmoveTo :: QPainterPath a -> QPointF t1 -> IO () #

Qqqintersects (QPainterPath a) (QRectF t1) # 
Instance details

Methods

qqintersects :: QPainterPath a -> QRectF t1 -> IO Bool #

Qqintersects (QPainterPath a) (QPainterPath t1) # 
Instance details

Methods

qintersects :: QPainterPath a -> QPainterPath t1 -> IO Bool #

Qqqcontains (QPainterPath a) (QRectF t1) # 
Instance details

Methods

qqcontains :: QPainterPath a -> QRectF t1 -> IO Bool #

Qqqcontains (QPainterPath a) (QPointF t1) # 
Instance details

Methods

qqcontains :: QPainterPath a -> QPointF t1 -> IO Bool #

Qqcontains (QPainterPath ()) (QPainterPath t1) # 
Instance details

Methods

qcontains :: QPainterPath () -> QPainterPath t1 -> IO Bool #

Qqcontains (QPainterPathSc a) (QPainterPath t1) # 
Instance details

Methods

qcontains :: QPainterPathSc a -> QPainterPath t1 -> IO Bool #

Qqunited (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qunited :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqqtranslated (QPainterPath a) (QPointF t1) (IO (QPainterPath ())) # 
Instance details

Methods

qqtranslated :: QPainterPath a -> QPointF t1 -> IO (QPainterPath ()) #

Qqot (QPainterPath ()) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qot :: QPainterPath () -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqot (QPainterPathSc a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qot :: QPainterPathSc a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqose (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qose :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqope (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qope :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqop (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qop :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqooe (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qooe :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqoo (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qoo :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqoae (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qoae :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqoa (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qoa :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqintersected (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qintersected :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

QqaddRect (QPainterPath a) (QRectF t1) (IO ()) # 
Instance details

Methods

qaddRect :: QPainterPath a -> QRectF t1 -> IO () #

QaddPolygon (QPainterPath a) (QPolygonF t1) (IO ()) # 
Instance details

Methods

addPolygon :: QPainterPath a -> QPolygonF t1 -> IO () #

QaddPath (QPainterPath a) (QPainterPath t1) (IO ()) # 
Instance details

Methods

addPath :: QPainterPath a -> QPainterPath t1 -> IO () #

QqaddEllipse (QPainterPath a) (QRectF t1) (IO ()) # 
Instance details

Methods

qaddEllipse :: QPainterPath a -> QRectF t1 -> IO () #

Qqsubtracted (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qsubtracted :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

Qqos (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

qos :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #

QqmoveTo (QPainterPath a) (Double, Double) # 
Instance details

Methods

qmoveTo :: QPainterPath a -> (Double, Double) -> IO () #

Qqtranslated (QPainterPath a) (Double, Double) (IO (QPainterPath ())) # 
Instance details

Methods

qtranslated :: QPainterPath a -> (Double, Double) -> IO (QPainterPath ()) #

Qqtranslate (QPainterPath a) (Double, Double) (IO ()) # 
Instance details

Methods

qtranslate :: QPainterPath a -> (Double, Double) -> IO () #

QaddText (QPainterPath a) (PointF, QFont t2, String) (IO ()) # 
Instance details

Methods

addText :: QPainterPath a -> (PointF, QFont t2, String) -> IO () #

QqaddEllipse (QPainterPath a) (QPointF t1, Double, Double) (IO ()) # 
Instance details

Methods

qaddEllipse :: QPainterPath a -> (QPointF t1, Double, Double) -> IO () #

QaddEllipse (QPainterPath a) (PointF, Double, Double) (IO ()) # 
Instance details

Methods

addEllipse :: QPainterPath a -> (PointF, Double, Double) -> IO () #

QaddText (QPainterPath a) (Double, Double, QFont t3, String) (IO ()) # 
Instance details

Methods

addText :: QPainterPath a -> (Double, Double, QFont t3, String) -> IO () #

QaddRect (QPainterPath a) (Double, Double, Double, Double) (IO ()) # 
Instance details

Methods

addRect :: QPainterPath a -> (Double, Double, Double, Double) -> IO () #

QaddEllipse (QPainterPath a) (Double, Double, Double, Double) (IO ()) # 
Instance details

Methods

addEllipse :: QPainterPath a -> (Double, Double, Double, Double) -> IO () #