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

Method updatePlayPauseButtonIcon

YUViewLib/src/ui/PlaybackController.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void PlaybackController::updatePlayPauseButtonIcon()
447{
448 if (this->playbackMode == PlaybackMode::Stopped)
449 this->ui.playPauseButton->setIcon(this->iconPlay);
450 else
451 this->ui.playPauseButton->setIcon(this->iconPause);
452}
453
454void PlaybackController::updateFrameRange()
455{

Callers 2

PlaybackControllerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected