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

Method isShowMenu

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 static_cast<MenuControl*>(this)->setVisible(false);
336 }
337 bool MemberObsolete<MenuControl>::isShowMenu()
338 {
339 return static_cast<MenuControl*>(this)->getVisible();
340 }
341
342 void MemberObsolete<MenuControl>::showItemChildAt(size_t _index)
343 {

Callers

nothing calls this directly

Calls 1

getVisibleMethod · 0.45

Tested by

no test coverage detected