Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ numChildren
Method
numChildren
source/windowing/StarWidget.cpp:414–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
size_t Widget::numChildren() const {
415
return m_members.size();
416
}
417
418
WidgetPtr Widget::getChildNum(size_t num) const {
419
return m_members.at(num);
Callers
6
addTab
Method · 0.80
tabCount
Method · 0.80
tabSelect
Method · 0.80
stackHandler
Method · 0.80
createTooltip
Method · 0.80
createTooltip
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected