Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ childCount
Method
childCount
src/backend/worksheet/TreeModel.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
int TreeItem::childCount() const {
31
return childItems.count();
32
}
33
34
int TreeItem::childNumber() const {
35
if (parentItem)
Callers
15
addTopicToTree
Method · 0.45
testSubscribe
Method · 0.45
testUnsubscribe
Method · 0.45
findSubscriptionLeafChildren
Method · 0.45
updateSubscriptionTree
Method · 0.45
addSubscriptionChildren
Method · 0.45
restoreSubscriptionChildren
Method · 0.45
checkCommonChildCount
Method · 0.45
mqttAvailableTopicDoubleClicked
Method · 0.45
mqttSubscribedTopicDoubleClicked
Method · 0.45
mqttSubscribe
Method · 0.45
mqttUnsubscribe
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected