MCPcopy 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
123void PlaybackController::pausePlayback()
124{
125 if (this->playing())
126 this->on_playPauseButton_clicked();
127}
128
129bool PlaybackController::playing() const
130{

Callers 7

on_stopButton_clickedMethod · 0.95
nextFrameMethod · 0.95
previousFrameMethod · 0.95
closeEventMethod · 0.80
deleteSelectedItemsMethod · 0.80

Calls 2

playingMethod · 0.95

Tested by

no test coverage detected