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

Method getInheritedVisible

MyGUIEngine/src/MyGUI_Widget.cpp:1417–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415 }
1416
1417 bool Widget::getInheritedVisible() const
1418 {
1419 return mInheritedVisible;
1420 }
1421
1422 void Widget::resizeLayerItemView(const IntSize& _oldView, const IntSize& _newView)
1423 {

Calls

no outgoing calls

Tested by

no test coverage detected