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

Method _updateItems

MyGUIEngine/src/MyGUI_MenuControl.cpp:863–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861 }
862
863 void MenuControl::_updateItems(size_t _index)
864 {
865 if (mItemsInfo[_index].submenu != nullptr)
866 mItemsInfo[_index].submenu->_updateSizeForEmpty();
867 }
868
869 void MenuControl::_updateSizeForEmpty()
870 {

Callers

nothing calls this directly

Calls 1

_updateSizeForEmptyMethod · 0.80

Tested by

no test coverage detected