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

Method curveCount

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

Source from the content-addressed store, hash-verified

2248}
2249
2250int CartesianPlot::curveCount() {
2251 return children<XYCurve>().size();
2252}
2253
2254int CartesianPlot::curveTotalCount() const {
2255 return children<Plot>().size();

Callers 4

cursorPosChangedMethod · 0.80
curveDataChangedMethod · 0.80
curveAddedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected