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

The lyrics of the audio track are displayed as texture with blended colors. More...

#include <TrackLyricsActor.h>

Inheritance diagram for VizKit::TrackLyricsActor:
VizKit::VisualActor

List of all members.

Public Member Functions

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

Private Attributes

TrackLyricstrackLyrics
 A pointer to the track lyrics action.
bool textureOfCurrentTrackLyricsIsAvailable
 True if texture of current audio track's lyrics has been created.

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

The constructor.

The destructor.


Member Function Documentation

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

The actor receives a notification about an event that occured.

Parameters:
aNotificationThe 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:
visualPlayerStateRead-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 May 3 2015 20:26:31 for VizKit by doxygen 1.8.0