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

Method loadButtonIcons

YUViewLib/src/ui/PlaybackController.cpp:436–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void PlaybackController::loadButtonIcons()
437{
438 this->iconPlay = functionsGui::convertIcon(":img_play.png");
439 this->iconStop = functionsGui::convertIcon(":img_stop.png");
440 this->iconPause = functionsGui::convertIcon(":img_pause.png");
441 this->iconRepeatOff = functionsGui::convertIcon(":img_repeat.png");
442 this->iconRepeatAll = functionsGui::convertIcon(":img_repeat_on.png");
443 this->iconRepeatOne = functionsGui::convertIcon(":img_repeat_one.png");
444}
445
446void PlaybackController::updatePlayPauseButtonIcon()
447{

Callers 1

PlaybackControllerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected