| 24 | } |
| 25 | |
| 26 | void _SimulationFacadeImpl::clear() |
| 27 | { |
| 28 | _worker.clear(); |
| 29 | |
| 30 | _selectionNeedsUpdate = true; |
| 31 | } |
| 32 | |
| 33 | void _SimulationFacadeImpl::setImageResource(void* image) |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected