MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / mouseMoveEvent

Method mouseMoveEvent

qCC/extern/QCustomPlot/qcustomplot.cpp:1758–1762  ·  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 occurred, that

Source from the content-addressed store, hash-verified

1756 \see mousePressEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent
1757*/
1758void QCPLayerable::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos)
1759{
1760 Q_UNUSED(startPos)
1761 event->ignore();
1762}
1763
1764/*!
1765 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
posMethod · 0.80
replotMethod · 0.80
moveSelectionMethod · 0.80
pixelToCoordMethod · 0.80
rangeDragMethod · 0.80
acceptMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45
atMethod · 0.45
setRangeMethod · 0.45

Tested by

no test coverage detected