#include <stdio.h>
#include <stdlib.h>
#include <SDL_mixer.h>
#include "sdl/sound.h"
#include "basestrm.h"
#include "stringtokenizer.h"
#include "music.h"
#include "itemrepository.h"
#include "dlg_box.h"
#include "textfile_evaluation.h"
#include "sgstream.h"
Include dependency graph for music.cpp:

Go to the source code of this file.
Classes | |
| class | PlayListSelector |
Typedefs | |
| typedef deallocating_vector< MusicPlayList * > | PlayLists |
Functions | |
| void | startMusic () |
| start playing the first playlist | |
| void | selectPlayList () |
| opens a dialog to select a playlist | |
Variables | |
| PlayLists | playLists |
Definition in file music.cpp.
| typedef deallocating_vector<MusicPlayList*> PlayLists |
| 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().
Definition at line 24 of file music.cpp.
Referenced by PlayListSelector::buttonpressed(), PlayListSelector::get_text(), PlayListLoader::read(), PlayListLoader::readTextFiles(), PlayListSelector::setup(), startMusic(), and PlayListLoader::write().
1.5.1