Public Member Functions | Private Attributes

VizKit::TrackLyricsActor Class Reference

#include <TrackLyricsActor.h>

Inherits VizKit::VisualActor.

Collaboration diagram for VizKit::TrackLyricsActor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TrackLyricsActor ()
 ~TrackLyricsActor ()
virtual void init (void)
virtual void show (const VisualPlayerState &visualPlayerState)
virtual void handleNotification (VisualNotification &aNotification)

Private Attributes

TrackLyricstrackLyrics
bool textureOfCurrentTrackLyricsIsAvailable

Detailed Description

The lyrics of the audio track are displayed as texture with blended colors. The lyrics of the track can be manipulated in various ways.


Constructor & Destructor Documentation

TrackLyricsActor::TrackLyricsActor (  ) 

The constructor.

TrackLyricsActor::~TrackLyricsActor (  ) 

The destructor.


Member Function Documentation

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

The actor receives a notification about an event that occured.

Parameters:
aNotification The notification passed in.

Reimplemented from VizKit::VisualActor.

void TrackLyricsActor::init ( void   )  [virtual]

Initialization.

Reimplemented from VizKit::VisualActor.

void TrackLyricsActor::show ( const VisualPlayerState visualPlayerState  )  [virtual]

Performs the show of the track lyrics.

Parameters:
visualPlayerState Read-only access to the VisualPlayerState.

Reimplemented from VizKit::VisualActor.


Member Data Documentation

True if texture of current audio track's lyrics has been created.

A pointer to the track lyrics action.


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

Generated on Sun Sep 26 2010 13:29:36 for VizKit by doxygen 1.7.1