Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setEnabledSilent
Method
setEnabledSilent
MyGUIEngine/src/MyGUI_Widget.cpp:1357–1360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1355
}
1356
1357
void Widget::setEnabledSilent(bool _value)
1358
{
1359
mEnabled = _value;
1360
}
1361
1362
bool Widget::getEnabled() const
1363
{
Callers
3
ExportWidget_SetEnabledSilent__value
Function · 0.80
MyGUI_Managed_Widget.h
File · 0.80
prepareItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected