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