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

Method setRangeFirstValues

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

Source from the content-addressed store, hash-verified

1197
1198STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeFirstValues, int, rangeFirstValues, rangeChanged)
1199void CartesianPlot::setRangeFirstValues(int values) {
1200 Q_D(CartesianPlot);
1201 if (values != d->rangeFirstValues)
1202 exec(new CartesianPlotSetRangeFirstValuesCmd(d, values, ki18n("%1: set range")));
1203}
1204
1205// x/y ranges
1206class CartesianPlotSetRangeFormatIndexCmd : public QUndoCommand {

Callers 1

rangePointsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected