| 1929 | } |
| 1930 | |
| 1931 | void |
| 1932 | TrackerPanel::onGoToPrevKeyframeButtonClicked() |
| 1933 | { |
| 1934 | getContext()->goToPreviousKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() ); |
| 1935 | } |
| 1936 | |
| 1937 | void |
| 1938 | TrackerPanel::onGoToNextKeyframeButtonClicked() |
nothing calls this directly
no test coverage detected