commonutilities/common/inc/glxfilterfactory.h
changeset 65 ccee5c4b0de4
parent 45 863223ea6961
equal deleted inserted replaced
63:60cc495d7bcf 65:ccee5c4b0de4
   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