#include <players-manager.h>


Public Member Functions | |
| virtual | ~ProcessManager () |
| void | switchMonitorToMain () |
| void | setMainSong (Song *song) |
| bool | startSong (Song *song) |
| virtual ProcessManager::~ProcessManager | ( | ) | [inline, virtual] |
| void ProcessManager::setMainSong | ( | Song * | song | ) |
Here it is difficult to guess in which player the current song is playing. Very likely will we not have succeeded in opening that player. So that player should then be the chosen one. The challenge here lies in choosing the right empty one. Since we cannot assume anything useful here. We do not fill in the slot as such.
References main_song, selector, and SongSelectorLogic::updateProcessView().
Referenced by SongSelectorLogic::selectionSetMainSong().
| bool ProcessManager::startSong | ( | Song * | song | ) |
| void ProcessManager::switchMonitorToMain | ( | ) |
References SongSelectorLogic::resetCounter(), selector, History::this_is_playing(), and SongSelectorLogic::updateProcessView().
Referenced by SongSelectorLogic::switchMonitorToMain().
1.6.2