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

Method mousePressEvent

3rdparty/qcustomplot/qcustomplot.cpp:1740–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738 \see mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent
1739*/
1740void QCPLayerable::mousePressEvent(QMouseEvent *event, const QVariant &details)
1741{
1742 Q_UNUSED(details)
1743 event->ignore();
1744}
1745
1746/*!
1747 This event gets called when the user moves the mouse while holding a mouse button, after this

Callers

nothing calls this directly

Calls 14

orientationFunction · 0.85
rangeDragMethod · 0.80
rangeDragAxesMethod · 0.80
startSelectionMethod · 0.80
appendMethod · 0.80
rangeFunction · 0.70
containsMethod · 0.45
isEmptyMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45
clearMethod · 0.45
isNullMethod · 0.45

Tested by

no test coverage detected