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

Method onTrackingStarted

Gui/MultiInstancePanel.cpp:2025–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2023}
2024
2025void
2026TrackerPanelV1::onTrackingStarted(int /*step*/)
2027{
2028 ///freeze the tracker node
2029 setKnobsFrozen(true);
2030 if ( getGui() ) {
2031 getGui()->progressStart(getMainInstance(), tr("Tracking...").toStdString(), "");
2032 }
2033}
2034
2035void
2036TrackerPanelV1::onTrackingFinished()

Callers

nothing calls this directly

Calls 4

getGuiFunction · 0.85
getMainInstanceFunction · 0.85
toStdStringMethod · 0.80
progressStartMethod · 0.45

Tested by

no test coverage detected