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

Method on_frameSlider_valueChanged

YUViewLib/src/ui/PlaybackController.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void PlaybackController::on_frameSlider_valueChanged(int value)
277{
278 this->pausePlayback();
279 this->setCurrentFrameAndUpdate(value);
280}
281
282void PlaybackController::on_repeatModeButton_clicked()
283{

Callers 1

Calls 2

pausePlaybackMethod · 0.95

Tested by

no test coverage detected