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

Method notifyChangeSelectorCreator

Tools/LayoutEditor/WorkspaceControl.cpp:605–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 }
604
605 void WorkspaceControl::notifyChangeSelectorCreator(bool _visible, const MyGUI::IntCoord& _coord)
606 {
607 if (_visible)
608 {
609 mPositionSelectorCreatorControl->setVisible(true);
610 mPositionSelectorCreatorControl->setCoord(_coord);
611 }
612 else
613 {
614 mPositionSelectorCreatorControl->setVisible(false);
615 }
616 }
617
618 void WorkspaceControl::onChangeScale()
619 {

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
setCoordMethod · 0.45

Tested by

no test coverage detected