| 156 | } |
| 157 | |
| 158 | void _SimulationFacadeImpl::colorSelectedObjects(unsigned char color, bool includeClusters) |
| 159 | { |
| 160 | _worker.colorSelectedObjects(color, includeClusters); |
| 161 | } |
| 162 | |
| 163 | void _SimulationFacadeImpl::reconnectSelectedObjects() |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected