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

Method setItemChecked

MyGUIEngine/src/MyGUI_MenuItem.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void MenuItem::setItemChecked(bool _value)
195 {
196 mCheckValue = _value;
197 updateCheck();
198 }
199
200} // namespace MyGUI

Callers 4

setFunction · 0.80
updateMenuScaleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected