Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExportMenuItem_SetItemChecked
Function · 0.80
set
Function · 0.80
updateMenuScale
Method · 0.80
command_UpdateAppCaption
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected