| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Gui.QPainterPath
Description
Documentation
class QqqPainterPath x1 where Source
Methods
qqPainterPath :: x1 -> IO (QPainterPath ()) Source
Instances
| QqqPainterPath (QPointF t1) |
class QqPainterPath x1 where Source
Methods
qPainterPath :: x1 -> IO (QPainterPath ()) Source
Instances
class QqqPainterPath_nf x1 where Source
Methods
qqPainterPath_nf :: x1 -> IO (QPainterPath ()) Source
Instances
| QqqPainterPath_nf (QPointF t1) |
class QqPainterPath_nf x1 where Source
Methods
qPainterPath_nf :: x1 -> IO (QPainterPath ()) Source
Instances
addRegion :: QPainterPath a -> QRegion t1 -> IO () Source
class QaddRoundRect x1 where Source
Methods
addRoundRect :: QPainterPath a -> x1 -> IO () Source
Instances
| QaddRoundRect (RectF, Int) | |
| QaddRoundRect (RectF, Int, Int) | |
| QaddRoundRect (Double, Double, Double, Double, Int) | |
| QaddRoundRect (Double, Double, Double, Double, Int, Int) |
class QqaddRoundRect x1 where Source
Methods
qaddRoundRect :: QPainterPath a -> x1 -> IO () Source
Instances
| QqaddRoundRect (QRectF t1, Int) | |
| QqaddRoundRect (QRectF t1, Int, Int) |
angleAtPercent :: QPainterPath a -> Double -> IO Double Source
class QarcMoveTo x1 where Source
Methods
arcMoveTo :: QPainterPath a -> x1 -> IO () Source
Instances
| QarcMoveTo (RectF, Double) | |
| QarcMoveTo (Double, Double, Double, Double, Double) |
qarcMoveTo :: QPainterPath a -> (QRectF t1, Double) -> IO () Source
Methods
arcTo :: QPainterPath a -> x1 -> IO () Source
closeSubpath :: QPainterPath a -> () -> IO () Source
connectPath :: QPainterPath a -> QPainterPath t1 -> IO () Source
qcontrolPointRect :: QPainterPath a -> () -> IO (QRectF ()) Source
controlPointRect :: QPainterPath a -> () -> IO RectF Source
currentPosition :: QPainterPath a -> () -> IO PointF Source
qcurrentPosition :: QPainterPath a -> () -> IO (QPointF ()) Source
elementCount :: QPainterPath a -> () -> IO Int Source
Methods
lineTo :: QPainterPath a -> x1 -> IO () Source
qlineTo :: QPainterPath a -> QPointF t1 -> IO () Source
percentAtLength :: QPainterPath a -> Double -> IO Double Source
pointAtPercent :: QPainterPath a -> Double -> IO PointF Source
qpointAtPercent :: QPainterPath a -> Double -> IO (QPointF ()) Source
Methods
quadTo :: QPainterPath a -> x1 -> IO () Source
setElementPositionAt :: QPainterPath a -> (Int, Double, Double) -> IO () Source
slopeAtPercent :: QPainterPath a -> Double -> IO Double Source
subtractedInverted :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) Source
class QtoFillPolygon x1 where Source
Methods
toFillPolygon :: QPainterPath a -> x1 -> IO (QPolygonF ()) Source
Instances
| QtoFillPolygon () | |
| QtoFillPolygon (QTransform t1) | |
| QtoFillPolygon (QMatrix t1) |
class QtoFillPolygons x1 where Source
Methods
toFillPolygons :: QPainterPath a -> x1 -> IO [QPolygonF ()] Source
Instances
| QtoFillPolygons () | |
| QtoFillPolygons (QTransform t1) | |
| QtoFillPolygons (QMatrix t1) |
toReversed :: QPainterPath a -> () -> IO (QPainterPath ()) Source
class QtoSubpathPolygons x1 where Source
Methods
toSubpathPolygons :: QPainterPath a -> x1 -> IO [QPolygonF ()] Source
Instances
qPainterPath_delete :: QPainterPath a -> IO () Source