#include <song-copier.h>


Public Member Functions | |
| ActiveSongCopier_msg_setTarget (QString trgt) | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveSongCopier *ao) |
| ActiveSongCopier_msg_setTarget::ActiveSongCopier_msg_setTarget | ( | QString | trgt | ) | [inline] |
| virtual string ActiveSongCopier_msg_setTarget::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 ActiveSongCopier_msg_.
| virtual elementResult ActiveSongCopier_msg_setTarget::run | ( | ActiveSongCopier * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveSongCopier itself.
Reimplemented from ActiveSongCopier_msg_.
References ActiveSongCopier::setTarget().
1.6.2