MCPcopy Create free account
hub / github.com/axmolengine/axmol / setEnabled

Method setEnabled

core/2d/MenuItem.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void MenuItem::setEnabled(bool enabled)
110{
111 _enabled = enabled;
112}
113
114bool MenuItem::isEnabled() const
115{

Callers 4

writeBackJointsMethod · 0.45
onEnterMethod · 0.45
onExitMethod · 0.45

Calls 4

setEnabledFunction · 0.70
getColorMethod · 0.45
setColorMethod · 0.45

Tested by

no test coverage detected