videocollection/hgmyvideos/inc/vcxhgmyvideosvideomodelhandler.h
branchRCL_3
changeset 14 55fa1ec415c6
parent 12 7f2b2a65da29
child 15 8f0df5c82986
equal deleted inserted replaced
12:7f2b2a65da29 14:55fa1ec415c6
   475          * @return ETrue if media belongs to category, otherwise EFalse.
   475          * @return ETrue if media belongs to category, otherwise EFalse.
   476          */
   476          */
   477         TBool ValidOrigin( CMPXMedia& aMedia );
   477         TBool ValidOrigin( CMPXMedia& aMedia );
   478 
   478 
   479         /** 
   479         /** 
   480          * Saves MPX id of highlighted item.
   480          * Saves MPX id of first (topmost) visible item.
   481          */
   481          */
   482         void SaveHighlightedItemIdL();
   482         void SaveFirstListItemIdL();
   483 
   483 
   484         /**
   484         /**
   485          * Update scrollbar strip type depending on sort order
   485          * Update scrollbar strip type depending on sort order
   486          */
   486          */
   487         void UpdateScrollbarTypeL( const TVcxMyVideosSortingOrder& aSortingOrder );
   487         void UpdateScrollbarTypeL( const TVcxMyVideosSortingOrder& aSortingOrder );
   574          * Index of MPX collection video list currently displayed.
   574          * Index of MPX collection video list currently displayed.
   575          */
   575          */
   576         TInt iCurrentCategoryIndex;
   576         TInt iCurrentCategoryIndex;
   577 
   577 
   578         /**
   578         /**
   579          * Flag for indicating that highlight should restore to the position
   579          * Flag for indicating that list should restore to the position
   580          * where it was before model deactivating. 
   580          * where it was before model deactivating. 
   581          */ 
   581          */ 
   582         TBool iRestoreHighlightPosition;
   582         TBool iRestoreListPosition;
   583         
   583         
   584         /**
   584         /**
   585          * MPX id of highlighted item in a video list.
   585          * MPX id of first (topmost) visible item in a video list.
   586          */
   586          */
   587         TMPXItemId iHighlightedItemId;
   587         TMPXItemId iFirstListItemId;
   588 
   588 
   589         /**
   589         /**
   590          * Downloading has been resumed for these MPX IDs. Needed for showing
   590          * Downloading has been resumed for these MPX IDs. Needed for showing
   591 		 * note "Resuming download not possible, download starts from beginning".
   591 		 * note "Resuming download not possible, download starts from beginning".
   592          */
   592          */