videocollection/mpxmyvideoscollection/inc/vcxmyvideosalbum.h
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
   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