Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ pausePlayback
Method
pausePlayback
YUViewLib/src/ui/PlaybackController.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void PlaybackController::pausePlayback()
124
{
125
if (this->playing())
126
this->on_playPauseButton_clicked();
127
}
128
129
bool PlaybackController::playing() const
130
{
Callers
7
on_stopButton_clicked
Method · 0.95
nextFrame
Method · 0.95
previousFrame
Method · 0.95
on_frameSlider_valueChanged
Method · 0.95
currentSelectedItemsChanged
Method · 0.95
closeEvent
Method · 0.80
deleteSelectedItems
Method · 0.80
Calls
2
playing
Method · 0.95
on_playPauseButton_clicked
Method · 0.95
Tested by
no test coverage detected