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

Method onGoToPrevKeyframeButtonClicked

Gui/TrackerPanel.cpp:1928–1932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1926}
1927
1928void
1929TrackerPanel::onGoToPrevKeyframeButtonClicked()
1930{
1931 getContext()->goToPreviousKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() );
1932}
1933
1934void
1935TrackerPanel::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