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

Method mouseMoveSelectionMode

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

Source from the content-addressed store, hash-verified

3312}
3313
3314void CartesianPlot::mouseMoveSelectionMode(QPointF logicStart, QPointF logicEnd) {
3315 Q_D(CartesianPlot);
3316 d->mouseMoveSelectionMode(logicStart, logicEnd);
3317}
3318
3319void CartesianPlot::mouseMoveCursorMode(int cursorNumber, QPointF logicPos) {
3320 Q_D(CartesianPlot);

Calls 9

currentSelectionMethod · 0.80
scaleAutoMethod · 0.80
xMethod · 0.80
appendMethod · 0.80
parentMethod · 0.45
countMethod · 0.45
indexMethod · 0.45
containsMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected