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()

voidClearAllPolicies()[pure virtual]

resets policies all to its default, ENotSupported.

GetTransitionData(TInt, const CTransitionData *&)

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

Used by adapter to get transition data from the client.

Parameters

TInt aHandlehandle for the transition to get the data for.
const CTransitionData *& aTransDataon return contains a pointer to the transition data. Does not transfer ownership.

TransitionFinished(TInt)

voidTransitionFinished(TIntaHandle)[pure virtual]

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

Parameters

TInt aHandlehandle for the transition that finished.

TransitionPolicyUpdate(TControlPolicy *)

voidTransitionPolicyUpdate(TControlPolicy *aPolicy)[pure virtual]

Callback called by adapter when a new policy arrives.

Parameters

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