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