VizKit
3.3.7
|
The title of the audio track is displayed as texture with blended colors. More...
#include <TrackTitleActor.h>
Public Member Functions | |
TrackTitleActor () | |
The constructor. | |
~TrackTitleActor () | |
The destructor. | |
virtual void | init (void) |
Initialization. | |
virtual void | show (const VisualPlayerState &visualPlayerState) |
Performs the show of the track title. | |
virtual void | handleNotification (VisualNotification &aNotification) |
The actor receives a notification about an event that occured. | |
Private Attributes | |
TrackTitle * | trackTitle |
A pointer to the track title action. | |
bool | textureOfCurrentTrackTitleIsAvailable |
True if texture of current audio track's title has been created. | |
VisualItemIdentifier | trackTitleTrackIdentifier |
The identifier of the audio track for which the current track title has been created. |
The title of the audio track is displayed as texture with blended colors.
The texture of the track name can be manipulated in various ways. The smooth shading (Gouraud shading) from red to yellow is a simple example.
The constructor.
The destructor.
void TrackTitleActor::handleNotification | ( | VisualNotification & | aNotification | ) | [virtual] |
The actor receives a notification about an event that occured.
aNotification | The notification passed in. |
Reimplemented from VizKit::VisualActor.
void TrackTitleActor::init | ( | void | ) | [virtual] |
Initialization.
Reimplemented from VizKit::VisualActor.
void TrackTitleActor::show | ( | const VisualPlayerState & | visualPlayerState | ) | [virtual] |
Performs the show of the track title.
visualPlayerState | Read-only access to the VisualPlayerState. |
Reimplemented from VizKit::VisualActor.
True if texture of current audio track's title has been created.
TrackTitle* VizKit::TrackTitleActor::trackTitle [private] |
A pointer to the track title action.
The identifier of the audio track for which the current track title has been created.