| 313 | } |
| 314 | |
| 315 | void _SimulationFacadeImpl::setSelection(RealVector2D const& startPos, RealVector2D const& endPos) |
| 316 | { |
| 317 | _worker.setSelection(startPos, endPos); |
| 318 | } |
| 319 | |
| 320 | void _SimulationFacadeImpl::removeSelection() |
| 321 | { |
nothing calls this directly
no outgoing calls
no test coverage detected