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

Method onGoToPrevKeyframeButtonClicked

Gui/TrackerPanel.cpp:1931–1935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1929}
1930
1931void
1932TrackerPanel::onGoToPrevKeyframeButtonClicked()
1933{
1934 getContext()->goToPreviousKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() );
1935}
1936
1937void
1938TrackerPanel::onGoToNextKeyframeButtonClicked()

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected