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

Method isVisible

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:619–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617 return static_cast<Widget*>(this)->getInheritsPick();
618 }
619 bool MemberObsolete<Widget>::isVisible()
620 {
621 return static_cast<Widget*>(this)->getVisible();
622 }
623
624
625 void MemberObsolete<Window>::showSmooth(bool _reset)

Callers 3

isShowPointerMethod · 0.45
isVisiblePointerMethod · 0.45
isShowMethod · 0.45

Calls 1

getVisibleMethod · 0.45

Tested by

no test coverage detected