| 452 | } |
| 453 | |
| 454 | void clearCanvas() |
| 455 | { |
| 456 | for (auto& mConnection : mConnections) |
| 457 | mConnection->setVisible(false); |
| 458 | mCurrentIndexConnection = 0; |
| 459 | } |
| 460 | |
| 461 | MyGUI::Widget* getNextWidget() |
| 462 | { |
nothing calls this directly
no test coverage detected