#include <fragment-player.h>


Public Member Functions | |
| ActiveFragmentPlayer_msg_playWave (FragmentInMemory fragment) | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveFragmentPlayer *ao) |
| ActiveFragmentPlayer_msg_playWave::ActiveFragmentPlayer_msg_playWave | ( | FragmentInMemory | fragment | ) | [inline] |
| virtual string ActiveFragmentPlayer_msg_playWave::declaration | ( | ) | [inline, virtual] |
Returns the name of this message. Since this is the message baseclass it has no identity and will return 'Unknown Message'
Reimplemented from ActiveFragmentPlayer_msg_.
| virtual elementResult ActiveFragmentPlayer_msg_playWave::run | ( | ActiveFragmentPlayer * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveFragmentPlayer itself.
Reimplemented from ActiveFragmentPlayer_msg_.
References ActiveFragmentPlayer::playWave().
1.6.2