MCPcopy Create free account
hub / github.com/KDE/labplot / mouseMoveCursorMode

Method mouseMoveCursorMode

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:3319–3322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317}
3318
3319void CartesianPlot::mouseMoveCursorMode(int cursorNumber, QPointF logicPos) {
3320 Q_D(CartesianPlot);
3321 d->mouseMoveCursorMode(cursorNumber, logicPos);
3322}
3323
3324void CartesianPlot::mouseReleaseZoomSelectionMode(int cSystemIndex) {
3325 Q_D(CartesianPlot);

Callers 1

Calls 5

xMethod · 0.80
formatMethod · 0.45
dateTimeFormatMethod · 0.45
toStringMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected