| 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 | { |
nothing calls this directly
no test coverage detected