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

Method rangeCount

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

Source from the content-addressed store, hash-verified

1356}
1357
1358int CartesianPlot::rangeCount(const Dimension dim) const {
1359 Q_D(const CartesianPlot);
1360 return d ? d->rangeCount(dim) : 0;
1361}
1362
1363const Range<double>& CartesianPlot::range(const Dimension dim, int index) const {
1364 if (index == -1)

Callers 15

updateLocaleMethod · 0.45
updateRangeListMethod · 0.45
updatePlotRangeListMethod · 0.45
addXRangeMethod · 0.45
addYRangeMethod · 0.45
removeRangeMethod · 0.45
loadGraphLayerMethod · 0.45
retransformScaleMethod · 0.45

Calls

no outgoing calls