flimEngine
|
#include <CallbackSoundEndedCommand.h>
Public Member Functions | |
CallbackSoundEndedCommand () | |
CallbackSoundEndedCommand (SoundCallID _id, unsigned int _handle) | |
~CallbackSoundEndedCommand () | |
CallbackSoundEndedCommand (const CallbackSoundEndedCommand &)=default | |
CallbackSoundEndedCommand & | operator= (const CallbackSoundEndedCommand &)=default |
snd_err | SetContext (SoundCallID _id, unsigned int _handle) |
virtual void | execute () override |
![]() | |
ThreadCommunicationCommand ()=default | |
~ThreadCommunicationCommand () | |
ThreadCommunicationCommand (const ThreadCommunicationCommand &)=default | |
ThreadCommunicationCommand & | operator= (const ThreadCommunicationCommand &)=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 | |
unsigned int | handle |
SoundCallID | id |
CallbackSoundEndedCommand::CallbackSoundEndedCommand | ( | ) |
CallbackSoundEndedCommand::CallbackSoundEndedCommand | ( | SoundCallID | _id, |
unsigned int | _handle | ||
) |
|
inline |
|
default |
|
overridevirtual |
Implements ThreadCommunicationCommand.
|
default |
snd_err CallbackSoundEndedCommand::SetContext | ( | SoundCallID | _id, |
unsigned int | _handle | ||
) |
|
private |
|
private |