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

Method onTrackingFinished

Gui/MultiInstancePanel.cpp:2035–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035void
2036TrackerPanelV1::onTrackingFinished()
2037{
2038 setKnobsFrozen(false);
2039 Q_EMIT trackingEnded();
2040 if ( getGui() ) {
2041 getGui()->progressEnd( getMainInstance() );
2042 }
2043}
2044
2045bool
2046TrackerPanelPrivateV1::getTrackInstancesForButton(std::vector<KnobButton*>* trackButtons,

Callers

nothing calls this directly

Calls 3

getGuiFunction · 0.85
getMainInstanceFunction · 0.85
progressEndMethod · 0.45

Tested by

no test coverage detected