VizKit
3.3.7
|
The lyrics of the audio track are displayed as texture with blended colors. More...
#include <TrackLyricsActor.h>
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 | |
TrackLyrics * | trackLyrics |
A pointer to the track lyrics action. | |
bool | textureOfCurrentTrackLyricsIsAvailable |
True if texture of current audio track's lyrics has been created. |
The lyrics of the audio track are displayed as texture with blended colors.
The lyrics of the track can be manipulated in various ways.
The constructor.
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.