videocollection/mpxmyvideoscollection/inc/vcxmyvideoscategories.h
branchRCL_3
changeset 64 3eb824b18d67
parent 26 67eb01668b0e
child 70 375929f879c2
equal deleted inserted replaced
60:f87e8c4ac026 64:3eb824b18d67
   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.
   219         */
   221         */
   220         void UpdateVideosCountL( CMPXMediaArray& aCategoryArray,
   222         void UpdateVideosCountL( CMPXMediaArray& aCategoryArray,
   221                 RArray<TInt>& aVideosIncrements, RArray<TInt>& aNewVideosIncrements );
   223                 RArray<TInt>& aVideosIncrements, RArray<TInt>& aNewVideosIncrements,
       
   224                 TBool aForceUpdate );
   222 
   225 
   223         /**
   226         /**
   224         * Increases/decreases aCountAttribute in aCategory. Adds event to
   227         * Increases/decreases aCountAttribute in aCategory. Adds event to
   225         * iCollection.iMessageList if category is modified. aEventInfo is written
   228         * iCollection.iMessageList if category is modified. aEventInfo is written
   226         * to event's extra info. Does not flush iCollection.iMessageList.
   229         * to event's extra info. Does not flush iCollection.iMessageList.