#include <fragment-creator.h>


Public Member Functions | |
| ActiveFragmentCreator_msg_createOneFor (Song *song) | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveFragmentCreator *ao) |
| ActiveFragmentCreator_msg_createOneFor::ActiveFragmentCreator_msg_createOneFor | ( | Song * | song | ) | [inline] |
| virtual string ActiveFragmentCreator_msg_createOneFor::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 ActiveFragmentCreator_msg_.
| virtual elementResult ActiveFragmentCreator_msg_createOneFor::run | ( | ActiveFragmentCreator * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveFragmentCreator itself.
Reimplemented from ActiveFragmentCreator_msg_.
References ActiveFragmentCreator::createOneFor().
1.6.2