VizKit
3.3.7
|
UpdateServiceActor displays a visual update notification in case an update of the currently running visualizer is available. More...
#include <UpdateServiceActor.h>
Public Member Functions | |
UpdateServiceActor () | |
The constructor. | |
~UpdateServiceActor () | |
The destructor. | |
virtual void | setState (VisualActorState actorState) |
Sets the state of the ~UpdateServiceActor. | |
virtual void | show (const VisualPlayerState &visualPlayerState) |
Performs the show of the update service actor. | |
virtual void | handleNotification (VisualNotification &aNotification) |
The actor receives a notification about an event that occured. | |
Static Public Member Functions | |
static void | fadeOutAnimationEnds (VisualAnimationComponent *animationComponent, void *userData) |
Callback funtion that is called right before the fade out animation dies. | |
Private Attributes | |
VisualAsset | updateServiceActorAsset |
VisualItemIdentifier | backgroundVertexChainIdent |
VisualItemIdentifier | frontVertexChainIdent |
UpdateServiceActor displays a visual update notification in case an update of the currently running visualizer is available.
The constructor.
The destructor.
void UpdateServiceActor::fadeOutAnimationEnds | ( | VisualAnimationComponent * | animationComponent, |
void * | userData | ||
) | [static] |
Callback funtion that is called right before the fade out animation dies.
animationComponent | The fade out animation. |
userData | Additional data (here: the UpdateServiceActor instance). |
void UpdateServiceActor::handleNotification | ( | VisualNotification & | aNotification | ) | [virtual] |
The actor receives a notification about an event that occured.
aNotification | The notification passed in. |
Reimplemented from VizKit::VisualActor.
void UpdateServiceActor::setState | ( | VisualActorState | actorState | ) | [virtual] |
Sets the state of the ~UpdateServiceActor.
actorState | The requested state of the actor expressed as VisualActorState. |
Reimplemented from VizKit::VisualActor.
void UpdateServiceActor::show | ( | const VisualPlayerState & | visualPlayerState | ) | [virtual] |
Performs the show of the update service actor.
visualPlayerState | Read-only access to the VisualPlayerState. |
Reimplemented from VizKit::VisualActor.