MCPcopy 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
414size_t Widget::numChildren() const {
415 return m_members.size();
416}
417
418WidgetPtr Widget::getChildNum(size_t num) const {
419 return m_members.at(num);

Callers 6

addTabMethod · 0.80
tabCountMethod · 0.80
tabSelectMethod · 0.80
stackHandlerMethod · 0.80
createTooltipMethod · 0.80
createTooltipMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected