#include <SoundMusic.h>
◆ MusicPlayer()
| Sound::MusicPlayer::MusicPlayer |
( |
| ) |
|
◆ ~MusicPlayer()
| Sound::MusicPlayer::~MusicPlayer |
( |
| ) |
|
◆ FadeOut()
| void Sound::MusicPlayer::FadeOut |
( |
const float |
fadeDelta | ) |
|
◆ GetCurrentSongName()
| const std::string Sound::MusicPlayer::GetCurrentSongName |
( |
| ) |
const |
◆ GetSongList()
| const std::vector< std::string > Sound::MusicPlayer::GetSongList |
( |
| ) |
const |
◆ GetVolume()
| float Sound::MusicPlayer::GetVolume |
( |
| ) |
const |
◆ IsPlaying()
| bool Sound::MusicPlayer::IsPlaying |
( |
| ) |
const |
◆ Play()
| void Sound::MusicPlayer::Play |
( |
const std::string & |
name, |
|
|
const bool |
repeat = false, |
|
|
const float |
fadeDelta = 1.f |
|
) |
| |
◆ SetEnabled()
| void Sound::MusicPlayer::SetEnabled |
( |
bool |
en | ) |
|
◆ SetVolume()
| void Sound::MusicPlayer::SetVolume |
( |
const float |
vol | ) |
|
◆ Stop()
| void Sound::MusicPlayer::Stop |
( |
| ) |
|
◆ Update()
| void Sound::MusicPlayer::Update |
( |
| ) |
|
◆ onSongFinished
| sigc::signal<void> Sound::MusicPlayer::onSongFinished |
The documentation for this class was generated from the following files: