flimEngine
|
#include <LoopCommand.h>
Public Member Functions | |
LoopCommand ()=delete | |
LoopCommand (Sound *snd, bool p) | |
LoopCommand (bool p) | |
~LoopCommand () | |
LoopCommand & | operator= (const LoopCommand &)=default |
LoopCommand (const LoopCommand &)=default | |
void | execute () override |
LoopCommand * | 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 | |
const bool | Loop |
Additional Inherited Members | |
![]() | |
std::multimap< int, AudioCommand * >::iterator | deleteIter |
![]() | |
int | NUM_REPETITIONS |
int | trigger_time |
bool | lerpFinished |
unsigned int | playlist_id |
Sound * | sound |
|
delete |
LoopCommand::LoopCommand | ( | Sound * | snd, |
bool | p | ||
) |
LoopCommand::LoopCommand | ( | bool | p | ) |
|
inline |
|
default |
|
overridevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |