Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2250
int CartesianPlot::curveCount() {
2251
return children<XYCurve>().size();
2252
}
2253
2254
int CartesianPlot::curveTotalCount() const {
2255
return children<Plot>().size();
Callers
4
cursorPosChanged
Method · 0.80
curveDataChanged
Method · 0.80
curveAdded
Method · 0.80
updateCompleteCursorTreeModel
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected