Qtc.Gui.QPainterPath
Contents
Documentation
simplified :: QPainterPath a -> () -> IO (QPainterPath ()) #
class QqqPainterPath x1 where #
Methods
qqPainterPath :: x1 -> IO (QPainterPath ()) #
Instances
| QqqPainterPath (QPointF t1) # | |
Defined in Qtc.Gui.QPainterPath Methods qqPainterPath :: QPointF t1 -> IO (QPainterPath ()) # | |
class QqPainterPath x1 where #
Methods
qPainterPath :: x1 -> IO (QPainterPath ()) #
Instances
| QqPainterPath () # | |
Defined in Qtc.Gui.QPainterPath Methods qPainterPath :: () -> IO (QPainterPath ()) # | |
| QqPainterPath PointF # | |
Defined in Qtc.Gui.QPainterPath Methods qPainterPath :: PointF -> IO (QPainterPath ()) # | |
| QqPainterPath (QPainterPath t1) # | |
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) # | |
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 () # | |
Defined in Qtc.Gui.QPainterPath Methods qPainterPath_nf :: () -> IO (QPainterPath ()) # | |
| QqPainterPath_nf PointF # | |
Defined in Qtc.Gui.QPainterPath Methods qPainterPath_nf :: PointF -> IO (QPainterPath ()) # | |
| QqPainterPath_nf (QPainterPath t1) # | |
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) # | |
Defined in Qtc.Gui.QPainterPath Methods addRoundRect :: QPainterPath a -> (RectF, Int) -> IO () # | |
| QaddRoundRect (RectF, Int, Int) # | |
Defined in Qtc.Gui.QPainterPath Methods addRoundRect :: QPainterPath a -> (RectF, Int, Int) -> IO () # | |
| QaddRoundRect (Double, Double, Double, Double, Int) # | |
Defined in Qtc.Gui.QPainterPath Methods addRoundRect :: QPainterPath a -> (Double, Double, Double, Double, Int) -> IO () # | |
| QaddRoundRect (Double, Double, Double, Double, Int, Int) # | |
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) # | |
Defined in Qtc.Gui.QPainterPath Methods qaddRoundRect :: QPainterPath a -> (QRectF t1, Int) -> IO () # | |
| QqaddRoundRect (QRectF t1, Int, Int) # | |
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) # | |
Defined in Qtc.Gui.QPainterPath Methods addRoundedRect :: QPainterPath a -> (RectF, Double, Double) -> IO () # | |
| QaddRoundedRect (RectF, Double, Double, Qt_SizeMode) # | |
Defined in Qtc.Gui.QPainterPath Methods addRoundedRect :: QPainterPath a -> (RectF, Double, Double, Qt_SizeMode) -> IO () # | |
| QaddRoundedRect (Double, Double, Double, Double, Double, Double) # | |
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) # | |
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) # | |
Defined in Qtc.Gui.QPainterPath Methods qaddRoundedRect :: QPainterPath a -> (QRectF t1, Double, Double) -> IO () # | |
| QqaddRoundedRect (QRectF t1, Double, Double, Qt_SizeMode) # | |
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) # | |
Defined in Qtc.Gui.QPainterPath Methods arcMoveTo :: QPainterPath a -> (RectF, Double) -> IO () # | |
| QarcMoveTo (Double, Double, Double, Double, Double) # | |
Defined in Qtc.Gui.QPainterPath Methods arcMoveTo :: QPainterPath a -> (Double, Double, Double, Double, Double) -> IO () # | |
qarcMoveTo :: QPainterPath a -> (QRectF t1, Double) -> IO () #
Methods
arcTo :: QPainterPath a -> x1 -> IO () #
Instances
| QarcTo (RectF, Double, Double) # | |
Defined in Qtc.Gui.QPainterPath Methods arcTo :: QPainterPath a -> (RectF, Double, Double) -> IO () # | |
| QarcTo (Double, Double, Double, Double, Double, Double) # | |
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 () #
connectPath :: QPainterPath a -> QPainterPath t1 -> IO () #
Methods
cubicTo :: QPainterPath a -> x1 -> IO () #
Instances
| QcubicTo (PointF, PointF, PointF) # | |
Defined in Qtc.Gui.QPainterPath | |
| QcubicTo (Double, Double, Double, Double, Double, Double) # | |
Defined in Qtc.Gui.QPainterPath Methods cubicTo :: QPainterPath a -> (Double, Double, Double, Double, Double, Double) -> IO () # | |
currentPosition :: QPainterPath a -> () -> IO PointF #
qcurrentPosition :: QPainterPath a -> () -> IO (QPointF ()) #
elementAt :: QPainterPath a -> Int -> IO (QPainterPath_Element ()) #
elementCount :: QPainterPath a -> () -> IO Int #
Methods
lineTo :: QPainterPath a -> x1 -> IO () #
Instances
| QlineTo PointF # | |
Defined in Qtc.Gui.QPainterPath Methods lineTo :: QPainterPath a -> PointF -> IO () # | |
| QlineTo (Double, Double) # | |
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 ()) #
Methods
quadTo :: QPainterPath a -> x1 -> IO () #
Instances
| QquadTo (PointF, PointF) # | |
Defined in Qtc.Gui.QPainterPath Methods quadTo :: QPainterPath a -> (PointF, PointF) -> IO () # | |
| QquadTo (Double, Double, Double, Double) # | |
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 #
subtractedInverted :: QPainterPath a -> QPainterPath t1 -> IO (QPainterPath ()) #
class QtoFillPolygon x1 where #
Methods
toFillPolygon :: QPainterPath a -> x1 -> IO (QPolygonF ()) #
Instances
| QtoFillPolygon () # | |
Defined in Qtc.Gui.QPainterPath Methods toFillPolygon :: QPainterPath a -> () -> IO (QPolygonF ()) # | |
| QtoFillPolygon (QMatrix t1) # | |
Defined in Qtc.Gui.QPainterPath Methods toFillPolygon :: QPainterPath a -> QMatrix t1 -> IO (QPolygonF ()) # | |
| QtoFillPolygon (QTransform t1) # | |
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 () # | |
Defined in Qtc.Gui.QPainterPath Methods toFillPolygons :: QPainterPath a -> () -> IO [QPolygonF ()] # | |
| QtoFillPolygons (QMatrix t1) # | |
Defined in Qtc.Gui.QPainterPath Methods toFillPolygons :: QPainterPath a -> QMatrix t1 -> IO [QPolygonF ()] # | |
| QtoFillPolygons (QTransform t1) # | |
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 () # | |
Defined in Qtc.Gui.QPainterPath Methods toSubpathPolygons :: QPainterPath a -> () -> IO [QPolygonF ()] # | |
| QtoSubpathPolygons (QMatrix t1) # | |
Defined in Qtc.Gui.QPainterPath Methods toSubpathPolygons :: QPainterPath a -> QMatrix t1 -> IO [QPolygonF ()] # | |
| QtoSubpathPolygons (QTransform t1) # | |
Defined in Qtc.Gui.QPainterPath Methods toSubpathPolygons :: QPainterPath a -> QTransform t1 -> IO [QPolygonF ()] # | |
qPainterPath_delete :: QPainterPath a -> IO () #