MCPcopy Create free account
hub / github.com/MyGUI/mygui / getChildCount

Method getChildCount

MyGUIEngine/src/MyGUI_Widget.cpp:999–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997 }
998
999 size_t Widget::getChildCount() const
1000 {
1001 if (mWidgetClient != nullptr)
1002 return mWidgetClient->getChildCount();
1003 return mWidgetChild.size();
1004 }
1005
1006 Widget* Widget::getChildAt(size_t _index) const
1007 {

Callers 12

getFunction · 0.80
bindEventsMethod · 0.80
OnTextLostFocusMethod · 0.80
OnTextSetFocusMethod · 0.80
removeAllItemsMethod · 0.80
getItemsCountMethod · 0.80
removeItemAtMethod · 0.80
setWidgetCoordMethod · 0.80
OnInitialiseMethod · 0.80
CreateChildsMethod · 0.80
notifyItemMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected