class MAknPhysicsObserver |
AknPhysics observer.
Public Member Functions | |
---|---|
void | PhysicEmulationEnded() |
TPoint | ViewPosition() |
void | ViewPositionChanged(const TPoint &, TBool, TUint) |
void | PhysicEmulationEnded | ( | ) | [pure virtual] |
Physics emulation has stopped moving the view
TPoint | ViewPosition | ( | ) | const [pure virtual] |
Returns the observer's view position.
void | ViewPositionChanged | ( | const TPoint & | aNewPosition, |
TBool | aDrawNow, | |||
TUint | aFlags | |||
) | [pure virtual] |
Physics emulation has moved the view.
When this method is called client should update its visual and logical states to reflect the changes caused by view move. Note that if the parameter aDrawNow is EFalse client is not allowed to redraw the display but should only update its logical state. Physics engine will ensure that the last frame is always drawn.
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.