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

Method isShow

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896 static_cast<PointerManager*>(this)->setVisible(false);
897 }
898 bool MemberObsolete<PointerManager>::isShow()
899 {
900 return static_cast<PointerManager*>(this)->isVisible();
901 }
902 bool MemberObsolete<PointerManager>::load(const std::string& _file)
903 {
904 return ResourceManager::getInstance().load(_file);

Callers

nothing calls this directly

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected