Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
4
Type MYGUICALL ExportWidget_GetInheritedVisible
Method · 0.80
MyGUI_Managed_Widget.h
File · 0.80
_updateVisible
Method · 0.80
notifyChangeCoord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected