flimEngine
|
#include <PlaylistPanCommand.h>
Public Member Functions | |
PlaylistPanCommand ()=delete | |
PlaylistPanCommand (Playlist *play, float from, float to, float time) | |
PlaylistPanCommand (float from, float to, float time) | |
~PlaylistPanCommand () | |
PlaylistPanCommand & | operator= (const PlaylistPanCommand &)=default |
PlaylistPanCommand (const PlaylistPanCommand &)=default | |
void | execute () override |
PlaylistPanCommand * | clone () override |
![]() | |
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) |
![]() | |
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 | |
float | from |
const float | to |
const float | time |
float | delta |
Playlist * | playlist |
Additional Inherited Members | |
![]() | |
std::multimap< int, AudioCommand * >::iterator | deleteIter |
![]() | |
int | NUM_REPETITIONS |
int | trigger_time |
bool | lerpFinished |
unsigned int | playlist_id |
Sound * | sound |
|
delete |
PlaylistPanCommand::PlaylistPanCommand | ( | Playlist * | play, |
float | from, | ||
float | to, | ||
float | time | ||
) |
PlaylistPanCommand::PlaylistPanCommand | ( | float | from, |
float | to, | ||
float | time | ||
) |
|
inline |
|
default |
|
overridevirtual |
Implements AudioCommand.
|
overridevirtual |
Reimplemented from AudioCommand.
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |