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

Method getCurve

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

Source from the content-addressed store, hash-verified

2256}
2257
2258const XYCurve* CartesianPlot::getCurve(int index) {
2259 return children<XYCurve>().at(index);
2260}
2261
2262double CartesianPlot::cursorPos(int cursorNumber) {
2263 Q_D(const CartesianPlot);

Callers 4

cursorPosChangedMethod · 0.80
curveDataChangedMethod · 0.80
curveAddedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected