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

Method command_StatisticInfo

Tools/ImageEditor/StatisticInfoControl.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void StatisticInfoControl::command_StatisticInfo(const MyGUI::UString& _commandName, bool& _result)
40 {
41 getRoot()->setVisible(!getRoot()->getVisible());
42 SettingsManager::getInstance().setValue("Controls/StatisticInfoControl/Visible", getRoot()->getVisible());
43
44 _result = true;
45 }
46
47 void StatisticInfoControl::notifyFrameStart(float _time)
48 {

Callers

nothing calls this directly

Calls 3

setVisibleMethod · 0.45
getVisibleMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected