#include <TrackLyricsActor.h>
Inherits VizKit::VisualActor.

Public Member Functions | |
| TrackLyricsActor () | |
| ~TrackLyricsActor () | |
| virtual void | init (void) |
| virtual void | show (const VisualPlayerState &visualPlayerState) |
| virtual void | handleNotification (VisualNotification &aNotification) |
Private Attributes | |
| TrackLyrics * | trackLyrics |
| bool | textureOfCurrentTrackLyricsIsAvailable |
The lyrics of the audio track are displayed as texture with blended colors. The lyrics of the track can be manipulated in various ways.
| TrackLyricsActor::TrackLyricsActor | ( | ) |
The constructor.
| TrackLyricsActor::~TrackLyricsActor | ( | ) |
The destructor.
| void TrackLyricsActor::handleNotification | ( | VisualNotification & | aNotification | ) | [virtual] |
The actor receives a notification about an event that occured.
| 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.
| visualPlayerState | Read-only access to the VisualPlayerState. |
Reimplemented from VizKit::VisualActor.
True if texture of current audio track's lyrics has been created.
TrackLyrics* VizKit::TrackLyricsActor::trackLyrics [private] |
A pointer to the track lyrics action.