Qtc.Qwt.QwtPlotPicker

Contents

Documentation

class QqwtPlotPickerTrUtf8 x1 where #

Methods

qwtPlotPickerTrUtf8 :: x1 -> IO String #

Instances
QqwtPlotPickerTrUtf8 String # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Methods

qwtPlotPickerTrUtf8 :: String -> IO String #

QqwtPlotPickerTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Methods

qwtPlotPickerTrUtf8 :: (String, String) -> IO String #

QqwtPlotPickerTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Methods

qwtPlotPickerTrUtf8 :: (String, String, Int) -> IO String #

class QqwtPlotPicker x1 where #

Methods

qwtPlotPicker :: x1 -> IO (QwtPlotPicker ()) #

Instances
QqwtPlotPicker (QWidget t1) # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Methods

qwtPlotPicker :: QWidget t1 -> IO (QwtPlotPicker ()) #

QqwtPlotPicker (Int, Int, QWidget t3) # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Methods

qwtPlotPicker :: (Int, Int, QWidget t3) -> IO (QwtPlotPicker ()) #

QqwtPlotPicker (Int, Int, QwtPicker_RubberBand, QwtPicker_DisplayMode, QWidget t5) # 
Instance details

Defined in Qtc.Qwt.QwtPlotPicker

Orphan instances

QyAxis (QwtPlotPicker a) () # 
Instance details

Methods

yAxis :: QwtPlotPicker a -> () -> IO Int #

QxAxis (QwtPlotPicker a) () # 
Instance details

Methods

xAxis :: QwtPlotPicker a -> () -> IO Int #

QupdateDisplay (QwtPlotPicker ()) () # 
Instance details

Methods

updateDisplay :: QwtPlotPicker () -> () -> IO () #

QupdateDisplay (QwtPlotPickerSc a) () # 
Instance details

Methods

updateDisplay :: QwtPlotPickerSc a -> () -> IO () #

QtrackerTextF (QwtPlotPicker ()) PointF # 
Instance details

Methods

trackerTextF :: QwtPlotPicker () -> PointF -> IO (QwtText ()) #

QtrackerTextF (QwtPlotPickerSc a) PointF # 
Instance details

Methods

trackerTextF :: QwtPlotPickerSc a -> PointF -> IO (QwtText ()) #

QtrackerText (QwtPlotPicker ()) Point # 
Instance details

Methods

trackerText :: QwtPlotPicker () -> Point -> IO (QwtText ()) #

QtrackerText (QwtPlotPickerSc a) Point # 
Instance details

Methods

trackerText :: QwtPlotPickerSc a -> Point -> IO (QwtText ()) #

QtrackerOverlay (QwtPlotPicker ()) () # 
Instance details

Methods

trackerOverlay :: QwtPlotPicker () -> () -> IO (QwtWidgetOverlay ()) #

QtrackerOverlay (QwtPlotPickerSc a) () # 
Instance details

Methods

trackerOverlay :: QwtPlotPickerSc a -> () -> IO (QwtWidgetOverlay ()) #

QqscaleRect (QwtPlotPicker ()) () # 
Instance details

Methods

qscaleRect :: QwtPlotPicker () -> () -> IO (QRectF ()) #

QqscaleRect (QwtPlotPickerSc a) () # 
Instance details

Methods

qscaleRect :: QwtPlotPickerSc a -> () -> IO (QRectF ()) #

QscaleRect (QwtPlotPicker ()) () # 
Instance details

Methods

scaleRect :: QwtPlotPicker () -> () -> IO RectF #

QscaleRect (QwtPlotPickerSc a) () # 
Instance details

Methods

scaleRect :: QwtPlotPickerSc a -> () -> IO RectF #

QrubberBandOverlay (QwtPlotPicker ()) () # 
Instance details

Methods

rubberBandOverlay :: QwtPlotPicker () -> () -> IO (QwtWidgetOverlay ()) #

QrubberBandOverlay (QwtPlotPickerSc a) () # 
Instance details

QrubberBandMask (QwtPlotPicker ()) () # 
Instance details

