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

Method setRangeDefault

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

Source from the content-addressed store, hash-verified

1368}
1369
1370void CartesianPlot::setRangeDefault(const Dimension dim, const Range<double> range) {
1371 const int index{defaultCoordinateSystem()->index(dim)};
1372 setRange(dim, index, range);
1373}
1374
1375class CartesianPlotSetRangeIndexCmd : public QUndoCommand {
1376public:

Callers 3

loadGraphLayerMethod · 0.80

Calls 1

indexMethod · 0.45