mpxplugins/viewplugins/inc/mpxcommonplaybackviewimp.h
branchRCL_3
changeset 21 a1247965635c
parent 17 c8156a91d13c
child 50 26a1709b9fec
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  MPX common playback view implementation
    14 * Description:  MPX common playback view implementation
    15 *  Version     : %version: da1mmcf#41.1.6.1.1.1.12 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: e003sa33#41.1.6.1.1.1.13 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
   118     /**
   118     /**
   119      * Update current playback state.
   119      * Update current playback state.
   120      *
   120      *
   121      * @param aPlaybackState Current playback state.
   121      * @param aPlaybackState Current playback state.
   122      */
   122      */
   123     IMPORT_C virtual void UpdatePlaybackState(
   123     IMPORT_C virtual void UpdatePlaybackStateL(
   124         TMPXPlaybackState aPlaybackState );
   124         TMPXPlaybackState aPlaybackState );
   125 
   125 
   126     /**
   126     /**
   127      * Updates track's playback position.
   127      * Updates track's playback position.
   128      *
   128      *
   290     void PrepareStatusPaneForExitingViewL();
   290     void PrepareStatusPaneForExitingViewL();
   291 
   291 
   292     /**
   292     /**
   293      * Checks if UPnP AP is defined
   293      * Checks if UPnP AP is defined
   294      */
   294      */
   295     IMPORT_C virtual TBool IsUpnpVisible();
   295     IMPORT_C virtual TBool IsUpnpVisibleL();
   296 
   296 
   297     /**
   297     /**
   298      * Displays the available players in the Play via submenu
   298      * Displays the available players in the Play via submenu
   299      */
   299      */
   300     IMPORT_C virtual void AddPlayersNamesToMenuL( CEikMenuPane& aMenuPane );
   300     IMPORT_C virtual void AddPlayersNamesToMenuL( CEikMenuPane& aMenuPane );
   610      */
   610      */
   611     IMPORT_C void UpdateMiddleSoftKeyDisplayL();
   611     IMPORT_C void UpdateMiddleSoftKeyDisplayL();
   612     /**
   612     /**
   613      * Updates the middle (play/pause) toolbar control key icon based on playback state
   613      * Updates the middle (play/pause) toolbar control key icon based on playback state
   614      */
   614      */
   615     IMPORT_C void UpdateToolbar();
   615     IMPORT_C void UpdateToolbarL();
   616   
   616   
   617   	/** 
   617   	/** 
   618 	 * Launch Metadata Dialog to show the file details
   618 	 * Launch Metadata Dialog to show the file details
   619 	 */
   619 	 */
   620     IMPORT_C virtual void LaunchFileDetailsDialogL();
   620     IMPORT_C virtual void LaunchFileDetailsDialogL();