|
VizKit
3.0
|
#include <BeatlightActor.h>
Public Member Functions | |
| BeatlightActor () | |
| ~BeatlightActor () | |
| virtual void | init (void) |
| virtual void | show (const VisualPlayerState &visualPlayerState) |
| virtual void | handleNotification (VisualNotification &aNotification) |
Private Attributes | |
| Beatlight * | beatlight |
A beat indicating VisualActor. A pulsating light in the lower left corner indicates beat impulses.
The constructor of BeatlightActor.
The destructor of BeatlightActor.
| void BeatlightActor::handleNotification | ( | VisualNotification & | aNotification | ) | [virtual] |
The actor receives a notification about an event that occured.
| aNotification | The notification passed in. |
Reimplemented from VizKit::VisualActor.
| void BeatlightActor::init | ( | void | ) | [virtual] |
Initialization.
Reimplemented from VizKit::VisualActor.
| void BeatlightActor::show | ( | const VisualPlayerState & | visualPlayerState | ) | [virtual] |
Performs the show of the beatlight.
| visualPlayerState | Read-only access to the VisualPlayerState. |
Reimplemented from VizKit::VisualActor.
Beatlight* VizKit::BeatlightActor::beatlight [private] |
A Pointer to the beatlight action.