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

Method getItemType

MyGUIEngine/src/MyGUI_MenuControl.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 }
755
756 MenuItemType MenuControl::getItemType(const MenuItem* _item) const
757 {
758 return getItemTypeAt(getItemIndex(_item));
759 }
760
761 void MenuControl::setItemType(MenuItem* _item, MenuItemType _type)
762 {

Callers 3

_setItemSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected