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

Method on_stopButton_clicked

YUViewLib/src/ui/PlaybackController.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void PlaybackController::on_stopButton_clicked()
159{
160 this->pausePlayback();
161 this->setCurrentFrameAndUpdate(0);
162}
163
164void PlaybackController::on_playPauseButton_clicked()
165{

Callers 2

testDrawingSpeedMethod · 0.80
testConversionSpeedMethod · 0.80

Calls 2

pausePlaybackMethod · 0.95

Tested by

no test coverage detected