MCPcopy 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
30int TreeItem::childCount() const {
31 return childItems.count();
32}
33
34int TreeItem::childNumber() const {
35 if (parentItem)

Callers 15

addTopicToTreeMethod · 0.45
testSubscribeMethod · 0.45
testUnsubscribeMethod · 0.45
checkCommonChildCountMethod · 0.45
mqttSubscribeMethod · 0.45
mqttUnsubscribeMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected