MGfxTransClient Class Reference

class MGfxTransClient

this interface is given to the transition engine on contruction. It is then to be used to retrieve information about transitions the client has gathered. It is also used to signal the client.

Member Functions Documentation

ClearAllPolicies()

void ClearAllPolicies ( ) [pure virtual]

resets policies all to its default, ENotSupported.

GetTransitionData(TInt, const CTransitionData *&)

TInt GetTransitionData ( TInt aHandle,
const CTransitionData *& aTransData
) [pure virtual]

Used by adapter to get transition data from the client.

Parameters

TInt aHandle handle for the transition to get the data for.
const CTransitionData *& aTransData on return contains a pointer to the transition data. Does not transfer ownership.

TransitionFinished(TInt)

void TransitionFinished ( TInt aHandle ) [pure virtual]

Callback, called by adapter when a transition has stopped animating.

Parameters

TInt aHandle handle for the transition that finished.

TransitionPolicyUpdate(TControlPolicy *)

void TransitionPolicyUpdate ( TControlPolicy * aPolicy ) [pure virtual]

Callback called by adapter when a new policy arrives.

Parameters

TControlPolicy * aPolicy the newly arrived policy. The client takes ownership of the pointer passed.