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

Method onGoToNextKeyframeButtonClicked

Gui/TrackerPanel.cpp:1934–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1932}
1933
1934void
1935TrackerPanel::onGoToNextKeyframeButtonClicked()
1936{
1937 getContext()->goToNextKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() );
1938}
1939
1940void
1941TrackerPanel::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