MCPcopy Create free account
hub / github.com/IENT/YUView / nextFrame

Method nextFrame

YUViewLib/src/ui/PlaybackController.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void PlaybackController::nextFrame()
263{
264 this->pausePlayback();
265 if (this->currentFrameIdx < this->ui.frameSlider->maximum())
266 this->setCurrentFrameAndUpdate(this->currentFrameIdx + 1);
267}
268
269void PlaybackController::previousFrame()
270{

Callers 2

handleKeyPressMethod · 0.80
onSwipeLeftMethod · 0.80

Calls 2

pausePlaybackMethod · 0.95

Tested by

no test coverage detected