flimEngine
PlaylistPanCommand Class Reference

#include <PlaylistPanCommand.h>

Inheritance diagram for PlaylistPanCommand:
Inheritance graph
Collaboration diagram for PlaylistPanCommand:
Collaboration graph

Public Member Functions

 PlaylistPanCommand ()=delete
 
 PlaylistPanCommand (Playlist *play, float from, float to, float time)
 
 PlaylistPanCommand (float from, float to, float time)
 
 ~PlaylistPanCommand ()
 
PlaylistPanCommandoperator= (const PlaylistPanCommand &)=default
 
 PlaylistPanCommand (const PlaylistPanCommand &)=default
 
void execute () override
 
PlaylistPanCommandclone () override
 
- 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

float from
 
const float to
 
const float time
 
float delta
 
Playlistplaylist
 

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

◆ PlaylistPanCommand() [1/4]

PlaylistPanCommand::PlaylistPanCommand ( )
delete

◆ PlaylistPanCommand() [2/4]

PlaylistPanCommand::PlaylistPanCommand ( Playlist play,
float  from,
float  to,
float  time 
)

◆ PlaylistPanCommand() [3/4]

PlaylistPanCommand::PlaylistPanCommand ( float  from,
float  to,
float  time 
)

◆ ~PlaylistPanCommand()

PlaylistPanCommand::~PlaylistPanCommand ( )
inline

◆ PlaylistPanCommand() [4/4]

PlaylistPanCommand::PlaylistPanCommand ( const PlaylistPanCommand )
default

Member Function Documentation

◆ clone()

PlaylistPanCommand * PlaylistPanCommand::clone ( )
overridevirtual

Implements AudioCommand.

◆ execute()

void PlaylistPanCommand::execute ( )
overridevirtual

Reimplemented from AudioCommand.

◆ operator=()

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

Member Data Documentation

◆ delta

float PlaylistPanCommand::delta
private

◆ from

float PlaylistPanCommand::from
private

◆ playlist

Playlist* PlaylistPanCommand::playlist
private

◆ time

const float PlaylistPanCommand::time
private

◆ to

const float PlaylistPanCommand::to
private

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