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