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

Method addXRange

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

Source from the content-addressed store, hash-verified

1473}
1474
1475void CartesianPlot::addXRange() {
1476 Q_D(CartesianPlot);
1477 d->xRanges.append(CartesianPlot::Private::RichRange());
1478 setProjectChanged(true);
1479}
1480void CartesianPlot::addYRange() {
1481 Q_D(CartesianPlot);
1482 d->yRanges.append(CartesianPlot::Private::RichRange());

Callers 1

loadGraphLayerMethod · 0.45

Calls 2

RichRangeClass · 0.85
appendMethod · 0.80

Tested by

no test coverage detected