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

Method getInheritedEnabled

MyGUIEngine/src/MyGUI_Widget.cpp:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410 }
1411
1412 bool Widget::getInheritedEnabled() const
1413 {
1414 return mInheritedEnabled;
1415 }
1416
1417 bool Widget::getInheritedVisible() const
1418 {

Callers 7

_updateEnabledMethod · 0.80
injectMouseMoveMethod · 0.80
injectMousePressMethod · 0.80
injectMouseReleaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected