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

Method Command_FocusVisible

Tools/EditorFramework/FocusInfoControl.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void FocusInfoControl::Command_FocusVisible(const MyGUI::UString& _commandName, bool& _result)
42 {
43 getRoot()->setVisible(!getRoot()->getVisible());
44 SettingsManager::getInstance().setValue("Controls/FocusInfoControl/Visible", getRoot()->getVisible());
45
46 mMouseView->setVisible(false);
47 mKeyView->setVisible(false);
48
49 _result = true;
50 }
51
52 void FocusInfoControl::notifyFrameStart(float _time)
53 {

Callers

nothing calls this directly

Calls 3

setVisibleMethod · 0.45
getVisibleMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected