Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportWidget_GetInheritedEnabled
Method · 0.80
MyGUI_Managed_Widget.h
File · 0.80
notifyChangeMouseFocus
Method · 0.80
_updateEnabled
Method · 0.80
injectMouseMove
Method · 0.80
injectMousePress
Method · 0.80
injectMouseRelease
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected