classicui_plat/ganes_api/inc/ganes/HgVgMediaWall.h
branchRCL_3
changeset 16 71dd06cfe933
parent 15 08e69e956a8c
child 18 0aa5fbdfbc30
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
   458     void DoAnimation();
   458     void DoAnimation();
   459     
   459     
   460     /**
   460     /**
   461      * Does transition animation, called by DoAnimation.
   461      * Does transition animation, called by DoAnimation.
   462      */
   462      */
   463     void DoTransitionAnimation();
   463     TBool DoTransitionAnimation();
   464         
   464         
   465     /**
   465     /**
   466      * Does selection animation
   466      * Does selection animation
   467      */
   467      */
   468     void DoSelectionAnimation();
   468     TBool DoSelectionAnimation();
   469     
   469     
   470     /**
   470     /**
   471      * Callback method for animation
   471      * Callback method for animation
   472      *
   472      *
   473      * @param aPtr Pointer to an instance of CHgVgMediaWall class.
   473      * @param aPtr Pointer to an instance of CHgVgMediaWall class.