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

Method coordinateSystem

src/backend/worksheet/plots/AbstractPlot.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51AbstractCoordinateSystem* AbstractPlot::coordinateSystem(const int index) const {
52 // TODO: use default when not specified?
53 return m_coordinateSystems.at(index);
54}
55
56QVector<AbstractCoordinateSystem*> AbstractPlot::coordinateSystems() const {
57 return m_coordinateSystems;

Callers 15

initGeneralTabMethod · 0.45
updatePlotRangeListMethod · 0.45
loadMethod · 0.45
plotRangeChangedMethod · 0.45
initGeneralTabMethod · 0.45
updatePlotRangeListMethod · 0.45
autoScaleRangeMethod · 0.45
removeRangeMethod · 0.45
PlotRangeChangedMethod · 0.45
initGeneralTabMethod · 0.45
initGeneralTabMethod · 0.45
initGeneralTabMethod · 0.45

Calls

no outgoing calls