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

Method getItemChild

MyGUIEngine/src/MyGUI_MenuItem.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 MenuControl* MenuItem::getItemChild() const
137 {
138 return mOwner->getItemChild(this);
139 }
140
141 void MenuItem::setPropertyOverride(std::string_view _key, std::string_view _value)
142 {

Calls

no outgoing calls

Tested by

no test coverage detected