videocollection/mpxmyvideoscollection/inc/vcxmyvideoscategories.h
branchRCL_3
changeset 70 375929f879c2
parent 64 3eb824b18d67
equal deleted inserted replaced
64:3eb824b18d67 70:375929f879c2
   214         *
   214         *
   215         * @param aCategoryArray       Category array, provided as function parameter since the
   215         * @param aCategoryArray       Category array, provided as function parameter since the
   216         *                             calling function already has it available.
   216         *                             calling function already has it available.
   217         * @param aVideosIncrements    How many new items were added to each category.
   217         * @param aVideosIncrements    How many new items were added to each category.
   218         * @param aNewVideosIncrements How many videos with new flag were added to each category.
   218         * @param aNewVideosIncrements How many videos with new flag were added to each category.
   219         * @param aForceUpdate         If set, the modify event is raised even though the count
       
   220         *                             has not changed. ETrue, if update is to be forced.
       
   221         */
   219         */
   222         void UpdateVideosCountL( CMPXMediaArray& aCategoryArray,
   220         void UpdateVideosCountL( CMPXMediaArray& aCategoryArray,
   223                 RArray<TInt>& aVideosIncrements, RArray<TInt>& aNewVideosIncrements,
   221                 RArray<TInt>& aVideosIncrements, RArray<TInt>& aNewVideosIncrements );
   224                 TBool aForceUpdate );
       
   225 
   222 
   226         /**
   223         /**
   227         * Increases/decreases aCountAttribute in aCategory. Adds event to
   224         * Increases/decreases aCountAttribute in aCategory. Adds event to
   228         * iCollection.iMessageList if category is modified. aEventInfo is written
   225         * iCollection.iMessageList if category is modified. aEventInfo is written
   229         * to event's extra info. Does not flush iCollection.iMessageList.
   226         * to event's extra info. Does not flush iCollection.iMessageList.