Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getVisible
Method
getVisible
MyGUIEngine/src/MyGUI_Widget.cpp:1327–1330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1325
}
1326
1327
bool Widget::getVisible() const
1328
{
1329
return mVisible;
1330
}
1331
1332
Align Widget::getAlign() const
1333
{
Callers
11
updateTrack
Method · 0.45
addTime
Method · 0.45
notifyPressedBarButtonEvent
Method · 0.45
_getContainerIndex
Method · 0.45
getWidgetByIndex
Method · 0.45
isShowMenu
Method · 0.45
isVisible
Method · 0.45
prepareItem
Method · 0.45
updateScroll
Method · 0.45
_activateItem
Method · 0.45
updateScrollSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected