MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / mouseReleaseEvent

Method mouseReleaseEvent

3rdparty/qcustomplot/qcustomplot.cpp:1776–1780  ·  view source on GitHub ↗

! This event gets called when the user releases the 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 started the mouse i

Source from the content-addressed store, hash-verified

1774 \see mousePressEvent, mouseMoveEvent, mouseDoubleClickEvent, wheelEvent
1775*/
1776void QCPLayerable::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos)
1777{
1778 Q_UNUSED(startPos)
1779 event->ignore();
1780}
1781
1782/*!
1783 This event gets called when the user presses the mouse button a second time in a double-click,

Callers

nothing calls this directly

Calls 10

noAntialiasingOnDragFunction · 0.85
endSelectionMethod · 0.80
isActiveMethod · 0.45
cancelMethod · 0.45
isEmptyMethod · 0.45
beginMethod · 0.45
dataRangeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected