photosgallery/common/inc/glxfilterfactory.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 13 bcb43dc84c44
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   159     
   159     
   160     /**
   160     /**
   161     * Creates a filter that most suited for the SlideShow
   161     * Creates a filter that most suited for the SlideShow
   162     * 
   162     * 
   163     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
   163     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
       
   164     *                           Takes ownership of aSelectedListPath
   164     * @param aSortDirection - Acsending or Descending
   165     * @param aSortDirection - Acsending or Descending
   165     * @param aSortFilter - Alphabetic, Item Count, Capture date, Modified date,
   166     * @param aSortFilter - Alphabetic, Item Count, Capture date, Modified date,
   166     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album
   167     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album
   167     * @Param aExcludeAnimation - Exlude images with FrameCount > 1, include all images
   168     * @Param aExcludeAnimation - Exlude images with FrameCount > 1, include all images
   168     *
   169     *
   175     /**
   176     /**
   176     * Creates a filter that most suited for the SlideShow
   177     * Creates a filter that most suited for the SlideShow
   177     * 
   178     * 
   178     * @param aOriginalFilter - Use values in this filter but overide with other parameters
   179     * @param aOriginalFilter - Use values in this filter but overide with other parameters
   179     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
   180     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
       
   181     *                            Takes ownership of aSelectedListPath
   180     * @param aSortDirection - Acsending, Descending or use value in aOriginalFilter
   182     * @param aSortDirection - Acsending, Descending or use value in aOriginalFilter
   181     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album or use value in aOriginalFilter
   183     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album or use value in aOriginalFilter
   182     * @Param aExcludeAnimation - Exlude images with FrameCount > 1, include all images or use value in aOriginalFilter
   184     * @Param aExcludeAnimation - Exlude images with FrameCount > 1, include all images or use value in aOriginalFilter
   183     *
   185     *
   184     * @return a filter object with array elements set according to filters specified
   186     * @return a filter object with array elements set according to filters specified