videocollection/mpxmyvideoscollection/inc/vcxmyvideosalbum.h
branchRCL_3
changeset 18 baf439b22ddd
parent 16 67eb01668b0e
equal deleted inserted replaced
16:67eb01668b0e 18:baf439b22ddd
   175 
   175 
   176     /**
   176     /**
   177      * Calculates KVcxMediaMyVideosCategoryItemCount, KVcxMediaMyVideosCategoryNewItemCount,
   177      * Calculates KVcxMediaMyVideosCategoryItemCount, KVcxMediaMyVideosCategoryNewItemCount,
   178      * KVcxMediaMyVideosCategoryNewItemName and KMPXMediaGeneralDate attributes to iMedia.
   178      * KVcxMediaMyVideosCategoryNewItemName and KMPXMediaGeneralDate attributes to iMedia.
   179      * 
   179      * 
   180      * @param aStartIndex  Start position of the calculations in iVideoList.
   180      * @return Returns ETrue if album attributes were modified, EFalse otherwise.
   181      *                     Can be used to update values when items are appended
   181      */
   182      *                     to old list, without calculating everything from scratch.
   182     TBool CalculateAttributesL();
   183      */
       
   184     void CalculateAttributesL( TInt aStartIndex = 0 );
       
   185     
   183     
   186 private:
   184 private:
   187 
   185 
   188     /**
   186     /**
   189      * Constructor for performing 1st stage construction
   187      * Constructor for performing 1st stage construction