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

Method setNiceExtend

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

Source from the content-addressed store, hash-verified

1183
1184STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetNiceExtend, bool, niceExtend, niceExtendChanged)
1185void CartesianPlot::setNiceExtend(const bool value) {
1186 Q_D(CartesianPlot);
1187 if (value != d->niceExtend)
1188 exec(new CartesianPlotSetNiceExtendCmd(d, value, ki18n("%1: set nice extend")));
1189}
1190
1191STD_SETTER_CMD_IMPL_F_S(CartesianPlot, SetRangeLastValues, int, rangeLastValues, rangeChanged)
1192void CartesianPlot::setRangeLastValues(int values) {

Calls

no outgoing calls