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

Method setVisible

MyGUIEngine/src/MyGUI_Widget.cpp:1022–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020 }
1021
1022 void Widget::setVisible(bool _value)
1023 {
1024 if (mVisible == _value)
1025 return;
1026 mVisible = _value;
1027
1028 _updateVisible();
1029 }
1030
1031 void Widget::_updateVisible()
1032 {

Callers 15

initialiseOverrideMethod · 0.45
updateTrackMethod · 0.45
initialiseOverrideMethod · 0.45
actionWidgetHideMethod · 0.45
_showItemMethod · 0.45
_notifyDeleteItemMethod · 0.45
_insertItemMethod · 0.45
updateBarOldMethod · 0.45
updateBarNewMethod · 0.45
updateDropItemsMethod · 0.45
updateOnlyEmptyMethod · 0.45
_updateAllVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected