#include <fragment-player.h>


Public Member Functions | |
| ActiveFragmentPlayer_msg_stopOutput () | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveFragmentPlayer *ao) |
| ActiveFragmentPlayer_msg_stopOutput::ActiveFragmentPlayer_msg_stopOutput | ( | ) | [inline] |
| virtual string ActiveFragmentPlayer_msg_stopOutput::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_stopOutput::run | ( | ActiveFragmentPlayer * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveFragmentPlayer itself.
Reimplemented from ActiveFragmentPlayer_msg_.
References ActiveFragmentPlayer::stopOutput().
1.6.2