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

Method getChildAt

MyGUIEngine/src/MyGUI_Widget.cpp:1006–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004 }
1005
1006 Widget* Widget::getChildAt(size_t _index) const
1007 {
1008 if (mWidgetClient != nullptr)
1009 return mWidgetClient->getChildAt(_index);
1010 MYGUI_ASSERT_RANGE(_index, mWidgetChild.size(), "Widget::getChildAt");
1011 return mWidgetChild[_index];
1012 }
1013
1014 void Widget::baseUpdateEnable()
1015 {

Callers 10

bindEventsMethod · 0.80
OnTextLostFocusMethod · 0.80
OnTextSetFocusMethod · 0.80
removeAllItemsMethod · 0.80
removeItemAtMethod · 0.80
setWidgetCoordMethod · 0.80
OnInitialiseMethod · 0.80
CreateChildsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected