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