Documentation
class QqwtClipper x1 where #
qwtClipper :: x1 -> IO (QwtClipper ()) #
Instances
QqwtClipper () # | |
Defined in Qtc.Qwt.QwtClipper qwtClipper :: () -> IO (QwtClipper ()) # | |
QqwtClipper (QwtClipper t1) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipper :: QwtClipper t1 -> IO (QwtClipper ()) # |
class QqwtClipper_nf x1 where #
qwtClipper_nf :: x1 -> IO (QwtClipper ()) #
Instances
QqwtClipper_nf () # | |
Defined in Qtc.Qwt.QwtClipper qwtClipper_nf :: () -> IO (QwtClipper ()) # | |
QqwtClipper_nf (QwtClipper t1) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipper_nf :: QwtClipper t1 -> IO (QwtClipper ()) # |
qqwtClipperClipCircle :: (QRectF t1, QPointF t2, Double) -> IO [QwtInterval ()] #
qwtClipperClipCircle :: (RectF, PointF, Double) -> IO [QwtInterval ()] #
class QqwtClipperClipPolygon x1 where #
qwtClipperClipPolygon :: x1 -> IO (QPolygon ()) #
Instances
QqwtClipperClipPolygon (RectF, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygon :: (RectF, QPolygon t2) -> IO (QPolygon ()) # | |
QqwtClipperClipPolygon (Rect, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygon :: (Rect, QPolygon t2) -> IO (QPolygon ()) # | |
QqwtClipperClipPolygon (RectF, QPolygon t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygon :: (RectF, QPolygon t2, Bool) -> IO (QPolygon ()) # | |
QqwtClipperClipPolygon (Rect, QPolygon t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygon :: (Rect, QPolygon t2, Bool) -> IO (QPolygon ()) # |
class QqqwtClipperClipPolygon x1 where #
qqwtClipperClipPolygon :: x1 -> IO (QPolygon ()) #
Instances
QqqwtClipperClipPolygon (QRectF t1, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygon :: (QRectF t1, QPolygon t2) -> IO (QPolygon ()) # | |
QqqwtClipperClipPolygon (QRect t1, QPolygon t2) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygon :: (QRect t1, QPolygon t2) -> IO (QPolygon ()) # | |
QqqwtClipperClipPolygon (QRectF t1, QPolygon t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygon :: (QRectF t1, QPolygon t2, Bool) -> IO (QPolygon ()) # | |
QqqwtClipperClipPolygon (QRect t1, QPolygon t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygon :: (QRect t1, QPolygon t2, Bool) -> IO (QPolygon ()) # |
class QqwtClipperClipPolygonF x1 where #
qwtClipperClipPolygonF :: x1 -> IO (QPolygonF ()) #
Instances
QqwtClipperClipPolygonF (RectF, QPolygonF t2) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygonF :: (RectF, QPolygonF t2) -> IO (QPolygonF ()) # | |
QqwtClipperClipPolygonF (RectF, QPolygonF t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qwtClipperClipPolygonF :: (RectF, QPolygonF t2, Bool) -> IO (QPolygonF ()) # |
class QqqwtClipperClipPolygonF x1 where #
qqwtClipperClipPolygonF :: x1 -> IO (QPolygonF ()) #
Instances
QqqwtClipperClipPolygonF (QRectF t1, QPolygonF t2) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygonF :: (QRectF t1, QPolygonF t2) -> IO (QPolygonF ()) # | |
QqqwtClipperClipPolygonF (QRectF t1, QPolygonF t2, Bool) # | |
Defined in Qtc.Qwt.QwtClipper qqwtClipperClipPolygonF :: (QRectF t1, QPolygonF t2, Bool) -> IO (QPolygonF ()) # |
qwtClipper_delete :: QwtClipper a -> IO () #