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

Method shiftLeftX

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

Source from the content-addressed store, hash-verified

3273}
3274
3275void CartesianPlot::shiftLeftX(int index) {
3276 shift(index, Dimension::X, true);
3277}
3278
3279void CartesianPlot::shiftRightX(int index) {
3280 shift(index, Dimension::X, false);

Callers 4

shiftLeft_SingleRangeMethod · 0.80
shiftLeft_AllRangesMethod · 0.80
helperMacros.hFile · 0.80
shiftLeftAutoScaleMethod · 0.80

Calls

no outgoing calls

Tested by 3

shiftLeft_SingleRangeMethod · 0.64
shiftLeft_AllRangesMethod · 0.64
shiftLeftAutoScaleMethod · 0.64