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

Method shiftDownY

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

Source from the content-addressed store, hash-verified

3285}
3286
3287void CartesianPlot::shiftDownY(int index) {
3288 shift(index, Dimension::Y, true);
3289}
3290
3291void CartesianPlot::cursor() {
3292 Q_D(CartesianPlot);

Callers 3

shiftDown_SingleRangeMethod · 0.80
shiftDown_AllRangesMethod · 0.80
shiftDownAutoScaleMethod · 0.80

Calls

no outgoing calls

Tested by 3

shiftDown_SingleRangeMethod · 0.64
shiftDown_AllRangesMethod · 0.64
shiftDownAutoScaleMethod · 0.64