mpxplugins/viewplugins/views/upnpplaybackview/src/mpxupnpplaybackviewimp.cpp
branchRCL_3
changeset 21 a1247965635c
parent 2 b70d77332e66
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:  Implementation of Upnp Playback view
    14 * Description:  Implementation of Upnp Playback view
    15 *  Version     : %version: e003sa33#35.1.3.1.5 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: e003sa33#35.1.3.1.6 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
   261                 }
   261                 }
   262             case TMPXPlaybackMessage::EStateChanged:
   262             case TMPXPlaybackMessage::EStateChanged:
   263                 {
   263                 {
   264 		        MPX_DEBUG1( "HandlePlaybackMessageL - EStateChanged" );
   264 		        MPX_DEBUG1( "HandlePlaybackMessageL - EStateChanged" );
   265                 UpdateMiddleSoftKeyDisplayL();
   265                 UpdateMiddleSoftKeyDisplayL();
   266                 UpdateToolbar();
   266                 UpdateToolbarL();
   267                 break;
   267                 break;
   268                 }
   268                 }
   269             default:
   269             default:
   270                 {
   270                 {
   271                 break;
   271                 break;
   772     {
   772     {
   773     MPX_FUNC( "CMPXUPnPPlaybackViewImp::DynInitToolbarL" );
   773     MPX_FUNC( "CMPXUPnPPlaybackViewImp::DynInitToolbarL" );
   774     if ( aResourceId == R_MPX_PBV_TOUCH_TOOLBAR )
   774     if ( aResourceId == R_MPX_PBV_TOUCH_TOOLBAR )
   775         {
   775         {
   776         // Put initializations here to take effect before toolbar is shown
   776         // Put initializations here to take effect before toolbar is shown
   777         UpdateToolbar();
   777         UpdateToolbarL();
   778         aToolbar->UpdateBackground();
   778         aToolbar->UpdateBackground();
   779         }
   779         }
   780     }
   780     }
   781 
   781 
   782 // -----------------------------------------------------------------------------
   782 // -----------------------------------------------------------------------------