flimEngine
|
#include <PlaylistAddCommand.h>
Public Member Functions | |
PlaylistAddCommand ()=delete | |
PlaylistAddCommand (AudioCommand *cmd, int time, unsigned int id) | |
virtual | ~PlaylistAddCommand () |
PlaylistAddCommand & | operator= (const PlaylistAddCommand &)=default |
PlaylistAddCommand (const PlaylistAddCommand &)=default | |
virtual snd_err | AttachPlaylist (Playlist *) |
virtual void | execute () |
![]() | |
PlaylistInitializationCommand ()=default | |
virtual | ~PlaylistInitializationCommand () |
PlaylistInitializationCommand & | operator= (const PlaylistInitializationCommand &)=default |
PlaylistInitializationCommand (const PlaylistInitializationCommand &)=default | |
![]() | |
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 | |
AudioCommand * | cmd |
int | time |
unsigned int | id |
Playlist * | playlist |
|
delete |
PlaylistAddCommand::PlaylistAddCommand | ( | AudioCommand * | cmd, |
int | time, | ||
unsigned int | id | ||
) |
|
inlinevirtual |
|
default |
Implements PlaylistInitializationCommand.
|
virtual |
Implements PlaylistInitializationCommand.
|
default |
|
private |
|
private |
|
private |
|
private |