photosgallery/viewframework/views/cloudview/src/glxcloudviewimp.cpp
branchRCL_3
changeset 11 71da52165949
parent 9 6b87b143d312
child 12 ce1c7ad1f18b
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
   190 // ---------------------------------------------------------------------------
   190 // ---------------------------------------------------------------------------
   191 //
   191 //
   192 void CGlxCloudViewImp::DoMLViewActivateL(const TVwsViewId & /* aPrevViewId */,
   192 void CGlxCloudViewImp::DoMLViewActivateL(const TVwsViewId & /* aPrevViewId */,
   193 		TUid /* aCustomMessageId */, const TDesC8 & /* aCustomMessage */)
   193 		TUid /* aCustomMessageId */, const TDesC8 & /* aCustomMessage */)
   194     {
   194     {
   195     TRACER("GLX_CLOUD::CGlxCloudViewImp::DoMLViewActivateL");
   195     TRACER("GLX_CLOUD::CGlxCloudViewImp::DoMLViewActivateL");   
   196     if(StatusPane())
       
   197         {
       
   198         StatusPane()->MakeVisible(ETrue);
       
   199         CEikStatusPane* statusPane = iEikonEnv->AppUiFactory()->StatusPane();
       
   200         CAknTitlePane* titlePane = ( CAknTitlePane* )statusPane->ControlL(
       
   201                 TUid::Uid( EEikStatusPaneUidTitle ));     
       
   202             if( iTitletext )
       
   203                 {
       
   204                 // Set the required Title
       
   205                 titlePane->SetTextL( *iTitletext );
       
   206                 }
       
   207         }
       
   208     ConstructCloudControlL();
   196     ConstructCloudControlL();
   209     GLX_LOG_INFO("CGlxCloudViewImp::DoMLViewActivateL Cloud View Control Created" );  
   197     GLX_LOG_INFO("CGlxCloudViewImp::DoMLViewActivateL Cloud View Control Created" );  
   210     // set app state to tag-browser view
   198     // set app state to tag-browser view
   211     GlxSetAppState::SetState (EGlxInTagBrowserView);
   199     GlxSetAppState::SetState (EGlxInTagBrowserView);
   212     }
   200     }