MGfxTransClient Class Reference
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 *&)
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.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.