MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / mouseMoveEvent

Method mouseMoveEvent

qcustomplot.cpp:1730–1734  ·  view source on GitHub ↗

! This event gets called when the user moves the mouse while holding a mouse button, after this layerable has become the mouse grabber by accepting the preceding \ref mousePressEvent. The current pixel position of the cursor on the QCustomPlot widget is accessible via \c event->pos(). The parameter \a startPos indicates the position where the initial \ref mousePressEvent occured, that s

Source from the content-addressed store, hash-verified

1728 \see mousePressEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent
1729*/
1730void QCPLayerable::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos)
1731{
1732 Q_UNUSED(startPos)
1733 event->ignore();
1734}
1735
1736/*!
1737 This event gets called when the user releases the mouse button, after this layerable has become

Callers

nothing calls this directly

Calls 10

orientationFunction · 0.85
replotMethod · 0.80
isActiveMethod · 0.80
moveSelectionMethod · 0.80
atMethod · 0.80
pixelToCoordMethod · 0.80
setRangeMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected