| 68 | void requestUpdate (); |
| 69 | MainWindow* mainWindow () { return _mainWindow; } |
| 70 | IPProcessGridScene* scene () { return _scene; } |
| 71 | void stopExecution () { _stopExecution = true; } |
| 72 | bool isRunning () { return _isRunning; } |
| 73 |
no outgoing calls
no test coverage detected