videocollection/hgmyvideos/inc/vcxhgmyvideosvideolistimpl.h
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 11 8970fbd719ec
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
   395          * @return Pointer to CHgMyVideosAiwMenuHandler
   395          * @return Pointer to CHgMyVideosAiwMenuHandler
   396          */
   396          */
   397         CHgMyVideosAiwMenuHandler* AiwMenuHandlerL();
   397         CHgMyVideosAiwMenuHandler* AiwMenuHandlerL();
   398 #endif
   398 #endif
   399 
   399 
       
   400         /**
       
   401          * OperationTargetsToMpxIdsL
       
   402          * Translates the target ui indexes to mpx ids. Needed for targeting 
       
   403          * list items if list may change while the requested operation is ongoing.
       
   404          *
       
   405          * @param operationTargetIndexes IN: Ui idexes of the target items
       
   406          * @param operationTargetIds OUT: Mpx ids of the target items
       
   407          */
       
   408         void OperationTargetsToMpxIdsL( RArray<TInt>& operationTargetIndexes,  
       
   409                                         RArray<TInt>& operationTargetIds );
       
   410 
   400     protected:
   411     protected:
   401     
   412     
   402         /**
   413         /**
   403          * Video model handler.
   414          * Video model handler.
   404          * Own.
   415          * Own.