videocollection/hgmyvideos/src/vcxhgmyvideoscategorymodelhandler.cpp
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 10 112a725ff2c2
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    34 #include <thumbnaildata.h>
    34 #include <thumbnaildata.h>
    35 #include <gulicon.h>
    35 #include <gulicon.h>
    36 #include <AknsUtils.h>
    36 #include <AknsUtils.h>
    37 #include <AknUtils.h>
    37 #include <AknUtils.h>
    38 #include <aknlayoutscalable_avkon.cdl.h>
    38 #include <aknlayoutscalable_avkon.cdl.h>
       
    39 #include <coemain.h>
       
    40 #include <aknappui.h>
    39 
    41 
    40 #include <vcxhgmyvideosicons.mbg>
    42 #include <vcxhgmyvideosicons.mbg>
    41 #include <myvideosindicator.h>
    43 #include <myvideosindicator.h>
    42 #include <vcxhgmyvideos.rsg>
    44 #include <vcxhgmyvideos.rsg>
    43 #include <vcxmyvideosdefs.h>
    45 #include <vcxmyvideosdefs.h>
   871 void CVcxHgMyVideosCategoryModelHandler::CategoryListFetchingCompletedL()
   873 void CVcxHgMyVideosCategoryModelHandler::CategoryListFetchingCompletedL()
   872     {
   874     {
   873     IPTVLOGSTRING_LOW_LEVEL( "MPX My Videos UI # CategoryListFetchingCompletedL()" ); 
   875     IPTVLOGSTRING_LOW_LEVEL( "MPX My Videos UI # CategoryListFetchingCompletedL()" ); 
   874     FetchLastWatchedL();
   876     FetchLastWatchedL();
   875     SetLastWatchedIndicatorL();
   877     SetLastWatchedIndicatorL();
       
   878 
       
   879     // Send custom command to appui that signals that the 
       
   880     // my videos main view is constructed.
       
   881     CAknAppUi* appui = static_cast<CAknAppUi*>( CCoeEnv::Static()->AppUi() );
       
   882     
       
   883     if ( appui )
       
   884         {
       
   885         appui->HandleCommandL( KVcxMyVideosCmdDoLateConstruct );
       
   886         }
   876     }
   887     }
   877 
   888 
   878 // -----------------------------------------------------------------------------
   889 // -----------------------------------------------------------------------------
   879 // CVcxHgMyVideosVideoModelHandler::GetCategoryDataL()
   890 // CVcxHgMyVideosVideoModelHandler::GetCategoryDataL()
   880 // 
   891 //