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

Method updateSelectorEnabled

Tools/LayoutEditor/WorkspaceControl.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 void WorkspaceControl::updateSelectorEnabled()
601 {
602 mAreaSelectorControl->setEnabled(!WidgetCreatorManager::getInstance().getCreateMode() && mMoveableWidget);
603 }
604
605 void WorkspaceControl::notifyChangeSelectorCreator(bool _visible, const MyGUI::IntCoord& _coord)
606 {

Callers

nothing calls this directly

Calls 2

getCreateModeMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected