| 1287 | } |
| 1288 | |
| 1289 | void |
| 1290 | TrackerNodeInteract::onTrackingEnded() |
| 1291 | { |
| 1292 | trackBwButton.lock()->setValue(false); |
| 1293 | trackFwButton.lock()->setValue(false); |
| 1294 | isTracking = false; |
| 1295 | _p->publicInterface->redrawOverlayInteract(); |
| 1296 | } |
| 1297 | |
| 1298 | void |
| 1299 | TrackerNodeInteract::onContextSelectionChanged(int reason) |
nothing calls this directly
no test coverage detected