Methods

rubberBandMask :: QwtPlotPicker () -> () -> IO (QRegion ()) #

QrubberBandMask (QwtPlotPickerSc a) () # 
Instance details

Methods

rubberBandMask :: QwtPlotPickerSc a -> () -> IO (QRegion ()) #

Qplot (QwtPlotPicker a) () # 
Instance details

Methods

plot :: QwtPlotPicker a -> () -> IO (QwtPlot ()) #

QpickedPoints (QwtPlotPicker ()) () # 
Instance details

Methods

pickedPoints :: QwtPlotPicker () -> () -> IO (QPolygon ()) #

QpickedPoints (QwtPlotPickerSc a) () # 
Instance details

Methods

pickedPoints :: QwtPlotPickerSc a -> () -> IO (QPolygon ()) #

QpickArea (QwtPlotPicker ()) () # 
Instance details

Methods

pickArea :: QwtPlotPicker () -> () -> IO (QPainterPath ()) #

QpickArea (QwtPlotPickerSc a) () # 
Instance details

Methods

pickArea :: QwtPlotPickerSc a -> () -> IO (QPainterPath ()) #

Qcanvas (QwtPlotPicker a) () # 
Instance details

Methods

canvas :: QwtPlotPicker a -> () -> IO (QWidget ()) #

QsetEnabled (QwtPlotPicker ()) Bool # 
Instance details

Methods

setEnabled :: QwtPlotPicker () -> Bool -> IO () #

QsetEnabled (QwtPlotPickerSc a) Bool # 
Instance details

Methods

setEnabled :: QwtPlotPickerSc a -> Bool -> IO () #

QsenderSignalIndex (QwtPlotPicker ()) () # 
Instance details

Methods

senderSignalIndex :: QwtPlotPicker () -> () -> IO Int #

QsenderSignalIndex (QwtPlotPickerSc a) () # 
Instance details

Methods

senderSignalIndex :: QwtPlotPickerSc a -> () -> IO Int #

Qsender (QwtPlotPicker ()) () # 
Instance details

Methods

sender :: QwtPlotPicker () -> () -> IO (QObject ()) #

Qsender (QwtPlotPickerSc a) () # 
Instance details

Methods

sender :: QwtPlotPickerSc a -> () -> IO (QObject ()) #

Qreceivers (QwtPlotPicker ()) String # 
Instance details

Methods

receivers :: QwtPlotPicker () -> String -> IO Int #

Qreceivers (QwtPlotPickerSc a) String # 
Instance details

Methods

receivers :: QwtPlotPickerSc a -> String -> IO Int #

Qmove (QwtPlotPicker ()) Point # 
Instance details

Methods

move :: QwtPlotPicker () -> Point -> IO () #

Qmove (QwtPlotPickerSc a) Point # 
Instance details

Methods

move :: QwtPlotPickerSc a -> Point -> IO () #

QisEnabled (QwtPlotPicker ()) () # 
Instance details

Methods

isEnabled :: QwtPlotPicker () -> () -> IO Bool #

QisEnabled (QwtPlotPickerSc a) () # 
Instance details

Methods

isEnabled :: QwtPlotPickerSc a -> () -> IO Bool #

QinvTransform (QwtPlotPicker ()) Rect (IO RectF) # 
Instance details

Methods

invTransform :: QwtPlotPicker () -> Rect -> IO RectF #

QinvTransform (QwtPlotPicker ()) Point (IO PointF) # 
Instance details

Methods

invTransform :: QwtPlotPicker () -> Point -> IO PointF #

QinvTransform (QwtPlotPickerSc a) Rect (IO RectF) # 
Instance details

Methods

invTransform :: QwtPlotPickerSc a -> Rect -> IO RectF #

QinvTransform (QwtPlotPickerSc a) Point (IO PointF) # 
Instance details

Qtransform (QwtPlotPicker ()) RectF (IO Rect) # 
Instance details

Methods

transform :: QwtPlotPicker () -> RectF -> IO Rect #

Qtransform (QwtPlotPicker ()) PointF (IO Point) # 
Instance details

Methods

transform :: QwtPlotPicker () -> PointF -> IO Point #

Qtransform (QwtPlotPickerSc a) RectF (IO Rect) # 
Instance details

Methods

transform :: QwtPlotPickerSc a -> RectF -> IO Rect #

Qtransform (QwtPlotPickerSc a) PointF (IO Point) # 
Instance details

Methods

transform :: QwtPlotPickerSc a -> PointF -> IO Point #

Qreset (QwtPlotPicker ()) () (IO ()) # 
Instance details

Methods

reset :: QwtPlotPicker () -> () -> IO () #

Qreset (QwtPlotPickerSc a) () (IO ()) # 
Instance details

Methods

reset :: QwtPlotPickerSc a -> () -> IO () #

Qremove (QwtPlotPicker ()) () (IO ()) # 
Instance details

Methods

remove :: QwtPlotPicker () -> () -> IO () #

Qremove (QwtPlotPickerSc a) () (IO ()) # 
Instance details

Methods

remove :: QwtPlotPickerSc a -> () -> IO () #

Qproperty (QwtPlotPicker ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QwtPlotPicker () -> String -> IO (QVariant ()) #

Qproperty (QwtPlotPickerSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QwtPlotPickerSc a -> String -> IO (QVariant ()) #

Qparent (QwtPlotPicker ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QwtPlotPicker () -> () -> IO (QObject ()) #

Qparent (QwtPlotPickerSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QwtPlotPickerSc a -> () -> IO (QObject ()) #

Qend (QwtPlotPicker ()) Bool (IO Bool) # 
Instance details

Methods

end :: QwtPlotPicker () -> Bool -> IO Bool #

Qend (QwtPlotPicker ()) () (IO Bool) # 
Instance details

Methods

end :: QwtPlotPicker () -> () -> IO Bool #

Qend (QwtPlotPickerSc a) Bool (IO Bool) # 
Instance details

Methods

end :: QwtPlotPickerSc a -> Bool -> IO Bool #

Qend (QwtPlotPickerSc a) () (IO Bool) # 
Instance details

Methods

end :: QwtPlotPickerSc a -> () -> IO Bool #

Qbegin (QwtPlotPicker ()) () (IO ()) # 
Instance details

Methods

begin :: QwtPlotPicker () -> () -> IO () #

Qbegin (QwtPlotPickerSc a) () (IO ()) # 
Instance details

Methods

begin :: QwtPlotPickerSc a -> () -> IO () #

Qappend (QwtPlotPicker ()) Point (IO ()) # 
Instance details

Methods

append :: QwtPlotPicker () -> Point -> IO () #

Qappend (QwtPlotPickerSc a) Point (IO ()) # 
Instance details

Methods

append :: QwtPlotPickerSc a -> Point -> IO () #

QuserMethod (QwtPlotPicker ()) () (IO ()) # 
Instance details

Methods

userMethod :: QwtPlotPicker () -> Int -> () -> IO () #

QuserMethod (QwtPlotPickerSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QwtPlotPickerSc a -> Int -> () -> IO () #

QwidgetWheelEvent (QwtPlotPicker ()) (QWheelEvent t1) # 
Instance details

Methods

widgetWheelEvent :: QwtPlotPicker () -> QWheelEvent t1 -> IO () #

QwidgetWheelEvent (QwtPlotPickerSc a) (QWheelEvent t1) # 
Instance details

Methods

widgetWheelEvent :: QwtPlotPickerSc a -> QWheelEvent t1 -> IO () #

QwidgetMouseReleaseEvent (QwtPlotPicker ()) (QMouseEvent t1) # 
Instance details

QwidgetMouseReleaseEvent (QwtPlotPickerSc a) (QMouseEvent t1) # 
Instance details

QwidgetMousePressEvent (QwtPlotPicker ()) (QMouseEvent t1) # 
Instance details

Methods

widgetMousePressEvent :: QwtPlotPicker () -> QMouseEvent t1 -> IO () #

QwidgetMousePressEvent (QwtPlotPickerSc a) (QMouseEvent t1) # 
Instance details

QwidgetMouseMoveEvent (QwtPlotPicker ()) (QMouseEvent t1) # 
Instance details

Methods

widgetMouseMoveEvent :: QwtPlotPicker () -> QMouseEvent t1 -> IO () #

QwidgetMouseMoveEvent (QwtPlotPickerSc a) (QMouseEvent t1) # 
Instance details

QwidgetMouseDoubleClickEvent (QwtPlotPicker ()) (QMouseEvent t1) # 
Instance details

QwidgetMouseDoubleClickEvent (QwtPlotPickerSc a) (QMouseEvent t1) # 
Instance details

QwidgetLeaveEvent (QwtPlotPicker ()) (QEvent t1) # 
Instance details

Methods

widgetLeaveEvent :: QwtPlotPicker () -> QEvent t1 -> IO () #

QwidgetLeaveEvent (QwtPlotPickerSc a) (QEvent t1) # 
Instance details

Methods

widgetLeaveEvent :: QwtPlotPickerSc a -> QEvent t1 -> IO () #

QwidgetKeyReleaseEvent (QwtPlotPicker ()) (QKeyEvent t1) # 
Instance details

Methods

widgetKeyReleaseEvent :: QwtPlotPicker () -> QKeyEvent t1 -> IO () #

QwidgetKeyReleaseEvent (QwtPlotPickerSc a) (QKeyEvent t1) # 
Instance details

QwidgetKeyPressEvent (QwtPlotPicker ()) (QKeyEvent t1) # 
Instance details

Methods

widgetKeyPressEvent :: QwtPlotPicker () -> QKeyEvent t1 -> IO () #

QwidgetKeyPressEvent (QwtPlotPickerSc a) (QKeyEvent t1) # 
Instance details

Methods

widgetKeyPressEvent :: QwtPlotPickerSc a -> QKeyEvent t1 -> IO () #

QwidgetEnterEvent (QwtPlotPicker ()) (QEvent t1) # 
Instance details

Methods

widgetEnterEvent :: QwtPlotPicker () -> QEvent t1 -> IO () #

QwidgetEnterEvent (QwtPlotPickerSc a) (QEvent t1) # 
Instance details

Methods

widgetEnterEvent :: QwtPlotPickerSc a -> QEvent t1 -> IO () #

QqtrackerTextF (QwtPlotPicker ()) (QPointF t1) # 
Instance details

Methods

qtrackerTextF :: QwtPlotPicker () -> QPointF t1 -> IO (QwtText ()) #

QqtrackerTextF (QwtPlotPickerSc a) (QPointF t1) # 
Instance details

Methods

qtrackerTextF :: QwtPlotPickerSc a -> QPointF t1 -> IO (QwtText ()) #

QqtrackerText (QwtPlotPicker ()) (QPoint t1) # 
Instance details

Methods

qtrackerText :: QwtPlotPicker () -> QPoint t1 -> IO (QwtText ()) #

QqtrackerText (QwtPlotPickerSc a) (QPoint t1) # 
Instance details

Methods

qtrackerText :: QwtPlotPickerSc a -> QPoint t1 -> IO (QwtText ()) #

QqtrackerRect (QwtPlotPicker ()) (QFont t1) # 
Instance details

Methods

qtrackerRect :: QwtPlotPicker () -> QFont t1 -> IO (QRect ()) #

QqtrackerRect (QwtPlotPickerSc a) (QFont t1) # 
Instance details

Methods

qtrackerRect :: QwtPlotPickerSc a -> QFont t1 -> IO (QRect ()) #

QtrackerRect (QwtPlotPicker ()) (QFont t1) # 
Instance details

Methods

trackerRect :: QwtPlotPicker () -> QFont t1 -> IO Rect #

QtrackerRect (QwtPlotPickerSc a) (QFont t1) # 
Instance details

Methods

trackerRect :: QwtPlotPickerSc a -> QFont t1 -> IO Rect #

QdrawTracker (QwtPlotPicker ()) (QPainter t1) # 
Instance details

Methods

drawTracker :: QwtPlotPicker () -> QPainter t1 -> IO () #

QdrawTracker (QwtPlotPickerSc a) (QPainter t1) # 
Instance details

Methods

drawTracker :: QwtPlotPickerSc a -> QPainter t1 -> IO () #

QdrawRubberBand (QwtPlotPicker ()) (QPainter t1) # 
Instance details

Methods

drawRubberBand :: QwtPlotPicker () -> QPainter t1 -> IO () #

QdrawRubberBand (QwtPlotPickerSc a) (QPainter t1) # 
Instance details

Methods

drawRubberBand :: QwtPlotPickerSc a -> QPainter t1 -> IO () #

QadjustedPoints (QwtPlotPicker ()) (QPolygon t1) # 
Instance details

Methods

adjustedPoints :: QwtPlotPicker () -> QPolygon t1 -> IO (QPolygon ()) #

QadjustedPoints (QwtPlotPickerSc a) (QPolygon t1) # 
Instance details

Methods

adjustedPoints :: QwtPlotPickerSc a -> QPolygon t1 -> IO (QPolygon ()) #

QtimerEvent (QwtPlotPicker ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QwtPlotPicker () -> QTimerEvent t1 -> IO () #

QtimerEvent (QwtPlotPickerSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QwtPlotPickerSc a -> QTimerEvent t1 -> IO () #

Qqmove (QwtPlotPicker ()) (QPoint t1) # 
Instance details

Methods

qmove :: QwtPlotPicker () -> QPoint t1 -> IO () #

Qqmove (QwtPlotPickerSc a) (QPoint t1) # 
Instance details

Methods

qmove :: QwtPlotPickerSc a -> QPoint t1 -> IO () #

QisSignalConnected (QwtPlotPicker ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QwtPlotPicker () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QwtPlotPickerSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QwtPlotPickerSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QwtPlotPicker ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QwtPlotPicker () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QwtPlotPickerSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QwtPlotPickerSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QwtPlotPicker ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QwtPlotPicker () -> QEvent t1 -> IO () #

QcustomEvent (QwtPlotPickerSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QwtPlotPickerSc a -> QEvent t1 -> IO () #

QconnectNotify (QwtPlotPicker ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QwtPlotPicker () -> QMetaMethod t1 -> IO () #

QconnectNotify (QwtPlotPickerSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QwtPlotPickerSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QwtPlotPicker ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QwtPlotPicker () -> QChildEvent t1 -> IO () #

QchildEvent (QwtPlotPickerSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QwtPlotPickerSc a -> QChildEvent t1 -> IO () #

Qqappend (QwtPlotPicker ()) (QPoint t1) # 
Instance details

Methods

qappend :: QwtPlotPicker () -> QPoint t1 -> IO () #

Qqappend (QwtPlotPickerSc a) (QPoint t1) # 
Instance details

Methods

qappend :: QwtPlotPickerSc a -> QPoint t1 -> IO () #

Qtransition (QwtPlotPicker ()) (QEvent t1) (IO ()) # 
Instance details

Methods

transition :: QwtPlotPicker () -> QEvent t1 -> IO () #

Qtransition (QwtPlotPickerSc a) (QEvent t1) (IO ()) # 
Instance details

Methods

transition :: QwtPlotPickerSc a -> QEvent t1 -> IO () #

Qqtransform (QwtPlotPicker ()) (QPointF t1) (IO (QPoint ())) # 
Instance details

Methods

qtransform :: QwtPlotPicker () -> QPointF t1 -> IO (QPoint ()) #

Qqtransform (QwtPlotPicker ()) (QRectF t1) (IO (QRect ())) # 
Instance details

Methods

qtransform :: QwtPlotPicker () -> QRectF t1 -> IO (QRect ()) #

Qqtransform (QwtPlotPickerSc a) (QRectF t1) (IO (QRect ())) # 
Instance details

Methods

qtransform :: QwtPlotPickerSc a -> QRectF t1 -> IO (QRect ()) #

Qqtransform (QwtPlotPickerSc a) (QPointF t1) (IO (QPoint ())) # 
Instance details

Methods

qtransform :: QwtPlotPickerSc a -> QPointF t1 -> IO (QPoint ()) #

QqinvTransform (QwtPlotPicker ()) (QPoint t1) (IO (QPointF ())) # 
Instance details

Methods

qinvTransform :: QwtPlotPicker () -> QPoint t1 -> IO (QPointF ()) #

QqinvTransform (QwtPlotPicker ()) (QRect t1) (IO (QRectF ())) # 
Instance details

Methods

qinvTransform :: QwtPlotPicker () -> QRect t1 -> IO (QRectF ()) #

QqinvTransform (QwtPlotPickerSc a) (QRect t1) (IO (QRectF ())) # 
Instance details

Methods

qinvTransform :: QwtPlotPickerSc a -> QRect t1 -> IO (QRectF ()) #

QqinvTransform (QwtPlotPickerSc a) (QPoint t1) (IO (QPointF ())) # 
Instance details

Methods

qinvTransform :: QwtPlotPickerSc a -> QPoint t1 -> IO (QPointF ()) #

Qevent (QwtPlotPicker ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QwtPlotPicker () -> QEvent t1 -> IO Bool #

Qevent (QwtPlotPickerSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QwtPlotPickerSc a -> QEvent t1 -> IO Bool #

Qaccept (QwtPlotPicker ()) (QPolygon t1) (IO Bool) # 
Instance details

Methods

accept :: QwtPlotPicker () -> QPolygon t1 -> IO Bool #

Qaccept (QwtPlotPickerSc a) (QPolygon t1) (IO Bool) # 
Instance details

Methods

accept :: QwtPlotPickerSc a -> QPolygon t1 -> IO Bool #

QuserMethod (QwtPlotPicker ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtPlotPicker () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QwtPlotPickerSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QwtPlotPickerSc a -> Int -> QVariant () -> IO (QVariant ()) #

QqstretchSelection (QwtPlotPicker ()) (QSize t1, QSize t2) # 
Instance details

Methods

qstretchSelection :: QwtPlotPicker () -> (QSize t1, QSize t2) -> IO () #

QqstretchSelection (QwtPlotPickerSc a) (QSize t1, QSize t2) # 
Instance details

Methods

qstretchSelection :: QwtPlotPickerSc a -> (QSize t1, QSize t2) -> IO () #

QstretchSelection (QwtPlotPicker ()) (Size, Size) # 
Instance details

Methods

stretchSelection :: QwtPlotPicker () -> (Size, Size) -> IO () #

QstretchSelection (QwtPlotPickerSc a) (Size, Size) # 
Instance details

Methods

stretchSelection :: QwtPlotPickerSc a -> (Size, Size) -> IO () #

QmouseMatch (QwtPlotPicker ()) (QwtEventPattern_MousePattern t1, QMouseEvent t2) # 
Instance details

QmouseMatch (QwtPlotPickerSc a) (QwtEventPattern_MousePattern t1, QMouseEvent t2) # 
Instance details

QkeyMatch (QwtPlotPicker ()) (QwtEventPattern_KeyPattern t1, QKeyEvent t2) # 
Instance details

Methods

keyMatch :: QwtPlotPicker () -> (QwtEventPattern_KeyPattern t1, QKeyEvent t2) -> IO Bool #

QkeyMatch (QwtPlotPickerSc a) (QwtEventPattern_KeyPattern t1, QKeyEvent t2) # 
Instance details

QsetAxis (QwtPlotPicker ()) (Int, Int) # 
Instance details

Methods

setAxis :: QwtPlotPicker () -> (Int, Int) -> IO () #

QsetAxis (QwtPlotPickerSc a) (Int, Int) # 
Instance details

Methods

setAxis :: QwtPlotPickerSc a -> (Int, Int) -> IO () #

QeventFilter (QwtPlotPicker ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QwtPlotPicker () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QwtPlotPickerSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QwtPlotPickerSc a -> (QObject t1, QEvent t2) -> IO Bool #