flimEngine
IndividualSoundEnded Class Reference

#include <IndividualSoundEnded.h>

Inheritance diagram for IndividualSoundEnded:
Inheritance graph
Collaboration diagram for IndividualSoundEnded:
Collaboration graph

Public Member Functions

 IndividualSoundEnded ()=delete
 
 IndividualSoundEnded (const IndividualSoundEnded &)=default
 
IndividualSoundEndedoperator= (const IndividualSoundEnded &)=default
 
 ~IndividualSoundEnded ()
 
 IndividualSoundEnded (Playlist *p)
 
void execute () override
 
virtual IndividualSoundEndedclone () override
 
- Public Member Functions inherited from CallbackCommand
 CallbackCommand ()
 
virtual ~CallbackCommand ()
 
CallbackCommandoperator= (const CallbackCommand &)=default
 
 CallbackCommand (const CallbackCommand &)=default
 
virtual snd_err AttachSecondarySound (Sound *sound)
 
- Public Member Functions inherited from AudioCommand
 AudioCommand ()
 
 AudioCommand (Sound *snd)
 
virtual ~AudioCommand ()
 
AudioCommandoperator= (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 ()
 
Commandoperator= (const Command &)=default
 
 Command (const Command &)=default
 
 Command ()=default
 
 ~Command ()
 
Commandoperator= (const Command &)=default
 
 Command (const Command &)=default
 

Private Attributes

Playlistplaylist
 

Additional Inherited Members

- Public Attributes inherited from CallbackCommand
std::multimap< int, CallbackCommand * >::const_iterator deleteIter
 
- Public Attributes inherited from AudioCommand
std::multimap< int, AudioCommand * >::iterator deleteIter
 
- Protected Attributes inherited from CallbackCommand
bool instant_execute
 
CMDTYPES commandType = CMDTYPES::NO_TYPE
 
SoundsecondarySound
 
- Protected Attributes inherited from AudioCommand
int NUM_REPETITIONS
 
int trigger_time
 
bool lerpFinished
 
unsigned int playlist_id
 
Soundsound
 

Constructor & Destructor Documentation

◆ IndividualSoundEnded() [1/3]

IndividualSoundEnded::IndividualSoundEnded ( )
delete

◆ IndividualSoundEnded() [2/3]

IndividualSoundEnded::IndividualSoundEnded ( const IndividualSoundEnded )
default

◆ ~IndividualSoundEnded()

IndividualSoundEnded::~IndividualSoundEnded ( )
inline

◆ IndividualSoundEnded() [3/3]

IndividualSoundEnded::IndividualSoundEnded ( Playlist p)

Member Function Documentation

◆ clone()

IndividualSoundEnded * IndividualSoundEnded::clone ( )
overridevirtual

Implements CallbackCommand.

◆ execute()

void IndividualSoundEnded::execute ( )
overridevirtual

Implements CallbackCommand.

◆ operator=()

IndividualSoundEnded& IndividualSoundEnded::operator= ( const IndividualSoundEnded )
default

Member Data Documentation

◆ playlist

Playlist* IndividualSoundEnded::playlist
private

The documentation for this class was generated from the following files: