#include <bpmplay-event.h>

Public Member Functions | |
| BpmPlayEvent () | |
| virtual void | run (Player *player)=0 |
A player event used to signal various things to the Qt song player. The player window will accept each play event by executing the run method. This double dispatching makes it possible to be thread safe while at the same time have the flexibility to write things outside the user interface itself.
| BpmPlayEvent::BpmPlayEvent | ( | ) | [inline] |
| virtual void BpmPlayEvent::run | ( | Player * | player | ) | [pure virtual] |
Implemented in InitAndStart, PlayingStateChanged, and WritingFinished.
Referenced by Player::customEvent().
1.6.2