MCPcopy 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

updateTrackMethod · 0.45
addTimeMethod · 0.45
_getContainerIndexMethod · 0.45
getWidgetByIndexMethod · 0.45
isShowMenuMethod · 0.45
isVisibleMethod · 0.45
prepareItemMethod · 0.45
updateScrollMethod · 0.45
_activateItemMethod · 0.45
updateScrollSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected