|
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 () |
Public Member Functions inherited from PlaylistInitializationCommand | |
| PlaylistInitializationCommand ()=default | |
| virtual | ~PlaylistInitializationCommand () |
| PlaylistInitializationCommand & | operator= (const PlaylistInitializationCommand &)=default |
| PlaylistInitializationCommand (const PlaylistInitializationCommand &)=default | |
Public Member Functions inherited from Command | |
| 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 |