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

Method getMenuItemParent

MyGUIEngine/src/MyGUI_MenuControl.cpp:776–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774 }
775
776 MenuItem* MenuControl::getMenuItemParent() const
777 {
778 return mOwner;
779 }
780
781 const std::string& MenuControl::getSkinByType(MenuItemType _type) const
782 {

Calls

no outgoing calls

Tested by

no test coverage detected