|
flimEngine
|
#include <SoundCallPrintDurationCommand.h>


Public Member Functions | |
| SoundCallPrintDuration ()=delete | |
| SoundCallPrintDuration (const SoundCallPrintDuration &)=default | |
| SoundCallPrintDuration & | operator= (const SoundCallPrintDuration &)=default |
| ~SoundCallPrintDuration ()=default | |
| SoundCallPrintDuration (SoundCall *snd, const char *waveName) | |
| void | execute () override |
| SoundCallPrintDuration * | clone () |
Public Member Functions inherited from AudioCommand | |
| 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) |
Public Member Functions inherited from Command | |
| 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 | |
| SoundCall * | soundCall |
| const char * | name |
Additional Inherited Members | |
Public Attributes inherited from AudioCommand | |
| std::multimap< int, AudioCommand * >::iterator | deleteIter |
Protected Attributes inherited from AudioCommand | |
| int | NUM_REPETITIONS |
| int | trigger_time |
| bool | lerpFinished |
| unsigned int | playlist_id |
| Sound * | sound |
|
delete |
|
default |
|
default |
| SoundCallPrintDuration::SoundCallPrintDuration | ( | SoundCall * | snd, |
| const char * | waveName | ||
| ) |
|
inlinevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |
|
private |