Documentation
class QqPainterPathStroker x1 where #
qPainterPathStroker :: x1 -> IO (QPainterPathStroker ()) #
Instances
QqPainterPathStroker () # | |
Defined in Qtc.Gui.QPainterPathStroker qPainterPathStroker :: () -> IO (QPainterPathStroker ()) # | |
QqPainterPathStroker (QPen t1) # | |
Defined in Qtc.Gui.QPainterPathStroker qPainterPathStroker :: QPen t1 -> IO (QPainterPathStroker ()) # |
class QqPainterPathStroker_nf x1 where #
qPainterPathStroker_nf :: x1 -> IO (QPainterPathStroker ()) #
Instances
QqPainterPathStroker_nf () # | |
Defined in Qtc.Gui.QPainterPathStroker qPainterPathStroker_nf :: () -> IO (QPainterPathStroker ()) # | |
QqPainterPathStroker_nf (QPen t1) # | |
Defined in Qtc.Gui.QPainterPathStroker qPainterPathStroker_nf :: QPen t1 -> IO (QPainterPathStroker ()) # |
createStroke :: QPainterPathStroker a -> QPainterPath t1 -> IO (QPainterPath ()) #
curveThreshold :: QPainterPathStroker a -> () -> IO Double #
setCurveThreshold :: QPainterPathStroker a -> Double -> IO () #
qPainterPathStroker_delete :: QPainterPathStroker a -> IO () #