VizKit  3.3.7
Public Member Functions | Private Attributes
VizKit::BeatlightActor Class Reference

A beat indicating VisualActor. More...

#include <BeatlightActor.h>

Inheritance diagram for VizKit::BeatlightActor:
VizKit::VisualActor

List of all members.

Public Member Functions

 BeatlightActor ()
 The constructor of BeatlightActor.
 ~BeatlightActor ()
 The destructor of BeatlightActor.
virtual void init (void)
 Initialization.
virtual void show (const VisualPlayerState &visualPlayerState)
 Performs the show of the beatlight.
virtual void handleNotification (VisualNotification &aNotification)
 The actor receives a notification about an event that occured.

Private Attributes

Beatlightbeatlight
 A Pointer to the beatlight action.

Detailed Description

A beat indicating VisualActor.

A pulsating light in the lower left corner indicates beat impulses.


Constructor & Destructor Documentation

The constructor of BeatlightActor.

The destructor of BeatlightActor.


Member Function Documentation

void BeatlightActor::handleNotification ( VisualNotification aNotification) [virtual]

The actor receives a notification about an event that occured.

Parameters:
aNotificationThe 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.

Parameters:
visualPlayerStateRead-only access to the VisualPlayerState.

Reimplemented from VizKit::VisualActor.


Member Data Documentation

A Pointer to the beatlight action.


The documentation for this class was generated from the following files:

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0