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

Method onAllKeyframesRemovedOnTrack

Engine/TrackerNodeInteract.cpp:1802–1812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800}
1801
1802void
1803TrackerNodeInteract::onAllKeyframesRemovedOnTrack(const TrackMarkerPtr& marker)
1804{
1805 for (TrackerNodeInteract::TrackKeysMap::iterator it = trackTextures.begin(); it != trackTextures.end(); ++it) {
1806 if (it->first.lock() == marker) {
1807 it->second.clear();
1808 break;
1809 }
1810 }
1811 _p->publicInterface->redrawOverlayInteract();
1812}
1813
1814NATRON_NAMESPACE_EXIT
1815NATRON_NAMESPACE_USING

Callers

nothing calls this directly

Calls 5

beginMethod · 0.45
endMethod · 0.45
lockMethod · 0.45
clearMethod · 0.45
redrawOverlayInteractMethod · 0.45

Tested by

no test coverage detected