#include <vector>#include <map>#include "global.h"#include "ascstring.h"#include "textfile_evaluation.h"#include "itemrepository.h"Include dependency graph for music.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | MusicPlayList |
| A List containing several tracks of music. More... | |
| class | PlayListLoader |
Functions | |
| void | startMusic () |
| start playing the first playlist | |
| void | selectPlayList () |
| opens a dialog to select a playlist | |
| void selectPlayList | ( | ) |
opens a dialog to select a playlist
Definition at line 215 of file music.cpp.
References tstringselect::done(), tstringselect::init(), and PlayListSelector::run().
Referenced by executeUserAction().
| void startMusic | ( | ) |
start playing the first playlist
Definition at line 143 of file music.cpp.
References displayLogMessage(), SoundSystem::getInstance(), playLists, and SoundSystem::playMusic().
Referenced by gamethread().
1.5.1