Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
void PlaybackController::on_stopButton_clicked()
159
{
160
this->pausePlayback();
161
this->setCurrentFrameAndUpdate(0);
162
}
163
164
void PlaybackController::on_playPauseButton_clicked()
165
{
Callers
2
testDrawingSpeed
Method · 0.80
testConversionSpeed
Method · 0.80
Calls
2
pausePlayback
Method · 0.95
setCurrentFrameAndUpdate
Method · 0.95
Tested by
no test coverage detected