MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / mousePressEvent

Method mousePressEvent

qcustomplot/qcustomplot.cpp:1712–1716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1710 \see mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent
1711*/
1712void QCPLayerable::mousePressEvent(QMouseEvent *event, const QVariant &details)
1713{
1714 Q_UNUSED(details)
1715 event->ignore();
1716}
1717
1718/*!
1719 This event gets called when the user moves the mouse while holding a mouse button, after this

Callers

nothing calls this directly

Calls 12

orientationFunction · 0.85
rangeDragMethod · 0.80
containsMethod · 0.80
rangeDragAxesMethod · 0.80
startSelectionMethod · 0.80
atMethod · 0.80
appendMethod · 0.80
rangeMethod · 0.80
dataMethod · 0.80
clearMethod · 0.60
isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected