musichomescreen_multiview/musicplayeractionhandlerplugin/inc/musicplayeractionhandler.h
branchRCL_3
changeset 14 c54d95799c80
parent 12 171e07ac910f
equal deleted inserted replaced
13:c8156a91d13c 14:c54d95799c80
   130     /**
   130     /**
   131      *  Sets the playback command.
   131      *  Sets the playback command.
   132      *  @param aCommand commandType.
   132      *  @param aCommand commandType.
   133      */
   133      */
   134     void SetPlaybackCommandL( TMPXPlaybackCommand aCommand );
   134     void SetPlaybackCommandL( TMPXPlaybackCommand aCommand );
       
   135     
       
   136     /**
       
   137      *  Calls transition effect. 
       
   138      *  To be called before bringing an already running application to foreground.
       
   139      *  @param aNext TUid of the application to transition to.
       
   140      */
       
   141     void BeginFullScreenTransEffect( const TUid& aNext );
   135 private: // data
   142 private: // data
   136 
   143 
   137     /**
   144     /**
   138      * The playback utility where playback operations are performed.
   145      * The playback utility where playback operations are performed.
   139      * Own.
   146      * Own.