commonutilities/common/inc/glxfilterfactory.h
changeset 70 a91aa46552be
parent 49 f291796e213d
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
   177     */
   177     */
   178     IMPORT_C static CMPXFilter* CreateSlideShowFilterFromExistingFilterL(   CMPXFilter* aOriginalFilter,
   178     IMPORT_C static CMPXFilter* CreateSlideShowFilterFromExistingFilterL(   CMPXFilter* aOriginalFilter,
   179                                                                             CMPXCollectionPath* aSelectedListPath = NULL,
   179                                                                             CMPXCollectionPath* aSelectedListPath = NULL,
   180                                                                             TBool aReverseSortDirection = EFalse);
   180                                                                             TBool aReverseSortDirection = EFalse);
   181     
   181     
       
   182 
       
   183     /**
       
   184     * Creates a MimeType  filter, Used to specify item of perticulr mime type.
       
   185     *
       
   186     * @param const TDesC& aMimeType ( mime type of item)
       
   187     * @return a filter object with array elements set specifying mime type filter type
       
   188     */
       
   189     IMPORT_C static CMPXFilter* TGlxFilterFactory::CreateMimeTypeFilterL(const TDesC& aMimeType);    
       
   190 
   182     /**
   191     /**
   183     * Creates a combined filter. items will be sorted by the filters specified
   192     * Creates a combined filter. items will be sorted by the filters specified
   184     *
   193     *
   185     * @param aItemTypeFilter - Images / Video or All
   194     * @param aItemTypeFilter - Images / Video or All
   186     * @param aSortFilter - Type of sort
   195     * @param aSortFilter - Type of sort