| 70 | IPProcessGridScene* scene () { return _scene; } |
| 71 | void stopExecution () { _stopExecution = true; } |
| 72 | bool isRunning () { return _isRunning; } |
| 73 | |
| 74 | signals: |
| 75 | void sequenceChanged (int index, int count); |
no outgoing calls
no test coverage detected