|
flimEngine
|
#include <MarkForStopCommand.h>


Public Member Functions | |
| MarkForStopCommand ()=delete | |
| MarkForStopCommand (const MarkForStopCommand &)=default | |
| MarkForStopCommand & | operator= (const MarkForStopCommand &)=default |
| ~MarkForStopCommand ()=default | |
| MarkForStopCommand (SoundCall *snd) | |
| void | execute () override |
| MarkForStopCommand * | 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 * | attemptToStop |
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 |
| MarkForStopCommand::MarkForStopCommand | ( | SoundCall * | snd | ) |
|
inlinevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |