|
flimEngine
|
#include <PlaylistStopCommand.h>


Public Member Functions | |
| PlaylistStopCommand () | |
| PlaylistStopCommand (Playlist *snd) | |
| ~PlaylistStopCommand () | |
| PlaylistStopCommand & | operator= (const PlaylistStopCommand &)=default |
| PlaylistStopCommand (const PlaylistStopCommand &)=default | |
| void | execute () override |
| PlaylistStopCommand * | clone () override |
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 | |
| Playlist * | playlist |
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 |
| PlaylistStopCommand::PlaylistStopCommand | ( | ) |
| PlaylistStopCommand::PlaylistStopCommand | ( | Playlist * | snd | ) |
|
inline |
|
default |
|
overridevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |