idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h
changeset 1 5315654608de
parent 0 f72a12da539e
child 11 ff572dfe6d86
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
    92 
    92 
    93 private:
    93 private:
    94     /**
    94     /**
    95      * Starts fullscreen effect.
    95      * Starts fullscreen effect.
    96      * @param aEffect effect data
    96      * @param aEffect effect data
       
    97      * @return ETrue if effect started, otherwise EFalse
    97      */
    98      */
    98     void DoBeginFullscreenEffect( TXnEffect& aEffect );
    99     TBool DoBeginFullscreenEffect( TXnEffect& aEffect );
    99 
   100 
   100     /**
   101     /**
   101      * Starts control effect.
   102      * Starts control effect.
   102      * @param aEffect effect data
   103      * @param aEffect effect data
       
   104      * @return ETrue if effect started, otherwise EFalse
   103      */
   105      */
   104     void DoBeginControlEffect( TXnEffect& aEffect );
   106     TBool DoBeginControlEffect( TXnEffect& aEffect );
   105     
   107     
   106     /**
   108     /**
   107      * Removes and destroys effect from effect list.
   109      * Removes and destroys effect from effect list.
   108      * @param aEffect effect data
   110      * @param aEffect effect data
   109      */
   111      */