flimEngine
|
#include <PlaylistPauseCommand.h>
Public Member Functions | |
PlaylistPauseCommand () | |
PlaylistPauseCommand (Playlist *playlist) | |
~PlaylistPauseCommand () | |
PlaylistPauseCommand & | operator= (const PlaylistPauseCommand &)=default |
PlaylistPauseCommand (const PlaylistPauseCommand &)=default | |
void | execute () override |
PlaylistPauseCommand * | clone () override |
![]() | |
AudioCommand () | |
AudioCommand (Sound *snd) | |
virtual | ~AudioCommand () |
AudioCommand & | operator= (const AudioCommand &)=default |
AudioCommand (const AudioCommand &)=default | |
snd_err | AssignPlaylistID (unsigned int) |
unsigned int | GetID () |
virtual snd_err | AttachSound (Sound *snd) |
![]() | |
Command () | |
virtual | ~Command () |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Command ()=default | |
~Command () | |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Private Attributes | |
Playlist * | playlist |
Additional Inherited Members | |
![]() | |
std::multimap< int, AudioCommand * >::iterator | deleteIter |
![]() | |
int | NUM_REPETITIONS |
int | trigger_time |
bool | lerpFinished |
unsigned int | playlist_id |
Sound * | sound |
PlaylistPauseCommand::PlaylistPauseCommand | ( | ) |
PlaylistPauseCommand::PlaylistPauseCommand | ( | Playlist * | playlist | ) |
|
inline |
|
default |
|
overridevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |