|
flimEngine
|
#include <MarkForPlayCommand.h>


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