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

Method setEnabled

Tools/LayoutEditor/SelectorControl.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
WorkspaceControlMethod · 0.45
updateSelectorEnabledMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45
updatePropertyMethod · 0.45

Calls 1

setNeedMouseFocusMethod · 0.80

Tested by

no test coverage detected