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

Method setRangeLastValues

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

Source from the content-addressed store, hash-verified

1190
1191STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeLastValues, int, rangeLastValues, rangeChanged)
1192void CartesianPlot::setRangeLastValues(int values) {
1193 Q_D(CartesianPlot);
1194 if (values != d->rangeLastValues)
1195 exec(new CartesianPlotSetRangeLastValuesCmd(d, values, ki18n("%1: set range")));
1196}
1197
1198STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeFirstValues, int, rangeFirstValues, rangeChanged)
1199void CartesianPlot::setRangeFirstValues(int values) {

Callers 1

rangePointsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected