VizKit  3.3.7
Public Member Functions | Static Public Member Functions | Private Attributes
VizKit::UpdateServiceActor Class Reference

UpdateServiceActor displays a visual update notification in case an update of the currently running visualizer is available. More...

#include <UpdateServiceActor.h>

Inheritance diagram for VizKit::UpdateServiceActor:
VizKit::VisualActor

List of all members.

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

Detailed Description

UpdateServiceActor displays a visual update notification in case an update of the currently running visualizer is available.


Constructor & Destructor Documentation

The constructor.

The destructor.


Member Function Documentation

void UpdateServiceActor::fadeOutAnimationEnds ( VisualAnimationComponent animationComponent,
void *  userData 
) [static]

Callback funtion that is called right before the fade out animation dies.

Parameters:
animationComponentThe fade out animation.
userDataAdditional data (here: the UpdateServiceActor instance).
void UpdateServiceActor::handleNotification ( VisualNotification aNotification) [virtual]

The actor receives a notification about an event that occured.

Parameters:
aNotificationThe notification passed in.

Reimplemented from VizKit::VisualActor.

void UpdateServiceActor::setState ( VisualActorState  actorState) [virtual]

Sets the state of the ~UpdateServiceActor.

Parameters:
actorStateThe requested state of the actor expressed as VisualActorState.
Remarks:
If the actor's state is kVisActNoShow, it is not called by the VisualEnsemble.

Reimplemented from VizKit::VisualActor.

void UpdateServiceActor::show ( const VisualPlayerState visualPlayerState) [virtual]

Performs the show of the update service actor.

Parameters:
visualPlayerStateRead-only access to the VisualPlayerState.

Reimplemented from VizKit::VisualActor.


Member Data Documentation


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