videocollection/hgmyvideos/inc/vcxhgmyvideoscategorymodelhandler.h
branchRCL_3
changeset 10 112a725ff2c2
parent 8 ce5ada96ab30
child 11 8970fbd719ec
equal deleted inserted replaced
9:5294c000a26d 10:112a725ff2c2
    32 class CVcxHgMyVideosModel;
    32 class CVcxHgMyVideosModel;
    33 class CHgScroller;
    33 class CHgScroller;
    34 class CMPXMedia;
    34 class CMPXMedia;
    35 class CMyVideosIndicator;
    35 class CMyVideosIndicator;
    36 class CVcxHgMyVideosThumbnailManager;
    36 class CVcxHgMyVideosThumbnailManager;
       
    37 class TAknsItemID;
    37 
    38 
    38 // ENUMERATIONS
    39 // ENUMERATIONS
    39 enum TVcxHgMyVideosCategoryItemType
    40 enum TVcxHgMyVideosCategoryItemType
    40     {
    41     {
    41     TVcxHgMyVideosCategoryItemTypeUndefined = 0,
    42     TVcxHgMyVideosCategoryItemTypeUndefined = 0,
   326             TThumbnailRequestId aId );
   327             TThumbnailRequestId aId );
   327         
   328         
   328         /**
   329         /**
   329          * Create hg list icon from file
   330          * Create hg list icon from file
   330          * 
   331          * 
       
   332          * @param aSkinId Skin-Id of the icon
   331          * @param aFileName mif file name
   333          * @param aFileName mif file name
   332          * @param aBitmapId bitmap index in mif file
   334          * @param aBitmapId bitmap index in mif file (used if skin-Id is not found)
   333          * @param aMaskId mask index in mif file
   335          * @param aMaskId mask index in mif file (used if skin-Id is not found)
   334          * @return Icon
   336          * @return Icon
   335          */
   337          */
   336         CGulIcon* CreateHgListIconL(
   338         CGulIcon* CreateHgListIconL(
       
   339                 const TAknsItemID& aSkinId,
   337                 const TFileName& aFileName,
   340                 const TFileName& aFileName,
   338                 TInt aBitmapId,
   341                 TInt aBitmapId,
   339                 TInt aMaskId );
   342                 TInt aMaskId );
   340 
   343 
   341     private:
   344     private: