| 1932 | } |
| 1933 | |
| 1934 | void |
| 1935 | TrackerPanel::onGoToNextKeyframeButtonClicked() |
| 1936 | { |
| 1937 | getContext()->goToNextKeyFrame( getNode()->getNode()->getApp()->getTimeLine()->currentFrame() ); |
| 1938 | } |
| 1939 | |
| 1940 | void |
| 1941 | TrackerPanel::onAddKeyframeButtonClicked() |
nothing calls this directly
no test coverage detected