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

Method setEnabled

MyGUIEngine/src/MyGUI_Widget.cpp:1049–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047 }
1048
1049 void Widget::setEnabled(bool _value)
1050 {
1051 if (mEnabled == _value)
1052 return;
1053 mEnabled = _value;
1054
1055 _updateEnabled();
1056 }
1057
1058 void Widget::_updateEnabled()
1059 {

Callers 15

ExportWidget_SetEnabledFunction · 0.45
setFunction · 0.45
setAnimationMethod · 0.45
~SkeletonStateMethod · 0.45
setEventMethod · 0.45
setPropertyMethod · 0.45
onAddressBarChangedMethod · 0.45
actionWidgetHideMethod · 0.45
_showItemMethod · 0.45
updateBarOldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected