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

Method command_StatisticInfo

Tools/LayoutEditor/Application.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 }
373
374 void Application::command_StatisticInfo(const MyGUI::UString& _commandName, bool& _result)
375 {
376 getStatisticInfo()->setVisible(!getStatisticInfo()->getVisible());
377
378 _result = true;
379 }
380
381 void Application::command_FocusVisible(const MyGUI::UString& _commandName, bool& _result)
382 {

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
getVisibleMethod · 0.45

Tested by

no test coverage detected