MCPcopy Create free account
hub / github.com/LUX-Core/lux / mouseMoveEvent

Method mouseMoveEvent

src/qt/qcustomplot.cpp:1726–1730  ·  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

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

Callers

nothing calls this directly

Calls 12

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

Tested by

no test coverage detected