flimEngine
MarkForStopCommand Class Reference

#include <MarkForStopCommand.h>

Inheritance diagram for MarkForStopCommand:
Inheritance graph
Collaboration diagram for MarkForStopCommand:
Collaboration graph

Public Member Functions

 MarkForStopCommand ()=delete
 
 MarkForStopCommand (const MarkForStopCommand &)=default
 
MarkForStopCommandoperator= (const MarkForStopCommand &)=default
 
 ~MarkForStopCommand ()=default
 
 MarkForStopCommand (SoundCall *snd)
 
void execute () override
 
MarkForStopCommandclone ()
 
- 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

SoundCallattemptToStop
 

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
 
Soundsound
 

Constructor & Destructor Documentation

◆ MarkForStopCommand() [1/3]

MarkForStopCommand::MarkForStopCommand ( )
delete

◆ MarkForStopCommand() [2/3]

MarkForStopCommand::MarkForStopCommand ( const MarkForStopCommand )
default

◆ ~MarkForStopCommand()

MarkForStopCommand::~MarkForStopCommand ( )
default

◆ MarkForStopCommand() [3/3]

MarkForStopCommand::MarkForStopCommand ( SoundCall snd)

Member Function Documentation

◆ clone()

MarkForStopCommand* MarkForStopCommand::clone ( )
inlinevirtual

Implements AudioCommand.

◆ execute()

void MarkForStopCommand::execute ( )
overridevirtual

Reimplemented from AudioCommand.

◆ operator=()

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

Member Data Documentation

◆ attemptToStop

SoundCall* MarkForStopCommand::attemptToStop
private

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