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

Method setEnabled

Tools/EditorFramework/SelectorControl.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void SelectorControl::setEnabled(bool _value)
134 {
135 mMainWidget->setNeedMouseFocus(_value);
136 }
137
138 bool SelectorControl::getCapture()
139 {

Callers 9

updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
getFreeSelectorMethod · 0.45
updatePropertyMethod · 0.45

Calls 1

setNeedMouseFocusMethod · 0.80

Tested by

no test coverage detected