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

Method onGoToNextKeyframeButtonClicked

Gui/TrackerPanel.cpp:1937–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1935}
1936
1937void
1938TrackerPanel::onGoToNextKeyframeButtonClicked()
1939{
1940 getContext()->goToNextKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() );
1941}
1942
1943void
1944TrackerPanel::onAddKeyframeButtonClicked()

Callers

nothing calls this directly

Calls 6

goToNextKeyFrameMethod · 0.80
getNodeFunction · 0.70
currentFrameMethod · 0.45
getTimeLineMethod · 0.45
getAppMethod · 0.45
getNodeMethod · 0.45

Tested by

no test coverage detected