MCPcopy Create free account
hub / github.com/MyGUI/mygui / setVisible

Function setVisible

MyGUIEngine/include/MyGUI_ISubWidget.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 mAlign = _value;
45 }
46 virtual void setVisible(bool _value)
47 {
48 mVisible = _value;
49 }
50
51 virtual void _updateView()
52 {

Callers 11

setVisibleMethod · 0.85
setVisibleSmoothMethod · 0.85
setPropertyOverrideMethod · 0.85
setVisibleMethod · 0.85
setVisibleSmoothMethod · 0.85
MyGUI_Window.hFile · 0.85
updateMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
SelectorControl.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected