MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / onTrackingEnded

Method onTrackingEnded

Engine/TrackerNodeInteract.cpp:1289–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setValueMethod · 0.45
lockMethod · 0.45
redrawOverlayInteractMethod · 0.45

Tested by

no test coverage detected