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