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

Method getItemIndex

MyGUIEngine/src/MyGUI_MenuItem.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 size_t MenuItem::getItemIndex() const
112 {
113 return mOwner->getItemIndex(this);
114 }
115
116 MenuControl* MenuItem::createItemChild()
117 {

Calls

no outgoing calls

Tested by

no test coverage detected